Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2009-07-23 | pcm_convert: use GError for error handling | Max Kellermann | 1 | -11/+3 |
2009-07-22 | filter/volume: check the flag audio_format.reverse_endian | Max Kellermann | 1 | -0/+7 |
2009-07-19 | Add reverse_endian field to struct audio_format and handle conversion | David Woodhouse | 1 | -0/+1 |
2009-07-06 | mixer/software: new mixer which controls filter/volume | Max Kellermann | 1 | -0/+1 |
2009-07-06 | filter/convert: new filter which calls pcm_convert() on demand | Max Kellermann | 2 | -0/+190 |
2009-07-06 | filter/chain: new library for creating a chain of filters | Max Kellermann | 2 | -0/+225 |
2009-07-05 | filter/volume: don't use volume_level_get() | Max Kellermann | 2 | -6/+67 |
2009-07-03 | filter: added "volume" plugin | Max Kellermann | 1 | -0/+136 |
2009-07-03 | filter: added new plugin API for filters | Max Kellermann | 1 | -0/+93 |