Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_buffer: poison the old buffer before returning it | Max Kellermann | 2011-12-13 | 1 | -0/+4 |
| | | | | | | Make valgrind find more buffer misuses. Buffer contents are not persistent, they get invalidated by pcm_buffer_get(), because this function may allocate a new buffer, but will not copy old data. | ||||
* | pcm_buffer, output_plugin, ...: include config.h | Max Kellermann | 2011-12-13 | 1 | -0/+1 |
| | |||||
* | pcm_buffer: eliminate merge conflict fallout | Max Kellermann | 2011-12-13 | 1 | -4/+0 |
| | |||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-11-28 | 1 | -2/+19 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/encoder/flac_encoder.c src/log.c src/pcm_buffer.c | ||||
| * | pcm_buffer: add assertions | Max Kellermann | 2011-11-27 | 1 | -0/+4 |
| | | |||||
| * | pcm_buffer: move formula to new function align_8k() | Max Kellermann | 2011-11-27 | 1 | -2/+11 |
| | | |||||
| * | pcm_buffer: un-inline pcm_buffer_get() | Max Kellermann | 2011-11-27 | 1 | -0/+35 |
| | | | | This method is too complex for inlining. | ||||
* | pcm_buffer: un-inline pcm_buffer_get() | Max Kellermann | 2011-10-10 | 1 | -0/+35 |
This function is too complex for being inlined everywhere. |