| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | music_pipe: added music_pipe_contains() | Max Kellermann | 2009-03-09 | 1 | -0/+9 |
* | music_chunk: added assertions on the audio format | Max Kellermann | 2009-03-08 | 1 | -0/+16 |
* | music_pipe: added music_pipe_peek() | Max Kellermann | 2009-03-07 | 1 | -0/+7 |
* | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 2009-03-06 | 1 | -129/+20 |
* | music_pipe: added music_pipe_push() | Max Kellermann | 2009-03-06 | 1 | -8/+26 |
* | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 2009-03-03 | 1 | -29/+2 |
* | music_pipe: removed music_pipe_append() | Max Kellermann | 2009-01-17 | 1 | -9/+0 |
* | music_pipe: added functions music_pipe_write() and music_pipe_expand() | Max Kellermann | 2009-01-17 | 1 | -0/+18 |
* | player: chop the tail of the music pipe after CANCEL | Max Kellermann | 2008-11-13 | 1 | -0/+6 |
* | music_pipe: continuously check the sample format of all chunks | Max Kellermann | 2008-11-13 | 1 | -0/+5 |
* | music_pipe: add tag pointer to the music_chunk struct | Max Kellermann | 2008-11-02 | 1 | -0/+14 |
* | music_pipe: document struct music_chunk | Max Kellermann | 2008-11-02 | 1 | -0/+11 |
* | music_pipe: removed "volatile" | Max Kellermann | 2008-11-02 | 1 | -2/+2 |
* | music_pipe: renamed "size" to "num_chunks" | Max Kellermann | 2008-11-02 | 1 | -3/+2 |
* | music_pipe: no CamelCase | Max Kellermann | 2008-11-02 | 1 | -3/+3 |
* | music_pipe: renamed "ob" to "music_pipe" | Max Kellermann | 2008-11-02 | 1 | -6/+6 |
* | music_pipe: more wrapper functions | Max Kellermann | 2008-11-02 | 1 | -0/+27 |
* | decoder: replaced music_pipe.audioFormat with dc.out_audio_format | Max Kellermann | 2008-11-02 | 1 | -4/+4 |
* | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 2008-11-02 | 1 | -14/+14 |
* | music_pipe: renamed struct output_buffer to struct music_pipe | Max Kellermann | 2008-11-02 | 1 | -6/+7 |
* | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 2008-11-02 | 1 | -0/+115 |