summaryrefslogtreecommitdiff
path: root/src/filter
AgeCommit message (Expand)Author
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
2013-10-02Log: new logging library APIMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-07add missing includesMax Kellermann
2013-08-07filter/Route: don't access PcmBuffer attributes directlyMax Kellermann
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-08-03gcc.h: add macro gcc_unreachable()Max Kellermann
2013-07-30pcm_buffer: convert to C++Max Kellermann
2013-07-29audio_check: convert to C++Max Kellermann
2013-04-16MixerInternal: convert to classMax Kellermann
2013-04-09pcm_*: move to src/pcm/Max Kellermann
2013-02-22mixer_plugin: convert to C++Max Kellermann
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann
2013-02-02filter/*: don't use GLib macrosMax Kellermann
2013-02-01filter/Chain: use std::forward_list instead of GSListMax Kellermann
2013-02-01filter: convert to C++Max Kellermann
2013-01-31pcm_*: convert to C++Max Kellermann
2013-01-31mixer/software, filter/volume: convert to C++Max Kellermann
2013-01-31filter/convert: remove unused attributeMax Kellermann
2013-01-31pcm_convert: convert to C++Max Kellermann
2013-01-30filter/convert: convert to C++Max Kellermann
2013-01-30filter/autoconvert: include cleanupMax Kellermann
2013-01-30conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann
2013-01-29test/{read_conf,run_filter}: convert to C++Max Kellermann
2013-01-07filter/replay_gain: convert to C++Max Kellermann
2013-01-05filter/ReplayGain: add method _set_mode()Max Kellermann
2012-08-15Merge branch 'v0.17.x'Max Kellermann
2012-08-15filter/volume: include cleanupMax Kellermann