summaryrefslogtreecommitdiff
path: root/src/pipe.c
AgeCommit message (Expand)Author
2011-07-20Merge branch 'v0.16.x'Max Kellermann
2011-07-20pipe: lock the mutex in music_pipe_size()Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-05-11music_pipe: added assertion on chunk->audio_formatMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-09music_pipe: added music_pipe_contains()Max Kellermann
2009-03-08music_chunk: added assertions on the audio formatMax Kellermann
2009-03-07music_pipe: refuse to push empty chunksMax Kellermann
2009-03-07music_pipe: poison music_chunk.nextMax Kellermann
2009-03-07music_pipe: added music_pipe_peek()Max Kellermann
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann
2009-03-06music_pipe: added music_pipe_push()Max Kellermann
2009-03-05music_chunk: added music_chunk_write(), music_chunk_expand()Max Kellermann
2009-03-03music_pipe: moved struct music_chunk to chunk.hMax Kellermann
2009-01-17music_pipe: removed music_pipe_append()Max Kellermann
2009-01-17music_pipe: added functions music_pipe_write() and music_pipe_expand()Max Kellermann
2008-11-18music_pipe: narrowed assertion on chunk indexMax Kellermann
2008-11-13player: chop the tail of the music pipe after CANCELMax Kellermann
2008-11-13music_pipe: continuously check the sample format of all chunksMax Kellermann
2008-11-13music_pipe: check for partial frames in appended chunkMax Kellermann
2008-11-02music_pipe: add tag pointer to the music_chunk structMax Kellermann
2008-11-02music_pipe: added functions chunk_init() and chunk_free()Max Kellermann
2008-11-02music_pipe: renamed "size" to "num_chunks"Max Kellermann
2008-11-02music_pipe: no CamelCaseMax Kellermann
2008-11-02music_pipe: set bit_rate and time in music_pipe_append()Max Kellermann
2008-11-02music_pipe: moved code to music_chunk_append()Max Kellermann
2008-11-02music_pipe: renamed "ob" to "music_pipe"Max Kellermann
2008-11-02music_pipe: use GLib instead of utils.hMax Kellermann
2008-11-02decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann
2008-11-02music_pipe: pass frame size to tail_chunk()Max Kellermann
2008-11-02music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann
2008-11-02music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann