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