summaryrefslogtreecommitdiff
path: root/src/outputBuffer.h
AgeCommit message (Expand)Author
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-12eliminate OutputBuffer.currentChunkMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-04-12removed "volatile" from OutputBufferChunk propertiesMax 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-12let initOutputBuffer() allocate memoryMax Kellermann
2008-04-12Fix a few more warnings from -WshadowEric Wong
2008-04-12moved currentChunk into OutputBufferMax Kellermann
2008-04-12added outputBufferShift()Max Kellermann
2008-04-12added struct OutputBufferChunkMax Kellermann
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax 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-12some documentation about OutputBufferMax Kellermann
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
2008-03-26notify the decoder instead of polling 100hzMax Kellermann
2008-03-26moved code to initOutputBuffer()Max Kellermann
2008-03-26use size_tMax Kellermann
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-19Remove useless buffer signedness warnings, useAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2004-11-02rewrite replaygain code, needs testingWarren Dukes
2004-06-10minor little cleanupsWarren Dukes
2004-06-08remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes
2004-06-06harden metadatabufferWarren Dukes
2004-06-06spelling fix for avutonWarren Dukes
2004-06-06mechanism for updating metadata while decodingWarren Dukes
2004-06-06todo updateWarren Dukes
2004-05-30clean up some grammarWarren Dukes
2004-05-29fix TIcho's seeking while paused bugWarren Dukes
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes
2004-05-07rewrite outputBuffer'ing abstraction a bit to be more effecient and easierWarren Dukes
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes