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