| Commit message (Expand) | Author | Age | Files | Lines |
* | replay_gain: optionally use hardware mixer to apply replay gain | Max Kellermann | 2010-02-17 | 2 | -0/+58 |
* | replay_gain: fall back to track gain if album gain is unavailable | Max Kellermann | 2010-02-17 | 1 | -2/+3 |
* | replay_gain: reimplement as a filter plugin | Max Kellermann | 2010-02-17 | 2 | -0/+230 |
* | filter/volume: assign dest_size_r early, eliminate one | Max Kellermann | 2010-02-15 | 1 | -4/+3 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 11 | -11/+11 |
* | filter: added the "autoconvert" filter plugin | Max Kellermann | 2009-12-25 | 2 | -0/+203 |
* | filter_plugin: allow open() to force an input format | Max Kellermann | 2009-12-25 | 6 | -33/+47 |
* | filter/volume: support 32 bit samples | Max Kellermann | 2009-12-25 | 1 | -8/+0 |
* | filter/route: check configured channel count in method init() | Max Kellermann | 2009-12-25 | 1 | -8/+9 |
* | filter/route: route_filter_parse() returns bool | Max Kellermann | 2009-12-25 | 1 | -3/+6 |
* | filter/chain: return NULL if a filter() method has failed | Max Kellermann | 2009-12-25 | 1 | -1/+1 |
* | filter: added normalize filter plugin | Max Kellermann | 2009-12-14 | 1 | -0/+123 |
* | Fixed memory leak on incorrect route configuration | Albin Eldstål-Damlin | 2009-12-14 | 1 | -0/+4 |
* | Split filter_config into its own module | Albin Eldstål-Damlin | 2009-12-14 | 2 | -109/+0 |
* | Error reporting, pcm_buffer, performance tweaks | Albin Eldstål-Damlin | 2009-12-14 | 1 | -52/+48 |
* | Initial filter chain and filter configuration for outputs. | Albin Eldstål-Damlin | 2009-12-14 | 2 | -0/+111 |
* | Initial (statically configured) route filter plugin | Albin Eldstål-Damlin | 2009-12-14 | 1 | -0/+345 |
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -2/+3 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 4 | -0/+4 |
* | pcm_convert: use GError for error handling | Max Kellermann | 2009-07-23 | 1 | -11/+3 |
* | filter/volume: check the flag audio_format.reverse_endian | Max Kellermann | 2009-07-22 | 1 | -0/+7 |
* | Add reverse_endian field to struct audio_format and handle conversion | David Woodhouse | 2009-07-19 | 1 | -0/+1 |
* | mixer/software: new mixer which controls filter/volume | Max Kellermann | 2009-07-06 | 1 | -0/+1 |
* | filter/convert: new filter which calls pcm_convert() on demand | Max Kellermann | 2009-07-06 | 2 | -0/+190 |
* | filter/chain: new library for creating a chain of filters | Max Kellermann | 2009-07-06 | 2 | -0/+225 |
* | filter/volume: don't use volume_level_get() | Max Kellermann | 2009-07-05 | 2 | -6/+67 |
* | filter: added "volume" plugin | Max Kellermann | 2009-07-03 | 1 | -0/+136 |
* | filter: added new plugin API for filters | Max Kellermann | 2009-07-03 | 1 | -0/+93 |