summaryrefslogtreecommitdiff
path: root/src/filter
AgeCommit message (Expand)Author
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
2016-06-22filter/route: use std::arrayMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann
2014-08-12Filter: FilterPCM() returns ConstBufferMax Kellermann
2014-08-12PcmConvert: Convert() returns ConstBufferMax Kellermann
2014-08-12Filter: update API documentationMax Kellermann
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann
2014-01-24Mixer*: move to mixer/Max Kellermann
2014-01-24Filter*: move to filter/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-23pcm/Volume: convert to classMax Kellermann
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-13PcmConvert: add methods Open(), Close()Max Kellermann
2013-11-11filter/route, ...: add missing stdlib.h includesMax Kellermann
2013-11-04filter/AutoConvert: modify child_audio_format, not in_audio_formatMax Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann
2013-10-18filter/route: merge the two loops, one-pass parsingMax Kellermann
2013-10-18filter/route: allocate "sources" staticallyMax Kellermann
2013-10-18filter/route: use int8_t instead of signed charMax Kellermann
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann