aboutsummaryrefslogtreecommitdiff
path: root/src/filter
Commit message (Expand)AuthorAge
* Update copyright notices.Avuton Olrich2009-12-31
* filter: added the "autoconvert" filter pluginMax Kellermann2009-12-25
* filter_plugin: allow open() to force an input formatMax Kellermann2009-12-25
* filter/volume: support 32 bit samplesMax Kellermann2009-12-25
* filter/route: check configured channel count in method init()Max Kellermann2009-12-25
* filter/route: route_filter_parse() returns boolMax Kellermann2009-12-25
* filter/chain: return NULL if a filter() method has failedMax Kellermann2009-12-25
* filter: added normalize filter pluginMax Kellermann2009-12-14
* Fixed memory leak on incorrect route configurationAlbin Eldstål-Damlin2009-12-14
* Split filter_config into its own moduleAlbin Eldstål-Damlin2009-12-14
* Error reporting, pcm_buffer, performance tweaksAlbin Eldstål-Damlin2009-12-14
* Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin2009-12-14
* Initial (statically configured) route filter pluginAlbin Eldstål-Damlin2009-12-14
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* include config.h in all sourcesMax Kellermann2009-11-12
* pcm_convert: use GError for error handlingMax Kellermann2009-07-23
* filter/volume: check the flag audio_format.reverse_endianMax Kellermann2009-07-22
* Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse2009-07-19
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-06
* filter/convert: new filter which calls pcm_convert() on demandMax Kellermann2009-07-06
* filter/chain: new library for creating a chain of filtersMax Kellermann2009-07-06
* filter/volume: don't use volume_level_get()Max Kellermann2009-07-05
* filter: added "volume" pluginMax Kellermann2009-07-03
* filter: added new plugin API for filtersMax Kellermann2009-07-03