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