aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter (follow)
Commit message (Expand)AuthorAgeFilesLines
* pcm_convert: use GError for error handlingMax Kellermann2009-07-231-11/+3
* filter/volume: check the flag audio_format.reverse_endianMax Kellermann2009-07-221-0/+7
* Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse2009-07-191-0/+1
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-061-0/+1
* filter/convert: new filter which calls pcm_convert() on demandMax Kellermann2009-07-062-0/+190
* filter/chain: new library for creating a chain of filtersMax Kellermann2009-07-062-0/+225
* filter/volume: don't use volume_level_get()Max Kellermann2009-07-052-6/+67
* filter: added "volume" pluginMax Kellermann2009-07-031-0/+136
* filter: added new plugin API for filtersMax Kellermann2009-07-031-0/+93