| Commit message (Expand) | Author | Files | Lines |
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 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -2/+2 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -1/+1 |
2006-08-14 | Revert leaks from r4311, and also the leak fixes as a result of that | Eric Wong | 1 | -7/+3 |
2006-08-08 | more sparse cleanups | Eric Wong | 1 | -1/+1 |
2006-08-01 | logging cleanups | Eric Wong | 1 | -2/+2 |
2006-07-30 | remove clumsy strncpy use | Eric Wong | 1 | -18/+8 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -258/+253 |
2006-07-16 | Fixing a whopping 4 memory leaks | J. Alexander Treuman | 1 | -1/+6 |
2006-07-14 | [CLEANUP] Cleanup spaces->tabs | Avuton Olrich | 1 | -87/+87 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | Remove test on a local variable that won't have been modified yet | J. Alexander Treuman | 1 | -1/+0 |
2006-07-14 | Remove unused playSilenceOrSleep macro | J. Alexander Treuman | 1 | -6/+0 |
2006-07-14 | Remove some misleading comments, fix shanks terrible spelling | J. Alexander Treuman | 1 | -6/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -21/+60 |
2005-12-17 | call dropBufferedAudio() when pausing | Warren Dukes | 1 | -1/+4 |
2005-11-19 | gcc 2.95 fixes | Eric Wong | 1 | -1/+1 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -1/+1 |
2005-08-20 | "&", not "&&" (the bug itself was harmless, but a bug nevertheless) | Eric Wong | 1 | -1/+1 |
2005-03-21 | drop the current audio buffer when seeking | Warren Dukes | 1 | -0/+1 |
2005-03-19 | fix some signal handling | Warren Dukes | 1 | -9/+1 |
2005-03-10 | todo update, and remove a potentially gratutious playSilence() call | Warren Dukes | 1 | -1/+6 |
2005-03-09 | *) add support for pid files | Warren Dukes | 1 | -36/+39 |
2005-03-08 | undo fix for killall not preserving the current format properly, it causes pr... | Warren Dukes | 1 | -2/+5 |
2005-03-08 | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 1 | -2/+3 |