aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Merge release 0.15.14 from branch 'v0.15.x'Max Kellermann2010-11-071-0/+6
|\
| * pipe: add helper function music_pipe_empty()Max Kellermann2010-11-051-0/+6
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
|/
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* music_pipe: added music_pipe_contains()Max Kellermann2009-03-091-0/+9
* music_chunk: added assertions on the audio formatMax Kellermann2009-03-081-0/+16
* music_pipe: added music_pipe_peek()Max Kellermann2009-03-071-0/+7
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-061-129/+20
* music_pipe: added music_pipe_push()Max Kellermann2009-03-061-8/+26
* music_pipe: moved struct music_chunk to chunk.hMax Kellermann2009-03-031-29/+2
* music_pipe: removed music_pipe_append()Max Kellermann2009-01-171-9/+0
* music_pipe: added functions music_pipe_write() and music_pipe_expand()Max Kellermann2009-01-171-0/+18
* player: chop the tail of the music pipe after CANCELMax Kellermann2008-11-131-0/+6
* music_pipe: continuously check the sample format of all chunksMax Kellermann2008-11-131-0/+5
* music_pipe: add tag pointer to the music_chunk structMax Kellermann2008-11-021-0/+14
* music_pipe: document struct music_chunkMax Kellermann2008-11-021-0/+11
* music_pipe: removed "volatile"Max Kellermann2008-11-021-2/+2
* music_pipe: renamed "size" to "num_chunks"Max Kellermann2008-11-021-3/+2
* music_pipe: no CamelCaseMax Kellermann2008-11-021-3/+3
* music_pipe: renamed "ob" to "music_pipe"Max Kellermann2008-11-021-6/+6
* music_pipe: more wrapper functionsMax Kellermann2008-11-021-0/+27
* decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann2008-11-021-4/+4
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-021-14/+14
* music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann2008-11-021-6/+7
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-021-0/+115