aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.16.x'Max Kellermann2011-11-281-2/+19
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/encoder/flac_encoder.c src/log.c src/pcm_buffer.c
| * pcm_buffer: add assertionsMax Kellermann2011-11-271-0/+4
| |
| * pcm_buffer: move formula to new function align_8k()Max Kellermann2011-11-271-2/+11
| |
| * pcm_buffer: un-inline pcm_buffer_get()Max Kellermann2011-11-271-0/+35
| | | | This method is too complex for inlining.
* pcm_buffer: un-inline pcm_buffer_get()Max Kellermann2011-10-101-0/+35
This function is too complex for being inlined everywhere.