aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-07decode: fix seek when pausedEric Wong1-0/+1
2007-09-06Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong1-4/+10
2007-09-06return to busy-waiting on pause for now..Eric Wong1-10/+4
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman1-3/+5
2007-08-27send SIGSTOP to player and decoder processes on pause, tooEric Wong1-4/+10
2007-08-12decode: close audio device after initial open if pausedJ. Alexander Treuman1-1/+5
2007-08-12decode: reformatting for better readabilityJ. Alexander Treuman1-6/+9
2007-06-25decode: prefer fileDecodeFunc over streamDecodeFunc for filesJ. Alexander Treuman1-9/+10
2007-06-09Remove a useless if (quit) block. It's enclosed in two while loops: theJ. Alexander Treuman1-4/+0
2007-06-07Send SIGCONT to the decode process before sending it SIGTERM.J. Alexander Treuman1-0/+1
2007-06-04Don't send the main process SIGUSR1 until we've sent the decode processJ. Alexander Treuman1-1/+2
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman1-4/+16
2007-06-04Cleanup some formatting in decode.c.J. Alexander Treuman1-10/+4
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-04-03Don't stop decoding when unpausing fails because no audio device can beJ. Alexander Treuman1-5/+5
2007-04-03Reformatting some code.J. Alexander Treuman1-5/+5
2007-02-11#1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes1-5/+6
2007-01-24on second thought, comment out the debug statement so that users aren't poten...Warren Dukes1-1/+1
2007-01-24add debug statement for bug #1380Warren Dukes1-0/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2006-12-24Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops.J. Alexander Treuman1-1/+0
2006-12-23Adding support for seeking HTTP streams.J. Alexander Treuman1-1/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-2/+2
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-08-14Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong1-7/+3
2006-08-08more sparse cleanupsEric Wong1-1/+1
2006-08-01logging cleanupsEric Wong1-2/+2
2006-07-30remove clumsy strncpy useEric Wong1-18/+8
2006-07-20Add mpd-indent.shAvuton Olrich1-258/+253
2006-07-16Fixing a whopping 4 memory leaksJ. Alexander Treuman1-1/+6
2006-07-14[CLEANUP] Cleanup spaces->tabsAvuton Olrich1-87/+87
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Remove test on a local variable that won't have been modified yetJ. Alexander Treuman1-1/+0
2006-07-14Remove unused playSilenceOrSleep macroJ. Alexander Treuman1-6/+0
2006-07-14Remove some misleading comments, fix shanks terrible spellingJ. Alexander Treuman1-6/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-21/+60
2005-12-17call dropBufferedAudio() when pausingWarren Dukes1-1/+4
2005-11-19gcc 2.95 fixesEric Wong1-1/+1
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-1/+1
2005-08-20"&", not "&&" (the bug itself was harmless, but a bug nevertheless)Eric Wong1-1/+1
2005-03-21drop the current audio buffer when seekingWarren Dukes1-0/+1
2005-03-19fix some signal handlingWarren Dukes1-9/+1
2005-03-10todo update, and remove a potentially gratutious playSilence() callWarren Dukes1-1/+6
2005-03-09*) add support for pid filesWarren Dukes1-36/+39
2005-03-08undo fix for killall not preserving the current format properly, it causes pr...Warren Dukes1-2/+5
2005-03-08now player and decoder processes should only exit() when receiving term signa...Warren Dukes1-2/+3
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-0/+1
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-4/+0
2004-11-03forgot a '\n' at the end of a error statementWarren Dukes1-2/+2