| Commit message (Expand) | Author | Files | Lines |
2011-07-20 | pipe: make read-only functions "pure" | Max Kellermann | 1 | -0/+5 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-14 | Fix NDEBUG test | Andreas Wiese | 1 | -1/+1 |
2010-11-05 | pipe: add helper function music_pipe_empty() | Max Kellermann | 1 | -0/+6 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-09 | music_pipe: added music_pipe_contains() | Max Kellermann | 1 | -0/+9 |
2009-03-08 | music_chunk: added assertions on the audio format | Max Kellermann | 1 | -0/+16 |
2009-03-07 | music_pipe: added music_pipe_peek() | Max Kellermann | 1 | -0/+7 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -129/+20 |
2009-03-06 | music_pipe: added music_pipe_push() | Max Kellermann | 1 | -8/+26 |
2009-03-03 | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 1 | -29/+2 |
2009-01-17 | music_pipe: removed music_pipe_append() | Max Kellermann | 1 | -9/+0 |
2009-01-17 | music_pipe: added functions music_pipe_write() and music_pipe_expand() | Max Kellermann | 1 | -0/+18 |
2008-11-13 | player: chop the tail of the music pipe after CANCEL | Max Kellermann | 1 | -0/+6 |
2008-11-13 | music_pipe: continuously check the sample format of all chunks | Max Kellermann | 1 | -0/+5 |
2008-11-02 | music_pipe: add tag pointer to the music_chunk struct | Max Kellermann | 1 | -0/+14 |
2008-11-02 | music_pipe: document struct music_chunk | Max Kellermann | 1 | -0/+11 |
2008-11-02 | music_pipe: removed "volatile" | Max Kellermann | 1 | -2/+2 |
2008-11-02 | music_pipe: renamed "size" to "num_chunks" | Max Kellermann | 1 | -3/+2 |
2008-11-02 | music_pipe: no CamelCase | Max Kellermann | 1 | -3/+3 |
2008-11-02 | music_pipe: renamed "ob" to "music_pipe" | Max Kellermann | 1 | -6/+6 |
2008-11-02 | music_pipe: more wrapper functions | Max Kellermann | 1 | -0/+27 |
2008-11-02 | decoder: replaced music_pipe.audioFormat with dc.out_audio_format | Max Kellermann | 1 | -4/+4 |
2008-11-02 | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 1 | -14/+14 |
2008-11-02 | music_pipe: renamed struct output_buffer to struct music_pipe | Max Kellermann | 1 | -6/+7 |
2008-11-02 | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 1 | -2/+2 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-12 | output_buffer: converted ob_is_empty() to inline | Max Kellermann | 1 | -1/+4 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -2/+3 |
2008-10-08 | notify: removed the "Notify" typedef | Max Kellermann | 1 | -3/+5 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -4/+3 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved global variable "ob" to outputBuffer.h | Max Kellermann | 1 | -2/+4 |
2008-08-26 | eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK | Max Kellermann | 1 | -3/+0 |
2008-08-26 | moved convState to struct decoder | Max Kellermann | 1 | -2/+1 |
2008-08-26 | added OutputBuffer.notify | Max Kellermann | 1 | -1/+4 |
2008-08-26 | added decoder_data() | Max Kellermann | 1 | -11/+8 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -1/+0 |
2008-04-15 | added ob_set_lazy() | Max Kellermann | 1 | -0/+12 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -14/+14 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -13/+12 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -1/+0 |
2008-04-12 | eliminate OutputBuffer.currentChunk | Max Kellermann | 1 | -2/+0 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -1/+0 |
2008-04-12 | removed "volatile" from OutputBufferChunk properties | Max Kellermann | 1 | -3/+3 |
2008-04-12 | added output_buffer_free() | Max Kellermann | 1 | -0/+2 |
2008-04-12 | don't use short chunk numbers | Max Kellermann | 1 | -3/+3 |
2008-04-12 | added output_buffer_skip() | Max Kellermann | 1 | -0/+2 |
2008-04-12 | pass buffered_chunks to initOutputBuffer() | Max Kellermann | 1 | -1/+3 |