aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter (follow)
Commit message (Expand)AuthorAgeFilesLines
* unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann2015-09-171-3/+0
* *: doxygen fixupsMax Kellermann2015-03-174-11/+7
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-1/+1
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-2111-28/+28
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+2
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-214-4/+4
* Copyright year 2015Max Kellermann2015-01-0120-20/+20
* Merge branch 'v0.18.x' into v0.19.xMax Kellermann2014-12-265-20/+25
|\
| * db/{simple,proxy}, ...: add "override" keywordsMax Kellermann2014-12-265-20/+24
* | Filter: FilterPCM() returns ConstBufferMax Kellermann2014-08-129-76/+55
* | PcmConvert: Convert() returns ConstBufferMax Kellermann2014-08-121-2/+4
* | Filter: update API documentationMax Kellermann2014-08-121-2/+2
* | util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann2014-08-071-4/+4
* | ConfigGlobal: add config_find_block()Max Kellermann2014-01-241-34/+6
* | Mixer*: move to mixer/Max Kellermann2014-01-241-1/+1
* | Filter*: move to filter/Max Kellermann2014-01-2420-24/+460
* | Config*: move to config/Max Kellermann2014-01-242-3/+3
* | copyright year 2014Max Kellermann2014-01-1313-13/+13
* | pcm/Volume: convert to classMax Kellermann2013-12-232-92/+30
* | pcm/PcmVolume: rename to Volume.cxxMax Kellermann2013-12-232-2/+2
* | include cleanup using iwyuMax Kellermann2013-11-283-3/+0
* | PcmConvert: add methods Open(), Close()Max Kellermann2013-11-133-20/+57
|/
* filter/route, ...: add missing stdlib.h includesMax Kellermann2013-11-111-0/+1
* filter/AutoConvert: modify child_audio_format, not in_audio_formatMax Kellermann2013-11-041-2/+2
* *: use nullptr instead of NULLMax Kellermann2013-10-283-8/+8
* ReplayGainInfo: refactor to a classMax Kellermann2013-10-251-5/+7
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-252-9/+9
* filter/route: merge the two loops, one-pass parsingMax Kellermann2013-10-181-61/+42
* filter/route: allocate "sources" staticallyMax Kellermann2013-10-181-14/+6
* filter/route: use int8_t instead of signed charMax Kellermann2013-10-181-13/+11
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-152-4/+0
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* replay_gain_*.h: rename to *.hxxMax Kellermann2013-10-022-3/+3
* Log: new logging library APIMax Kellermann2013-10-021-10/+8
* conf.h: remove obsolete headerMax Kellermann2013-09-054-4/+1
* util/Error: new error passing libraryMax Kellermann2013-09-048-91/+87
* add missing includesMax Kellermann2013-08-072-0/+4
* filter/Route: don't access PcmBuffer attributes directlyMax Kellermann2013-08-071-5/+5
* FilterPlugin: pass config_param referenceMax Kellermann2013-08-048-14/+15
* audio_format: convert to C++Max Kellermann2013-08-039-93/+85
* gcc.h: add macro gcc_unreachable()Max Kellermann2013-08-031-0/+1
* pcm_buffer: convert to C++Max Kellermann2013-07-304-27/+16
* audio_check: convert to C++Max Kellermann2013-07-291-1/+1
* MixerInternal: convert to classMax Kellermann2013-04-162-5/+5
* pcm_*: move to src/pcm/Max Kellermann2013-04-095-7/+7
* mixer_plugin: convert to C++Max Kellermann2013-02-221-1/+1
* FilterInternal: convert struct filter to a OO interfaceMax Kellermann2013-02-0213-586/+413
* filter/*: don't use GLib macrosMax Kellermann2013-02-026-26/+20
* filter/Chain: use std::forward_list instead of GSListMax Kellermann2013-02-011-41/+20
* filter: convert to C++Max Kellermann2013-02-019-80/+79