Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-07 | pcm_channels: use pcm_buffer | Max Kellermann | 1 | -24/+15 | |
Replace a "static" buffer with the PCM buffer library. | |||||
2009-01-03 | pcm: use GLib instead of utils.h | Max Kellermann | 1 | -3/+2 | |
2008-12-29 | pcm: use GLib logging | Max Kellermann | 1 | -5/+9 | |
2008-10-23 | pcm_channels: added 24 bit implementations | Max Kellermann | 1 | -0/+79 | |
The 24 bit implementation is mostly copy'n'paste of the 16 bit version, except that the data type is int32_t instead of int16_t. | |||||
2008-10-23 | pcm_utils: moved channel conversion functions to pcm_channels.c | Max Kellermann | 1 | -0/+102 | |
Separate code from pcm_utils.c to keep it small and simple. |