Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | music_chunk: added assertions on the audio format | Max Kellermann | 2009-03-08 | 1 | -0/+20 |
| | | | | | | | In !NDEBUG, remember which audio_format is stored in every chunk and every pipe. Check the audio_format of every new data block appended to the music_chunk, and the format of every new chunk appended to the music_pipe. | ||||
* | music_chunk: added music_chunk_write(), music_chunk_expand() | Max Kellermann | 2009-03-05 | 1 | -0/+42 |
| | | | | | Moved some code from music_pipe_write() and music_pipe_expand(). Only music_chunk.c should access the music_chunk internals. | ||||
* | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 2009-03-03 | 1 | -0/+34 |