aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse1-0/+1
2009-07-06mixer/software: new mixer which controls filter/volumeMax Kellermann1-0/+1
2009-07-06filter/convert: new filter which calls pcm_convert() on demandMax Kellermann2-0/+190
2009-07-06filter/chain: new library for creating a chain of filtersMax Kellermann2-0/+225
2009-07-05filter/volume: don't use volume_level_get()Max Kellermann2-6/+67
2009-07-03filter: added "volume" pluginMax Kellermann1-0/+136
2009-07-03filter: added new plugin API for filtersMax Kellermann1-0/+93