aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices.Avuton Olrich2009-12-3111-11/+11
* filter: added the "autoconvert" filter pluginMax Kellermann2009-12-252-0/+203
* filter_plugin: allow open() to force an input formatMax Kellermann2009-12-256-33/+47
* filter/volume: support 32 bit samplesMax Kellermann2009-12-251-8/+0
* filter/route: check configured channel count in method init()Max Kellermann2009-12-251-8/+9
* filter/route: route_filter_parse() returns boolMax Kellermann2009-12-251-3/+6
* filter/chain: return NULL if a filter() method has failedMax Kellermann2009-12-251-1/+1
* filter: added normalize filter pluginMax Kellermann2009-12-141-0/+123
* Fixed memory leak on incorrect route configurationAlbin Eldstål-Damlin2009-12-141-0/+4
* Split filter_config into its own moduleAlbin Eldstål-Damlin2009-12-142-109/+0
* Error reporting, pcm_buffer, performance tweaksAlbin Eldstål-Damlin2009-12-141-52/+48
* Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin2009-12-142-0/+111
* Initial (statically configured) route filter pluginAlbin Eldstål-Damlin2009-12-141-0/+345
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-2/+3
* include config.h in all sourcesMax Kellermann2009-11-124-0/+4
* 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