Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a few more warnings from -Wshadow | Eric Wong | 2008-04-12 | 7 | -36/+38 | |
* | configure: better CFLAGS checking | Eric Wong | 2008-04-12 | 2 | -2/+28 | |
* | missing const in disabled code path | Max Kellermann | 2008-04-12 | 1 | -1/+1 | |
* | some assertions to check the unsigned changes | Max Kellermann | 2008-04-12 | 1 | -0/+3 | |
* | use size_t in audio.c | Max Kellermann | 2008-04-12 | 2 | -5/+5 | |
* | use free()/malloc() instead of realloc() | Max Kellermann | 2008-04-12 | 1 | -2/+3 | |
* | use size_t in audioOutput.c internals | Max Kellermann | 2008-04-12 | 2 | -2/+2 | |
* | use size_t and constant pointer in ao plugins | Max Kellermann | 2008-04-12 | 12 | -36/+66 | |
* | use size_t for pcm_sizeOfConvBuffer() result | Max Kellermann | 2008-04-12 | 1 | -4/+4 | |
* | yet more unsigned integers | Max Kellermann | 2008-04-12 | 1 | -4/+4 | |
* | constant pointers | Max Kellermann | 2008-04-12 | 3 | -9/+9 | |
* | fix parameter types in the faad calls | Max Kellermann | 2008-04-12 | 2 | -3/+3 | |
* | fix compilation error in wavpack plugin | Max Kellermann | 2008-04-12 | 1 | -3/+6 | |
* | yet more unsigned integers | Max Kellermann | 2008-04-12 | 5 | -10/+9 | |
* | whitespace cleanup | Max Kellermann | 2008-04-12 | 1 | -67/+67 | |
* | added inline function successor() | Max Kellermann | 2008-04-12 | 1 | -11/+12 | |
* | moved currentChunk into OutputBuffer | Max Kellermann | 2008-04-12 | 2 | -10/+11 | |
* | use the notify API in the main thread | Max Kellermann | 2008-04-12 | 3 | -9/+19 | |
* | use the notify API in the player | Max Kellermann | 2008-04-12 | 3 | -6/+10 | |
* | use the notify API in the decoder | Max Kellermann | 2008-04-12 | 3 | -6/+12 | |
* | use the pthread API in notify.c | Max Kellermann | 2008-04-12 | 2 | -33/+66 | |
* | rename the notify.c methods | Max Kellermann | 2008-04-12 | 2 | -6/+6 | |
* | 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 |