summaryrefslogtreecommitdiff
path: root/src/outputBuffer.c
AgeCommit message (Expand)Author
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann
2008-10-23output_buffer: don't split framesMax Kellermann
2008-10-12output_buffer: converted ob_is_empty() to inlineMax Kellermann
2008-10-08use the "bool" data type instead of "int"Max Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-10-08notify: removed the "Notify" typedefMax Kellermann
2008-09-29switch to C99 types, part IIMax Kellermann
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann
2008-08-26moved convState to struct decoderMax Kellermann
2008-08-26tail_chunk() returns ob_chunk pointerMax Kellermann
2008-08-26added OutputBuffer.notifyMax Kellermann
2008-08-26added decoder_data()Max Kellermann
2008-08-26invoke the notify API directlyMax Kellermann
2008-08-26added dc_command_finished()Max Kellermann
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann
2008-04-15added ob_set_lazy()Max Kellermann
2008-04-13Make the OutputBuffer API more consistentEric Wong
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong
2008-04-12flush after loop in sendDataToOutputBuffer()Max Kellermann
2008-04-12yet another migration to size_tMax Kellermann
2008-04-12check cb->stop in the while loopMax Kellermann
2008-04-12eliminate OutputBuffer.currentChunkMax Kellermann
2008-04-12added output_buffer_expand()Max Kellermann
2008-04-12initialize all elements in initOutputBuffer()Max Kellermann
2008-04-12wake up player on demandMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-04-12pass DecoderControl object to decoder_sleep()Max Kellermann
2008-04-12added output_buffer_free()Max Kellermann
2008-04-12don't use short chunk numbersMax Kellermann
2008-04-12added output_buffer_skip()Max Kellermann
2008-04-12pass buffered_chunks to initOutputBuffer()Max Kellermann
2008-04-12fix typo in commentMax Kellermann
2008-04-12let initOutputBuffer() allocate memoryMax Kellermann
2008-04-12added inline function successor()Max Kellermann
2008-04-12moved currentChunk into OutputBufferMax Kellermann
2008-04-12added outputBufferShift()Max Kellermann
2008-04-12use sizeof(chunk.data) instead of CHUNK_SIZEMax Kellermann
2008-04-12added struct OutputBufferChunkMax Kellermann
2008-04-12added outputBufferChunkData()Max Kellermann
2008-04-12added outputBufferRelative()Max Kellermann
2008-04-12added outputBufferEmpty()Max Kellermann
2008-04-12moved check to outputBufferAbsolute()Max Kellermann
2008-04-12add method availableOutputBuffer()Max Kellermann
2008-04-12moved code to function tailChunk()Max Kellermann
2008-04-12use free()+malloc() instead of realloc()Max Kellermann
2008-04-12outputBuffer: remove unused variableEric Wong
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong
2008-04-12use unsigned integers in outputBuffer.cMax Kellermann