aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-021-115/+0
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* output_buffer: converted ob_is_empty() to inlineMax Kellermann2008-10-121-1/+4
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-2/+3
* notify: removed the "Notify" typedefMax Kellermann2008-10-081-3/+5
* switch to C99 types, part IIMax Kellermann2008-09-291-4/+3
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1
* moved global variable "ob" to outputBuffer.hMax Kellermann2008-08-261-2/+4
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-261-3/+0
* moved convState to struct decoderMax Kellermann2008-08-261-2/+1
* added OutputBuffer.notifyMax Kellermann2008-08-261-1/+4
* added decoder_data()Max Kellermann2008-08-261-11/+8
* clean up CPP includesMax Kellermann2008-08-261-1/+0
* 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