aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-2913-13/+13
* ReplayGain filter: allow gain > 100 %Johan Kiviniemi2010-08-231-3/+11
* filter/route: fixed unsigned/signed comparisonMax Kellermann2010-06-061-1/+1
* filter/replay_gain: added option "replaygain_limit"Daniel Seuthe2010-05-301-5/+2
* replay_gain_config: added function replay_gain_get_real_mode()Daniel Seuthe2010-05-181-11/+2
* filter/replay_gain: removed duplicate *dest_size_r assignmentMax Kellermann2010-05-021-1/+0
* replay_gain: added mode "auto"Daniel Seuthe2010-04-251-3/+16
* replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann2010-02-172-0/+58
* replay_gain: fall back to track gain if album gain is unavailableMax Kellermann2010-02-171-2/+3
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-172-0/+230
* filter/volume: assign dest_size_r early, eliminate oneMax Kellermann2010-02-151-4/+3
* 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