Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_channels: use pcm_buffer | Max Kellermann | 2009-01-07 | 1 | -0/+3 |
| | | | | Replace a "static" buffer with the PCM buffer library. | ||||
* | pcm_format: use the pcm_buffer library | Max Kellermann | 2009-01-07 | 1 | -0/+4 |
| | | | | Replace a "static" buffer with the PCM buffer library. | ||||
* | pcm: added pcm_convert_deinit(), pcm_resample_deinit() | Max Kellermann | 2009-01-07 | 1 | -0/+2 |
| | | | | | Free memory allocated by libsamplerate when the output or the decoder is closed. | ||||
* | pcm: pass void pointers to PCM functions | Max Kellermann | 2009-01-07 | 1 | -2/+2 |
| | | | | | In generic PCM functions allowing all sample formats, pass a void pointer instead of a char pointer. | ||||
* | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 2009-01-07 | 1 | -0/+44 |
All what's left in pcm_utils.h is the pcm_range() utility function, which is only used internally by pcm_volume and pcm_mix. |