aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-17*: doxygen fixupsMax Kellermann4-11/+7
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann1-1/+1
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann11-28/+28
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann1-1/+2
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann4-4/+4
2015-01-01Copyright year 2015Max Kellermann20-20/+20
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann5-20/+24
2014-08-12Filter: FilterPCM() returns ConstBufferMax Kellermann9-76/+55
2014-08-12PcmConvert: Convert() returns ConstBufferMax Kellermann1-2/+4
2014-08-12Filter: update API documentationMax Kellermann1-2/+2
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann1-4/+4
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann1-34/+6
2014-01-24Mixer*: move to mixer/Max Kellermann1-1/+1
2014-01-24Filter*: move to filter/Max Kellermann20-24/+460
2014-01-24Config*: move to config/Max Kellermann2-3/+3
2014-01-13copyright year 2014Max Kellermann13-13/+13
2013-12-23pcm/Volume: convert to classMax Kellermann2-92/+30
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann2-2/+2
2013-11-28include cleanup using iwyuMax Kellermann3-3/+0
2013-11-13PcmConvert: add methods Open(), Close()Max Kellermann3-20/+57
2013-11-11filter/route, ...: add missing stdlib.h includesMax Kellermann1-0/+1
2013-11-04filter/AutoConvert: modify child_audio_format, not in_audio_formatMax Kellermann1-2/+2
2013-10-28*: use nullptr instead of NULLMax Kellermann3-8/+8
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann1-5/+7
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann2-9/+9
2013-10-18filter/route: merge the two loops, one-pass parsingMax Kellermann1-61/+42
2013-10-18filter/route: allocate "sources" staticallyMax Kellermann1-14/+6
2013-10-18filter/route: use int8_t instead of signed charMax Kellermann1-13/+11
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann2-4/+0
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann2-3/+3
2013-10-02Log: new logging library APIMax Kellermann1-10/+8
2013-09-05conf.h: remove obsolete headerMax Kellermann4-4/+1
2013-09-04util/Error: new error passing libraryMax Kellermann8-91/+87
2013-08-07add missing includesMax Kellermann2-0/+4
2013-08-07filter/Route: don't access PcmBuffer attributes directlyMax Kellermann1-5/+5
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann8-14/+15
2013-08-03audio_format: convert to C++Max Kellermann9-93/+85
2013-08-03gcc.h: add macro gcc_unreachable()Max Kellermann1-0/+1
2013-07-30pcm_buffer: convert to C++Max Kellermann4-27/+16
2013-07-29audio_check: convert to C++Max Kellermann1-1/+1
2013-04-16MixerInternal: convert to classMax Kellermann2-5/+5
2013-04-09pcm_*: move to src/pcm/Max Kellermann5-7/+7
2013-02-22mixer_plugin: convert to C++Max Kellermann1-1/+1
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann13-586/+413
2013-02-02filter/*: don't use GLib macrosMax Kellermann6-26/+20
2013-02-01filter/Chain: use std::forward_list instead of GSListMax Kellermann1-41/+20
2013-02-01filter: convert to C++Max Kellermann9-80/+79
2013-01-31pcm_*: convert to C++Max Kellermann2-2/+2
2013-01-31mixer/software, filter/volume: convert to C++Max Kellermann2-12/+13