| Commit message (Expand) | Author | Files | Lines |
2011-07-20 | pipe: lock the mutex in music_pipe_size() | Max Kellermann | 1 | -1/+4 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-05-11 | music_pipe: added assertion on chunk->audio_format | Max Kellermann | 1 | -0/+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/+21 |
2009-03-08 | music_chunk: added assertions on the audio format | Max Kellermann | 1 | -0/+33 |
2009-03-07 | music_pipe: refuse to push empty chunks | Max Kellermann | 1 | -0/+4 |
2009-03-07 | music_pipe: poison music_chunk.next | Max Kellermann | 1 | -0/+5 |
2009-03-07 | music_pipe: added music_pipe_peek() | Max Kellermann | 1 | -0/+6 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -163/+58 |
2009-03-06 | music_pipe: added music_pipe_push() | Max Kellermann | 1 | -86/+18 |
2009-03-05 | music_chunk: added music_chunk_write(), music_chunk_expand() | Max Kellermann | 1 | -16/+5 |
2009-03-03 | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 1 | -14/+1 |
2009-01-17 | music_pipe: removed music_pipe_append() | Max Kellermann | 1 | -30/+0 |
2009-01-17 | music_pipe: added functions music_pipe_write() and music_pipe_expand() | Max Kellermann | 1 | -32/+46 |
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 |