aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-3/+3
* Add missing function prototypesEric Wong2008-09-021-0/+3
* clean up CPP includesMax Kellermann2008-08-301-1/+0
* Remove ob_wait_sync and cleanup triggering in playlistEric Wong2008-08-191-0/+1
* fix output buffer deadlock when daemonizingEric Wong2008-08-191-3/+4
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-70/+65
* added ob_set_lazy()Max Kellermann2008-04-151-0/+12
* Make the OutputBuffer API more consistentEric Wong2008-04-131-14/+14
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-13/+12
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-1/+0
* eliminate OutputBuffer.currentChunkMax Kellermann2008-04-121-2/+0
* clean up CPP includesMax Kellermann2008-04-121-1/+0
* removed "volatile" from OutputBufferChunk propertiesMax Kellermann2008-04-121-3/+3
* added output_buffer_free()Max Kellermann2008-04-121-0/+2
* don't use short chunk numbersMax Kellermann2008-04-121-3/+3
* added output_buffer_skip()Max Kellermann2008-04-121-0/+2
* pass buffered_chunks to initOutputBuffer()Max Kellermann2008-04-121-1/+3
* let initOutputBuffer() allocate memoryMax Kellermann2008-04-121-1/+1
* Fix a few more warnings from -WshadowEric Wong2008-04-121-1/+1
* moved currentChunk into OutputBufferMax Kellermann2008-04-121-0/+2
* added outputBufferShift()Max Kellermann2008-04-121-0/+2
* added struct OutputBufferChunkMax Kellermann2008-04-121-6/+10
* moved CHUNK_SIZE to outputBuffer.hMax Kellermann2008-04-121-0/+3
* added outputBufferChunkData()Max Kellermann2008-04-121-0/+2
* added outputBufferRelative()Max Kellermann2008-04-121-0/+6
* added outputBufferEmpty()Max Kellermann2008-04-121-0/+3
* moved check to outputBufferAbsolute()Max Kellermann2008-04-121-0/+6
* add method availableOutputBuffer()Max Kellermann2008-04-121-0/+3
* some documentation about OutputBufferMax Kellermann2008-04-121-0/+9
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-121-11/+0
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-2/+0
* use unsigned integers in outputBuffer.cMax Kellermann2008-04-121-2/+2
* notify the decoder instead of polling 100hzMax Kellermann2008-03-261-0/+2
* moved code to initOutputBuffer()Max Kellermann2008-03-261-0/+2
* use size_tMax Kellermann2008-03-261-1/+1
* Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman2007-05-241-0/+2
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-16/+14
* Remove useless buffer signedness warnings, useAvuton Olrich2006-07-191-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* rewrite replaygain code, needs testingWarren Dukes2004-11-021-3/+11
* minor little cleanupsWarren Dukes2004-06-101-1/+0
* remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes2004-06-081-1/+0
* harden metadatabufferWarren Dukes2004-06-061-3/+3
* spelling fix for avutonWarren Dukes2004-06-061-0/+3
* mechanism for updating metadata while decodingWarren Dukes2004-06-061-7/+5
* todo updateWarren Dukes2004-06-061-1/+10
* clean up some grammarWarren Dukes2004-05-301-1/+1
* fix TIcho's seeking while paused bugWarren Dukes2004-05-291-2/+2