| Commit message (Expand) | Author | Files | Lines |
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 |
2008-04-12 | let initOutputBuffer() allocate memory | Max Kellermann | 1 | -1/+1 |
2008-04-12 | Fix a few more warnings from -Wshadow | Eric Wong | 1 | -1/+1 |
2008-04-12 | moved currentChunk into OutputBuffer | Max Kellermann | 1 | -0/+2 |
2008-04-12 | added outputBufferShift() | Max Kellermann | 1 | -0/+2 |
2008-04-12 | added struct OutputBufferChunk | Max Kellermann | 1 | -6/+10 |
2008-04-12 | moved CHUNK_SIZE to outputBuffer.h | Max Kellermann | 1 | -0/+3 |
2008-04-12 | added outputBufferChunkData() | Max Kellermann | 1 | -0/+2 |
2008-04-12 | added outputBufferRelative() | Max Kellermann | 1 | -0/+6 |
2008-04-12 | added outputBufferEmpty() | Max Kellermann | 1 | -0/+3 |
2008-04-12 | moved check to outputBufferAbsolute() | Max Kellermann | 1 | -0/+6 |
2008-04-12 | add method availableOutputBuffer() | Max Kellermann | 1 | -0/+3 |
2008-04-12 | some documentation about OutputBuffer | Max Kellermann | 1 | -0/+9 |