| Commit message (Expand) | Author | Files | Lines |
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 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -2/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -8/+1 |
2008-01-01 | silence is constant, as is the buffer we pass to playAudio | Eric Wong | 1 | -3/+1 |
2008-01-01 | Simplify decode cleanup logic a bit | Eric Wong | 1 | -26/+15 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -18/+15 |
2007-09-07 | decode: fix seek when paused | Eric Wong | 1 | -0/+1 |
2007-09-06 | Once again get rid of busy waiting and use SIGSTOP for pause | Eric Wong | 1 | -4/+10 |
2007-09-06 | return to busy-waiting on pause for now.. | Eric Wong | 1 | -10/+4 |
2007-08-27 | removing debug messages from signal handlers | J. Alexander Treuman | 1 | -3/+5 |
2007-08-27 | send SIGSTOP to player and decoder processes on pause, too | Eric Wong | 1 | -4/+10 |
2007-08-12 | decode: close audio device after initial open if paused | J. Alexander Treuman | 1 | -1/+5 |
2007-08-12 | decode: reformatting for better readability | J. Alexander Treuman | 1 | -6/+9 |
2007-06-25 | decode: prefer fileDecodeFunc over streamDecodeFunc for files | J. Alexander Treuman | 1 | -9/+10 |
2007-06-09 | Remove a useless if (quit) block. It's enclosed in two while loops: the | J. Alexander Treuman | 1 | -4/+0 |
2007-06-07 | Send SIGCONT to the decode process before sending it SIGTERM. | J. Alexander Treuman | 1 | -0/+1 |
2007-06-04 | Don't send the main process SIGUSR1 until we've sent the decode process | J. Alexander Treuman | 1 | -1/+2 |
2007-06-04 | Don't kill the player process (and effectively the decode process) when | J. Alexander Treuman | 1 | -4/+16 |
2007-06-04 | Cleanup some formatting in decode.c. | J. Alexander Treuman | 1 | -10/+4 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-04-03 | Don't stop decoding when unpausing fails because no audio device can be | J. Alexander Treuman | 1 | -5/+5 |
2007-04-03 | Reformatting some code. | J. Alexander Treuman | 1 | -5/+5 |
2007-02-11 | #1) fix a few potential deadlock conditons in decode.c when crossfading is en... | Warren Dukes | 1 | -5/+6 |
2007-01-24 | on second thought, comment out the debug statement so that users aren't poten... | Warren Dukes | 1 | -1/+1 |
2007-01-24 | add debug statement for bug #1380 | Warren Dukes | 1 | -0/+1 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -1/+1 |
2006-12-24 | Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops. | J. Alexander Treuman | 1 | -1/+0 |
2006-12-23 | Adding support for seeking HTTP streams. | J. Alexander Treuman | 1 | -1/+3 |