summaryrefslogtreecommitdiff
path: root/src/filter
AgeCommit message (Expand)Author
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-18filter/LoadChain: move code to class FilterFactoryMax Kellermann
2018-07-17filter/LoadChain: use struct ConfigDataMax Kellermann
2018-07-17config/Global: remove ConfigBlock::SetUsed() call, let caller do thatMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-02-11Merge tag 'v0.20.17'Max Kellermann
2018-02-09filter/convert: set the PcmConvert instance only if it was initializedMax Kellermann
2018-02-09filter/convert: add method IsActive()Max Kellermann
2018-01-29filter/convert: call PcmConvert::Flush() only if initializedMax Kellermann
2018-01-29filter/convert: add method IsActive()Max Kellermann
2018-01-29filter/Observer: drop bogus "noexcept"Max Kellermann
2018-01-05Merge branch 'v0.20.x'Max Kellermann
2018-01-02pcm/Resampler: add virtual method Flush()Max Kellermann
2018-01-02filter/Filter: add virtual method Flush()Max Kellermann
2018-01-02filter/FilterConfig: rename to LoadChain.cxxMax Kellermann
2018-01-02filter/Plugin: move filter_configured_new() to LoadOne.cxxMax Kellermann
2018-01-02filter/Plugin: eliminate filter_new()Max Kellermann
2018-01-02filter/Observer: pass Reset() to underlying FilterMax Kellermann
2018-01-01filter/Filter: add "noexcept"Max Kellermann
2018-01-01Filter/Internal: split headerMax Kellermann
2017-12-29poison.h: remove obsolete headerMax Kellermann
2017-12-27filter/Internal: return std::unique_ptr<Filter>Max Kellermann
2017-12-27filter/Plugin: return std::unique_ptr<PreparedFilter>Max Kellermann
2017-12-27filter/volume: remove from filter_plugins[]Max Kellermann
2017-12-27filter/{chain,convert}: remove unused FilterPlugin instancesMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-08-07filter/Normalize: add normalize_filter_prepare()Max Kellermann
2017-08-07filter/Convert: add convert_filter_prepare()Max Kellermann
2017-08-07filter/Volume: add volume_filter_prepare()Max Kellermann
2017-07-05util/StringUtil: move strip functions to StringStrip.cxxMax Kellermann
2017-06-08filter/volume: remove unused PcmVolume instanceMax Kellermann
2017-06-08mixer/software, filter/volume: add "noexcept"Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-17AudioFormat: replace struct audio_format_string with class StringBuffer, retu...Max Kellermann
2017-01-11filter/Internal: add method Reset()Max Kellermann
2017-01-06filter/Internal: remove the default constructorMax Kellermann
2017-01-06filter/AutoConvert: initialize Filter::out_audio_formatMax Kellermann
2017-01-06filter/AutoConvert: remove obsolete NULL checkMax Kellermann
2017-01-06filter/convert: remove obsolete method prototypeMax Kellermann
2017-01-06filter/Internal: remove obsolete doxygen lineMax Kellermann
2017-01-06filter/Internal: add assertion to constructorMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-03filter/ReplayGain: add ReplayGainConfig copyMax Kellermann
2016-12-03filter/ReplayGain: remove FilterPlugin instance, add explicit constructorMax Kellermann
2016-12-03filter/Registry: make filter_plugins staticMax Kellermann
2016-12-03filter/ReplayGain: forward-declare struct ReplayGainInfoMax Kellermann
2016-12-03filter/ReplayGain: convert pointers to referencesMax Kellermann
2016-11-25ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...Max Kellermann
2016-11-24filter/ReplayGain: use ToString(ReplayGainMode)Max Kellermann