summaryrefslogtreecommitdiff
path: root/src/filter
AgeCommit message (Expand)Author
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
2016-11-24ReplayGainMode: convert to strictly-typed enumMax Kellermann
2016-11-24ReplayGainInfo: implement fallback in Get()Max Kellermann
2016-11-24ReplayGainInfo: add method Get()Max Kellermann
2016-11-23filter/Plugin: rename with CamelCaseMax Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-11-07SongLoader, ...: include cleanupMax Kellermann
2016-09-09mixer: migrate to C++ exceptionsMax Kellermann
2016-09-09pcm/Convert: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-04Filter/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-04Filter/Internal: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-04filter/AutoConvert: use std::unique_ptrMax Kellermann
2016-09-04Filter/Internal: remove outdated API documentationMax Kellermann
2016-07-09Merge tag 'v0.19.17'Max Kellermann
2016-07-05filter/route: use PcmSilence()Max Kellermann
2016-07-04filter/Observer: fix memory leakMax Kellermann
2016-07-04filter/convert: fix no-op checkMax Kellermann
2016-07-01filter/ReplayGain: skip PcmVolume if a mixer is setMax Kellermann
2016-07-01filter/FilterInternal: split class Filter, add class PreparedFilterMax Kellermann
2016-06-22filter/ReplayGain: use C++11 initializersMax Kellermann