summaryrefslogtreecommitdiff
path: root/src/pipe.h
AgeCommit message (Expand)Author
2011-07-20pipe: make read-only functions "pure"Max Kellermann
2011-03-16Merge release 0.15.16 into v0.16.xMax Kellermann
2011-01-14Fix NDEBUG testAndreas Wiese
2010-11-07Merge release 0.15.14 from branch 'v0.15.x'Max Kellermann
2010-11-05pipe: add helper function music_pipe_empty()Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
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: 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-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-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-02music_pipe: add tag pointer to the music_chunk structMax Kellermann
2008-11-02music_pipe: document struct music_chunkMax Kellermann
2008-11-02music_pipe: removed "volatile"Max Kellermann
2008-11-02music_pipe: renamed "size" to "num_chunks"Max Kellermann
2008-11-02music_pipe: no CamelCaseMax Kellermann
2008-11-02music_pipe: renamed "ob" to "music_pipe"Max Kellermann
2008-11-02music_pipe: more wrapper functionsMax Kellermann
2008-11-02decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax 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