aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* music_pipe: added assertion on chunk->audio_formatMax Kellermann2009-05-111-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* music_pipe: added music_pipe_contains()Max Kellermann2009-03-091-0/+21
* music_chunk: added assertions on the audio formatMax Kellermann2009-03-081-0/+33
* music_pipe: refuse to push empty chunksMax Kellermann2009-03-071-0/+4
* music_pipe: poison music_chunk.nextMax Kellermann2009-03-071-0/+5
* music_pipe: added music_pipe_peek()Max Kellermann2009-03-071-0/+6
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-061-163/+58
* music_pipe: added music_pipe_push()Max Kellermann2009-03-061-86/+18
* music_chunk: added music_chunk_write(), music_chunk_expand()Max Kellermann2009-03-051-16/+5
* music_pipe: moved struct music_chunk to chunk.hMax Kellermann2009-03-031-14/+1
* music_pipe: removed music_pipe_append()Max Kellermann2009-01-171-30/+0
* music_pipe: added functions music_pipe_write() and music_pipe_expand()Max Kellermann2009-01-171-32/+46
* music_pipe: narrowed assertion on chunk indexMax Kellermann2008-11-181-1/+1
* player: chop the tail of the music pipe after CANCELMax Kellermann2008-11-131-0/+12
* music_pipe: continuously check the sample format of all chunksMax Kellermann2008-11-131-0/+18
* music_pipe: check for partial frames in appended chunkMax Kellermann2008-11-131-0/+2
* music_pipe: add tag pointer to the music_chunk structMax Kellermann2008-11-021-1/+27
* music_pipe: added functions chunk_init() and chunk_free()Max Kellermann2008-11-021-10/+38
* music_pipe: renamed "size" to "num_chunks"Max Kellermann2008-11-021-10/+10
* music_pipe: no CamelCaseMax Kellermann2008-11-021-14/+14
* music_pipe: set bit_rate and time in music_pipe_append()Max Kellermann2008-11-021-10/+10
* music_pipe: moved code to music_chunk_append()Max Kellermann2008-11-021-13/+28
* music_pipe: renamed "ob" to "music_pipe"Max Kellermann2008-11-021-43/+43
* music_pipe: use GLib instead of utils.hMax Kellermann2008-11-021-3/+3
* decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann2008-11-021-1/+3
* music_pipe: pass frame size to tail_chunk()Max Kellermann2008-11-021-3/+2
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-021-20/+20
* music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann2008-11-021-6/+8
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-021-0/+228