| Commit message (Expand) | Author | Files | Lines |
2008-11-18 | music_pipe: narrowed assertion on chunk index | Max Kellermann | 1 | -1/+1 |
2008-11-13 | player: chop the tail of the music pipe after CANCEL | Max Kellermann | 1 | -0/+12 |
2008-11-13 | music_pipe: continuously check the sample format of all chunks | Max Kellermann | 1 | -0/+18 |
2008-11-13 | music_pipe: check for partial frames in appended chunk | Max Kellermann | 1 | -0/+2 |
2008-11-02 | music_pipe: add tag pointer to the music_chunk struct | Max Kellermann | 1 | -1/+27 |
2008-11-02 | music_pipe: added functions chunk_init() and chunk_free() | Max Kellermann | 1 | -10/+38 |
2008-11-02 | music_pipe: renamed "size" to "num_chunks" | Max Kellermann | 1 | -10/+10 |
2008-11-02 | music_pipe: no CamelCase | Max Kellermann | 1 | -14/+14 |
2008-11-02 | music_pipe: set bit_rate and time in music_pipe_append() | Max Kellermann | 1 | -10/+10 |
2008-11-02 | music_pipe: moved code to music_chunk_append() | Max Kellermann | 1 | -13/+28 |
2008-11-02 | music_pipe: renamed "ob" to "music_pipe" | Max Kellermann | 1 | -43/+43 |
2008-11-02 | music_pipe: use GLib instead of utils.h | Max Kellermann | 1 | -3/+3 |
2008-11-02 | decoder: replaced music_pipe.audioFormat with dc.out_audio_format | Max Kellermann | 1 | -1/+3 |
2008-11-02 | music_pipe: pass frame size to tail_chunk() | Max Kellermann | 1 | -3/+2 |
2008-11-02 | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 1 | -20/+20 |
2008-11-02 | music_pipe: renamed struct output_buffer to struct music_pipe | Max Kellermann | 1 | -6/+8 |
2008-11-02 | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 1 | -1/+1 |
2008-10-23 | output_buffer: don't split frames | Max Kellermann | 1 | -1/+10 |
2008-10-12 | output_buffer: converted ob_is_empty() to inline | Max Kellermann | 1 | -5/+0 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -2/+2 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+3 |
2008-10-08 | notify: removed the "Notify" typedef | Max Kellermann | 1 | -2/+3 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -2/+2 |
2008-08-26 | moved global variable "ob" to outputBuffer.h | Max Kellermann | 1 | -1/+2 |
2008-08-26 | moved convState to struct decoder | Max Kellermann | 1 | -1/+0 |
2008-08-26 | tail_chunk() returns ob_chunk pointer | Max Kellermann | 1 | -8/+6 |
2008-08-26 | added OutputBuffer.notify | Max Kellermann | 1 | -3/+4 |
2008-08-26 | added decoder_data() | Max Kellermann | 1 | -66/+16 |
2008-08-26 | invoke the notify API directly | Max Kellermann | 1 | -2/+3 |
2008-08-26 | added dc_command_finished() | Max Kellermann | 1 | -2/+1 |
2008-08-26 | merged start, stop, seek into DecoderControl.command | Max Kellermann | 1 | -3/+3 |
2008-04-15 | added ob_set_lazy() | Max Kellermann | 1 | -1/+7 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -65/+65 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -69/+69 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -15/+13 |
2008-04-12 | flush after loop in sendDataToOutputBuffer() | Max Kellermann | 1 | -5/+4 |
2008-04-12 | yet another migration to size_t | Max Kellermann | 1 | -4/+4 |
2008-04-12 | check cb->stop in the while loop | Max Kellermann | 1 | -4/+4 |
2008-04-12 | eliminate OutputBuffer.currentChunk | Max Kellermann | 1 | -29/+51 |
2008-04-12 | added output_buffer_expand() | Max Kellermann | 1 | -13/+22 |
2008-04-12 | initialize all elements in initOutputBuffer() | Max Kellermann | 1 | -0/+2 |
2008-04-12 | wake up player on demand | Max Kellermann | 1 | -1/+9 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -5/+0 |
2008-04-12 | pass DecoderControl object to decoder_sleep() | Max Kellermann | 1 | -1/+1 |
2008-04-12 | added output_buffer_free() | Max Kellermann | 1 | -0/+6 |
2008-04-12 | don't use short chunk numbers | Max Kellermann | 1 | -2/+2 |
2008-04-12 | added output_buffer_skip() | Max Kellermann | 1 | -0/+6 |
2008-04-12 | pass buffered_chunks to initOutputBuffer() | Max Kellermann | 1 | -14/+17 |
2008-04-12 | fix typo in comment | Max Kellermann | 1 | -3/+3 |
2008-04-12 | let initOutputBuffer() allocate memory | Max Kellermann | 1 | -2/+2 |