aboutsummaryrefslogtreecommitdiffstats
path: root/src/FilterRegistry.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-29FilterRegistry: add "pure" attributeMax Kellermann1-0/+3
2013-02-01filter: convert to C++Max Kellermann1-3/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-0/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-14filter: added normalize filter pluginMax Kellermann1-0/+1
2009-12-14Initial (statically configured) route filter pluginAlbin Eldstål-Damlin1-0/+1
2009-07-06filter/convert: new filter which calls pcm_convert() on demandMax Kellermann1-0/+1
2009-07-06filter/chain: new library for creating a chain of filtersMax Kellermann1-0/+1
2009-07-03filter: added "volume" pluginMax Kellermann1-0/+1
2009-07-03filter: added new plugin API for filtersMax Kellermann1-6/+8
2009-03-14mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann1-17/+6
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann1-23/+0
2009-03-14mixer_api: moved struct mixer_plugin to mixer_plugin.hMax Kellermann1-41/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-07pulse mixerDavid Guibert1-0/+1
2009-03-02mixer: adding code to optionally disable all hw mixersViliam Mateicka1-0/+2
2009-02-16mixer: include cleanupMax Kellermann1-1/+3
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann1-6/+28
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann1-9/+10
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann1-11/+3
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann1-2/+1
2009-01-25mixer: return a mixer struct pointerMax Kellermann1-0/+7
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann1-4/+4
2009-01-25mixer: added missing copyright headersMax Kellermann1-0/+17
2009-01-25conf: const pointers in block get functionsMax Kellermann1-2/+3
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-10Introducing mixer apiViliam Mateicka1-23/+51
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka1-0/+0
2008-12-31Moving mixers to audio outputsViliam Mateicka1-0/+33