| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use break instead of quitDecode()+return | Max Kellermann | 2008-04-12 | 1 | -6/+3 |
* | moved expression to audioFormatSizeToTime() | Max Kellermann | 2008-04-12 | 2 | -3/+6 |
* | let calculateCrossFadeChunks() decide | Max Kellermann | 2008-04-12 | 1 | -14/+12 |
* | moved code to playChunk() | Max Kellermann | 2008-04-12 | 1 | -10/+20 |
* | added outputBufferShift() | Max Kellermann | 2008-04-12 | 3 | -4/+13 |
* | continue main loop instead of nesting loops | Max Kellermann | 2008-04-12 | 1 | -13/+5 |
* | sleep when waiting for cross-fade chunks | Max Kellermann | 2008-04-12 | 1 | -1/+3 |
* | moved code to crossFade() | Max Kellermann | 2008-04-12 | 1 | -15/+20 |
* | use sizeof(chunk.data) instead of CHUNK_SIZE | Max Kellermann | 2008-04-12 | 1 | -2/+2 |
* | added struct OutputBufferChunk | Max Kellermann | 2008-04-12 | 4 | -41/+46 |
* | moved CHUNK_SIZE to outputBuffer.h | Max Kellermann | 2008-04-12 | 2 | -3/+3 |
* | added outputBufferChunkData() | Max Kellermann | 2008-04-12 | 3 | -4/+11 |
* | removed "quit" | Max Kellermann | 2008-04-12 | 1 | -5/+3 |
* | do not reset nextChunk | Max Kellermann | 2008-04-12 | 1 | -9/+5 |
* | added outputBufferRelative() | Max Kellermann | 2008-04-12 | 3 | -10/+17 |
* | added outputBufferEmpty() | Max Kellermann | 2008-04-12 | 3 | -2/+10 |
* | moved check to outputBufferAbsolute() | Max Kellermann | 2008-04-12 | 3 | -17/+27 |
* | make variables more local | Max Kellermann | 2008-04-12 | 1 | -4/+3 |
* | moved the initial buffering code into the big loop | Max Kellermann | 2008-04-12 | 1 | -13/+10 |
* | some comments in decode.c | Max Kellermann | 2008-04-12 | 1 | -0/+39 |
* | integrated macro handleDecodeStart() into caller | Max Kellermann | 2008-04-12 | 1 | -43/+40 |
* | use clearOutputBuffer() | Max Kellermann | 2008-04-12 | 1 | -4/+2 |
* | do not check dc->start after loop | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | use DECODE_ERROR_NOERROR instead of 0 | Max Kellermann | 2008-04-12 | 1 | -3/+3 |
* | converted macro processDecodeInput() to function | Max Kellermann | 2008-04-12 | 1 | -52/+80 |
* | added clearPlayerQueueLocked() | Max Kellermann | 2008-04-12 | 1 | -43/+24 |
* | don't set quit=1 before break | Max Kellermann | 2008-04-12 | 1 | -5/+2 |
* | simplified some code in decode.c | Max Kellermann | 2008-04-12 | 1 | -11/+10 |
* | add method availableOutputBuffer() | Max Kellermann | 2008-04-12 | 3 | -2/+12 |
* | replace advanceOutputBufferTo() with trivial assignment | Max Kellermann | 2008-04-12 | 1 | -6/+1 |
* | removed unused parameters from advanceOutputBufferTo() | Max Kellermann | 2008-04-12 | 1 | -6/+2 |
* | moved code to function tailChunk() | Max Kellermann | 2008-04-12 | 1 | -33/+58 |
* | use free()+malloc() instead of realloc() | Max Kellermann | 2008-04-12 | 1 | -1/+3 |
* | some documentation about OutputBuffer | Max Kellermann | 2008-04-12 | 1 | -0/+9 |
* | Start using song pointers in core data structures | Eric Wong | 2008-04-12 | 5 | -66/+53 |
* | outputBuffer: remove unused variable | Eric Wong | 2008-04-12 | 1 | -1/+0 |
* | song: document get_song_url() | Eric Wong | 2008-04-12 | 1 | -0/+6 |
* | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 2008-04-12 | 11 | -328/+7 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 21 | -377/+212 |
* | whitespace cleanup | Max Kellermann | 2008-04-12 | 2 | -8/+8 |
* | proper bind error message for unix socket | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | provide switches for TCP and unix sockets | Max Kellermann | 2008-04-12 | 3 | -1/+24 |
* | support listening on unix domain sockets | Max Kellermann | 2008-04-12 | 2 | -0/+17 |
* | use constant pointers when possible | Max Kellermann | 2008-04-12 | 3 | -25/+24 |
* | eliminate unused parameters | Max Kellermann | 2008-04-12 | 1 | -6/+5 |
* | unsigned integers in playerData.[ch] | Max Kellermann | 2008-04-12 | 2 | -6/+5 |
* | use unsigned integers in outputBuffer.c | Max Kellermann | 2008-04-12 | 2 | -3/+3 |
* | fix sign compare warnings | Max Kellermann | 2008-04-12 | 4 | -10/+10 |
* | deconstify input buffer for iconv() | Max Kellermann | 2008-04-12 | 1 | -2/+18 |
* | use unsigned integers in the flac plugin | Max Kellermann | 2008-04-12 | 2 | -2/+2 |