| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | do input buffering in while sleeping loop of sending stuff to output buffer | Warren Dukes | 2004-05-21 | 1 | -2/+6 |
* | yes! rudimentary stream playing for mp3's! | Warren Dukes | 2004-05-18 | 1 | -0/+2 |
* | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 2004-05-10 | 1 | -1/+2 |
* | rewrite outputBuffer'ing abstraction a bit to be more effecient and easier | Warren Dukes | 2004-05-07 | 1 | -3/+4 |
* | new OutputBuffer abstraction stuff, implemented for mp3, now need to | Warren Dukes | 2004-05-07 | 1 | -0/+45 |