Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |