aboutsummaryrefslogtreecommitdiff
path: root/src/outputBuffer.c
Commit message (Expand)AuthorAge
* moved convState to struct decoderMax Kellermann2008-08-26
* tail_chunk() returns ob_chunk pointerMax Kellermann2008-08-26
* added OutputBuffer.notifyMax Kellermann2008-08-26
* added decoder_data()Max Kellermann2008-08-26
* invoke the notify API directlyMax Kellermann2008-08-26
* added dc_command_finished()Max Kellermann2008-08-26
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-26
* added ob_set_lazy()Max Kellermann2008-04-15
* Make the OutputBuffer API more consistentEric Wong2008-04-13
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* flush after loop in sendDataToOutputBuffer()Max Kellermann2008-04-12
* yet another migration to size_tMax Kellermann2008-04-12
* check cb->stop in the while loopMax Kellermann2008-04-12
* eliminate OutputBuffer.currentChunkMax Kellermann2008-04-12
* added output_buffer_expand()Max Kellermann2008-04-12
* initialize all elements in initOutputBuffer()Max Kellermann2008-04-12
* wake up player on demandMax Kellermann2008-04-12
* clean up CPP includesMax Kellermann2008-04-12
* pass DecoderControl object to decoder_sleep()Max Kellermann2008-04-12
* added output_buffer_free()Max Kellermann2008-04-12
* don't use short chunk numbersMax Kellermann2008-04-12
* added output_buffer_skip()Max Kellermann2008-04-12
* pass buffered_chunks to initOutputBuffer()Max Kellermann2008-04-12
* fix typo in commentMax Kellermann2008-04-12
* let initOutputBuffer() allocate memoryMax Kellermann2008-04-12
* added inline function successor()Max Kellermann2008-04-12
* moved currentChunk into OutputBufferMax Kellermann2008-04-12
* added outputBufferShift()Max Kellermann2008-04-12
* use sizeof(chunk.data) instead of CHUNK_SIZEMax Kellermann2008-04-12
* added struct OutputBufferChunkMax Kellermann2008-04-12
* added outputBufferChunkData()Max Kellermann2008-04-12
* added outputBufferRelative()Max Kellermann2008-04-12
* added outputBufferEmpty()Max Kellermann2008-04-12
* moved check to outputBufferAbsolute()Max Kellermann2008-04-12
* add method availableOutputBuffer()Max Kellermann2008-04-12
* moved code to function tailChunk()Max Kellermann2008-04-12
* use free()+malloc() instead of realloc()Max Kellermann2008-04-12
* outputBuffer: remove unused variableEric Wong2008-04-12
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* use unsigned integers in outputBuffer.cMax Kellermann2008-04-12
* fix sign compare warningsMax Kellermann2008-04-12
* notify the decoder instead of polling 100hzMax Kellermann2008-03-26
* moved code to initOutputBuffer()Max Kellermann2008-03-26
* use size_tMax Kellermann2008-03-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman2007-05-26
* Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman2007-05-24