| Commit message (Expand) | Author | Files | Lines |
2008-04-12 | pass dc to decoder_task() | Max Kellermann | 1 | -4/+4 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -5/+0 |
2008-04-12 | pass pc to player notify functions | Max Kellermann | 1 | -13/+15 |
2008-04-12 | pass DecoderControl object to decoder_sleep() | Max Kellermann | 1 | -15/+12 |
2008-04-12 | remove the local variable "end" | Max Kellermann | 1 | -5/+0 |
2008-04-12 | don't use short chunk numbers | Max Kellermann | 1 | -2/+2 |
2008-04-12 | added output_buffer_skip() | Max Kellermann | 1 | -8/+1 |
2008-04-12 | remove buffered_chunks, use cb->size | Max Kellermann | 1 | -1/+2 |
2008-04-12 | decode: fix some uninitialized variable warnings | Eric Wong | 1 | -2/+2 |
2008-04-12 | decode: fix unsigned comparision and add some paranoid assertions | Eric Wong | 1 | -8/+9 |
2008-04-12 | Fix a few more warnings from -Wshadow | Eric Wong | 1 | -4/+4 |
2008-04-12 | some assertions to check the unsigned changes | Max Kellermann | 1 | -0/+3 |
2008-04-12 | yet more unsigned integers | Max Kellermann | 1 | -4/+4 |
2008-04-12 | use the notify API in the decoder | Max Kellermann | 1 | -6/+8 |
2008-04-12 | use break instead of quitDecode()+return | Max Kellermann | 1 | -6/+3 |
2008-04-12 | moved expression to audioFormatSizeToTime() | Max Kellermann | 1 | -3/+1 |
2008-04-12 | let calculateCrossFadeChunks() decide | Max Kellermann | 1 | -14/+12 |
2008-04-12 | moved code to playChunk() | Max Kellermann | 1 | -10/+20 |
2008-04-12 | added outputBufferShift() | Max Kellermann | 1 | -4/+1 |
2008-04-12 | continue main loop instead of nesting loops | Max Kellermann | 1 | -13/+5 |
2008-04-12 | sleep when waiting for cross-fade chunks | Max Kellermann | 1 | -1/+3 |
2008-04-12 | moved code to crossFade() | Max Kellermann | 1 | -15/+20 |
2008-04-12 | added struct OutputBufferChunk | Max Kellermann | 1 | -16/+19 |
2008-04-12 | added outputBufferChunkData() | Max Kellermann | 1 | -4/+2 |
2008-04-12 | removed "quit" | Max Kellermann | 1 | -5/+3 |
2008-04-12 | do not reset nextChunk | Max Kellermann | 1 | -9/+5 |
2008-04-12 | added outputBufferRelative() | Max Kellermann | 1 | -6/+2 |
2008-04-12 | added outputBufferEmpty() | Max Kellermann | 1 | -2/+2 |
2008-04-12 | moved check to outputBufferAbsolute() | Max Kellermann | 1 | -17/+4 |
2008-04-12 | make variables more local | Max Kellermann | 1 | -4/+3 |
2008-04-12 | moved the initial buffering code into the big loop | Max Kellermann | 1 | -13/+10 |
2008-04-12 | some comments in decode.c | Max Kellermann | 1 | -0/+39 |
2008-04-12 | integrated macro handleDecodeStart() into caller | Max Kellermann | 1 | -43/+40 |
2008-04-12 | use clearOutputBuffer() | Max Kellermann | 1 | -4/+2 |
2008-04-12 | do not check dc->start after loop | Max Kellermann | 1 | -1/+1 |
2008-04-12 | use DECODE_ERROR_NOERROR instead of 0 | Max Kellermann | 1 | -3/+3 |
2008-04-12 | converted macro processDecodeInput() to function | Max Kellermann | 1 | -52/+80 |
2008-04-12 | don't set quit=1 before break | Max Kellermann | 1 | -5/+2 |
2008-04-12 | simplified some code in decode.c | Max Kellermann | 1 | -11/+10 |
2008-04-12 | add method availableOutputBuffer() | Max Kellermann | 1 | -2/+1 |
2008-04-12 | replace advanceOutputBufferTo() with trivial assignment | Max Kellermann | 1 | -6/+1 |
2008-04-12 | removed unused parameters from advanceOutputBufferTo() | Max Kellermann | 1 | -6/+2 |
2008-04-12 | Start using song pointers in core data structures | Eric Wong | 1 | -34/+32 |
2008-04-12 | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 1 | -60/+4 |
2008-04-12 | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 1 | -142/+101 |
2008-04-12 | whitespace cleanup | Max Kellermann | 1 | -1/+1 |
2008-04-12 | fix sign compare warnings | Max Kellermann | 1 | -7/+7 |
2008-04-12 | use unsigned integers in decoder.c | Max Kellermann | 1 | -5/+5 |
2008-03-26 | send notify signal after SIGCONT | Max Kellermann | 1 | -0/+2 |
2008-03-26 | notify the decoder instead of polling 100hz | Max Kellermann | 1 | -0/+1 |