aboutsummaryrefslogtreecommitdiff
path: root/src/filter_registry.c
Commit message (Collapse)AuthorAge
* filter: convert to C++Max Kellermann2013-02-01
|
* copyright year 2011Max Kellermann2011-01-29
|
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-17
| | | | | | | Apply the replay gain in the output thread. This means a new setting will be active instantly, without going through the whole music pipe. And we might have different replay gain settings for each audio output device.
* Update copyright notices.Avuton Olrich2009-12-31
|
* filter_registry: removed the "chain" plugin from filter_pluginsMax Kellermann2009-12-25
| | | | This plugin cannot be configured.
* filter: added normalize filter pluginMax Kellermann2009-12-14
| | | | Wrap the AudioCompress library in a filter plugin.
* Initial (statically configured) route filter pluginAlbin Eldstål-Damlin2009-12-14
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* filter/chain: new library for creating a chain of filtersMax Kellermann2009-07-06
|
* filter: added "volume" pluginMax Kellermann2009-07-03
| | | | | | | | | | The "volume" filter plugin will replace the current software volume code. One "volume" filter may be attached to each output device. This will allow the user to use hardware mixers for some devices, and software mixers for other devices at the same time. Currently, neither the filter API nor the "volume" plugin is integrated into MPD.
* filter: added new plugin API for filtersMax Kellermann2009-07-03
The filter API allows us to implement software volume as a pluggable filter, and we will be able to integrate libraries like SoX.