Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_buffer: set size after allocation | Max Kellermann | 2009-02-17 | 1 | -1/+2 |
| | | | | | | When I implemented the pcm_buffer library, I forgot to set the new buffer size. This caused a new allocation in each pcm_buffer_get(), fortunately no memory was leaked. | ||||
* | pcm_buffer: new library for temporary buffers | Max Kellermann | 2009-01-07 | 1 | -0/+74 |
This library allocates temporary buffers for storing PCM conversion results. It should replace all those "static" buffer variables which are racy and never freed. |