Age | Commit message (Expand) | Author |
2018-10-14 | build with Meson instead of autotools | Max Kellermann |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann |
2018-08-18 | filter/LoadChain: move code to class FilterFactory | Max Kellermann |
2018-07-17 | filter/LoadChain: use struct ConfigData | Max Kellermann |
2018-07-17 | config/Global: remove ConfigBlock::SetUsed() call, let caller do that | Max Kellermann |
2018-07-16 | config/Config*: rename files, drop "Config" prefix | Max Kellermann |
2018-02-11 | Merge tag 'v0.20.17' | Max Kellermann |
2018-02-09 | filter/convert: set the PcmConvert instance only if it was initialized | Max Kellermann |
2018-02-09 | filter/convert: add method IsActive() | Max Kellermann |
2018-01-29 | filter/convert: call PcmConvert::Flush() only if initialized | Max Kellermann |
2018-01-29 | filter/convert: add method IsActive() | Max Kellermann |
2018-01-29 | filter/Observer: drop bogus "noexcept" | Max Kellermann |
2018-01-05 | Merge branch 'v0.20.x' | Max Kellermann |
2018-01-02 | pcm/Resampler: add virtual method Flush() | Max Kellermann |
2018-01-02 | filter/Filter: add virtual method Flush() | Max Kellermann |
2018-01-02 | filter/FilterConfig: rename to LoadChain.cxx | Max Kellermann |
2018-01-02 | filter/Plugin: move filter_configured_new() to LoadOne.cxx | Max Kellermann |
2018-01-02 | filter/Plugin: eliminate filter_new() | Max Kellermann |
2018-01-02 | filter/Observer: pass Reset() to underlying Filter | Max Kellermann |
2018-01-01 | filter/Filter: add "noexcept" | Max Kellermann |
2018-01-01 | Filter/Internal: split header | Max Kellermann |
2017-12-29 | poison.h: remove obsolete header | Max Kellermann |
2017-12-27 | filter/Internal: return std::unique_ptr<Filter> | Max Kellermann |
2017-12-27 | filter/Plugin: return std::unique_ptr<PreparedFilter> | Max Kellermann |
2017-12-27 | filter/volume: remove from filter_plugins[] | Max Kellermann |
2017-12-27 | filter/{chain,convert}: remove unused FilterPlugin instances | Max Kellermann |
2017-12-19 | Main, ...: catch any exception, not just std::runtime_error | Max Kellermann |
2017-08-07 | filter/Normalize: add normalize_filter_prepare() | Max Kellermann |
2017-08-07 | filter/Convert: add convert_filter_prepare() | Max Kellermann |
2017-08-07 | filter/Volume: add volume_filter_prepare() | Max Kellermann |
2017-07-05 | util/StringUtil: move strip functions to StringStrip.cxx | Max Kellermann |
2017-06-08 | filter/volume: remove unused PcmVolume instance | Max Kellermann |
2017-06-08 | mixer/software, filter/volume: add "noexcept" | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-01-17 | AudioFormat: replace struct audio_format_string with class StringBuffer, retu... | Max Kellermann |
2017-01-11 | filter/Internal: add method Reset() | Max Kellermann |
2017-01-06 | filter/Internal: remove the default constructor | Max Kellermann |
2017-01-06 | filter/AutoConvert: initialize Filter::out_audio_format | Max Kellermann |
2017-01-06 | filter/AutoConvert: remove obsolete NULL check | Max Kellermann |
2017-01-06 | filter/convert: remove obsolete method prototype | Max Kellermann |
2017-01-06 | filter/Internal: remove obsolete doxygen line | Max Kellermann |
2017-01-06 | filter/Internal: add assertion to constructor | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-12-03 | filter/ReplayGain: add ReplayGainConfig copy | Max Kellermann |
2016-12-03 | filter/ReplayGain: remove FilterPlugin instance, add explicit constructor | Max Kellermann |
2016-12-03 | filter/Registry: make filter_plugins static | Max Kellermann |
2016-12-03 | filter/ReplayGain: forward-declare struct ReplayGainInfo | Max Kellermann |
2016-12-03 | filter/ReplayGain: convert pointers to references | Max Kellermann |
2016-11-25 | ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob... | Max Kellermann |
2016-11-24 | filter/ReplayGain: use ToString(ReplayGainMode) | Max Kellermann |