| Commit message (Expand) | Author | Age | Files | Lines |
* | moved global variable "ob" to outputBuffer.h | Max Kellermann | 2008-08-26 | 1 | -2/+4 |
* | eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK | Max Kellermann | 2008-08-26 | 1 | -3/+0 |
* | moved convState to struct decoder | Max Kellermann | 2008-08-26 | 1 | -2/+1 |
* | added OutputBuffer.notify | Max Kellermann | 2008-08-26 | 1 | -1/+4 |
* | added decoder_data() | Max Kellermann | 2008-08-26 | 1 | -11/+8 |
* | clean up CPP includes | Max Kellermann | 2008-08-26 | 1 | -1/+0 |
* | added ob_set_lazy() | Max Kellermann | 2008-04-15 | 1 | -0/+12 |
* | Make the OutputBuffer API more consistent | Eric Wong | 2008-04-13 | 1 | -14/+14 |
* | Stop passing our single OutputBuffer object everywhere | Eric Wong | 2008-04-13 | 1 | -13/+12 |
* | Stop passing our single DecoderControl object everywhere | Eric Wong | 2008-04-13 | 1 | -1/+0 |
* | eliminate OutputBuffer.currentChunk | Max Kellermann | 2008-04-12 | 1 | -2/+0 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -1/+0 |
* | removed "volatile" from OutputBufferChunk properties | Max Kellermann | 2008-04-12 | 1 | -3/+3 |
* | added output_buffer_free() | Max Kellermann | 2008-04-12 | 1 | -0/+2 |
* | don't use short chunk numbers | Max Kellermann | 2008-04-12 | 1 | -3/+3 |
* | added output_buffer_skip() | Max Kellermann | 2008-04-12 | 1 | -0/+2 |
* | pass buffered_chunks to initOutputBuffer() | Max Kellermann | 2008-04-12 | 1 | -1/+3 |
* | let initOutputBuffer() allocate memory | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | Fix a few more warnings from -Wshadow | Eric Wong | 2008-04-12 | 1 | -1/+1 |
* | moved currentChunk into OutputBuffer | Max Kellermann | 2008-04-12 | 1 | -0/+2 |
* | added outputBufferShift() | Max Kellermann | 2008-04-12 | 1 | -0/+2 |
* | added struct OutputBufferChunk | Max Kellermann | 2008-04-12 | 1 | -6/+10 |
* | moved CHUNK_SIZE to outputBuffer.h | Max Kellermann | 2008-04-12 | 1 | -0/+3 |
* | added outputBufferChunkData() | Max Kellermann | 2008-04-12 | 1 | -0/+2 |
* | added outputBufferRelative() | Max Kellermann | 2008-04-12 | 1 | -0/+6 |
* | added outputBufferEmpty() | Max Kellermann | 2008-04-12 | 1 | -0/+3 |
* | moved check to outputBufferAbsolute() | Max Kellermann | 2008-04-12 | 1 | -0/+6 |
* | add method availableOutputBuffer() | Max Kellermann | 2008-04-12 | 1 | -0/+3 |
* | some documentation about OutputBuffer | Max Kellermann | 2008-04-12 | 1 | -0/+9 |
* | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 2008-04-12 | 1 | -11/+0 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -2/+0 |
* | use unsigned integers in outputBuffer.c | Max Kellermann | 2008-04-12 | 1 | -2/+2 |
* | notify the decoder instead of polling 100hz | Max Kellermann | 2008-03-26 | 1 | -0/+2 |
* | moved code to initOutputBuffer() | Max Kellermann | 2008-03-26 | 1 | -0/+2 |
* | use size_t | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 2007-05-24 | 1 | -0/+2 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -16/+14 |
* | Remove useless buffer signedness warnings, use | Avuton Olrich | 2006-07-19 | 1 | -1/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | rewrite replaygain code, needs testing | Warren Dukes | 2004-11-02 | 1 | -3/+11 |
* | minor little cleanups | Warren Dukes | 2004-06-10 | 1 | -1/+0 |
* | remove "wrap" from buffering control, its not needed, and could potentially | Warren Dukes | 2004-06-08 | 1 | -1/+0 |
* | harden metadatabuffer | Warren Dukes | 2004-06-06 | 1 | -3/+3 |
* | spelling fix for avuton | Warren Dukes | 2004-06-06 | 1 | -0/+3 |
* | mechanism for updating metadata while decoding | Warren Dukes | 2004-06-06 | 1 | -7/+5 |
* | todo update | Warren Dukes | 2004-06-06 | 1 | -1/+10 |
* | clean up some grammar | Warren Dukes | 2004-05-30 | 1 | -1/+1 |
* | fix TIcho's seeking while paused bug | Warren Dukes | 2004-05-29 | 1 | -2/+2 |