aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-02music_pipe: add tag pointer to the music_chunk structMax Kellermann1-0/+14
2008-11-02music_pipe: document struct music_chunkMax Kellermann1-0/+11
2008-11-02music_pipe: removed "volatile"Max Kellermann1-2/+2
2008-11-02music_pipe: renamed "size" to "num_chunks"Max Kellermann1-3/+2
2008-11-02music_pipe: no CamelCaseMax Kellermann1-3/+3
2008-11-02music_pipe: renamed "ob" to "music_pipe"Max Kellermann1-6/+6
2008-11-02music_pipe: more wrapper functionsMax Kellermann1-0/+27
2008-11-02decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann1-4/+4
2008-11-02music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann1-14/+14
2008-11-02music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann1-6/+7
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann1-2/+2
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-12output_buffer: converted ob_is_empty() to inlineMax Kellermann1-1/+4
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-2/+3
2008-10-08notify: removed the "Notify" typedefMax Kellermann1-3/+5
2008-09-29switch to C99 types, part IIMax Kellermann1-4/+3
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann1-2/+4
2008-08-26eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann1-3/+0
2008-08-26moved convState to struct decoderMax Kellermann1-2/+1
2008-08-26added OutputBuffer.notifyMax Kellermann1-1/+4
2008-08-26added decoder_data()Max Kellermann1-11/+8
2008-08-26clean up CPP includesMax Kellermann1-1/+0
2008-04-15added ob_set_lazy()Max Kellermann1-0/+12
2008-04-13Make the OutputBuffer API more consistentEric Wong1-14/+14
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-13/+12
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+0
2008-04-12eliminate OutputBuffer.currentChunkMax Kellermann1-2/+0
2008-04-12clean up CPP includesMax Kellermann1-1/+0
2008-04-12removed "volatile" from OutputBufferChunk propertiesMax Kellermann1-3/+3
2008-04-12added output_buffer_free()Max Kellermann1-0/+2
2008-04-12don't use short chunk numbersMax Kellermann1-3/+3
2008-04-12added output_buffer_skip()Max Kellermann1-0/+2
2008-04-12pass buffered_chunks to initOutputBuffer()Max Kellermann1-1/+3
2008-04-12let initOutputBuffer() allocate memoryMax Kellermann1-1/+1
2008-04-12Fix a few more warnings from -WshadowEric Wong1-1/+1
2008-04-12moved currentChunk into OutputBufferMax Kellermann1-0/+2
2008-04-12added outputBufferShift()Max Kellermann1-0/+2
2008-04-12added struct OutputBufferChunkMax Kellermann1-6/+10
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax Kellermann1-0/+3
2008-04-12added outputBufferChunkData()Max Kellermann1-0/+2
2008-04-12added outputBufferRelative()Max Kellermann1-0/+6
2008-04-12added outputBufferEmpty()Max Kellermann1-0/+3
2008-04-12moved check to outputBufferAbsolute()Max Kellermann1-0/+6
2008-04-12add method availableOutputBuffer()Max Kellermann1-0/+3
2008-04-12some documentation about OutputBufferMax Kellermann1-0/+9
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong1-11/+0
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-2/+0
2008-04-12use unsigned integers in outputBuffer.cMax Kellermann1-2/+2
2008-03-26notify the decoder instead of polling 100hzMax Kellermann1-0/+2