aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a useless if (quit) block. It's enclosed in two while loops: theJ. Alexander Treuman2007-06-091-4/+0
* Send SIGCONT to the decode process before sending it SIGTERM.J. Alexander Treuman2007-06-071-0/+1
* Don't send the main process SIGUSR1 until we've sent the decode processJ. Alexander Treuman2007-06-041-1/+2
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-041-4/+16
* Cleanup some formatting in decode.c.J. Alexander Treuman2007-06-041-10/+4
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't stop decoding when unpausing fails because no audio device can beJ. Alexander Treuman2007-04-031-5/+5
* Reformatting some code.J. Alexander Treuman2007-04-031-5/+5
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-111-5/+6
* on second thought, comment out the debug statement so that users aren't poten...Warren Dukes2007-01-241-1/+1
* add debug statement for bug #1380Warren Dukes2007-01-241-0/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-1/+1
* Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops.J. Alexander Treuman2006-12-241-1/+0
* Adding support for seeking HTTP streams.J. Alexander Treuman2006-12-231-1/+3
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-2/+2
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-1/+1
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-141-7/+3
* more sparse cleanupsEric Wong2006-08-081-1/+1
* logging cleanupsEric Wong2006-08-011-2/+2
* remove clumsy strncpy useEric Wong2006-07-301-18/+8
* Add mpd-indent.shAvuton Olrich2006-07-201-258/+253
* Fixing a whopping 4 memory leaksJ. Alexander Treuman2006-07-161-1/+6
* [CLEANUP] Cleanup spaces->tabsAvuton Olrich2006-07-141-87/+87
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Remove test on a local variable that won't have been modified yetJ. Alexander Treuman2006-07-141-1/+0
* Remove unused playSilenceOrSleep macroJ. Alexander Treuman2006-07-141-6/+0
* Remove some misleading comments, fix shanks terrible spellingJ. Alexander Treuman2006-07-141-6/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-21/+60
* call dropBufferedAudio() when pausingWarren Dukes2005-12-171-1/+4
* gcc 2.95 fixesEric Wong2005-11-191-1/+1
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-161-1/+1
* "&", not "&&" (the bug itself was harmless, but a bug nevertheless)Eric Wong2005-08-201-1/+1
* drop the current audio buffer when seekingWarren Dukes2005-03-211-0/+1
* fix some signal handlingWarren Dukes2005-03-191-9/+1
* todo update, and remove a potentially gratutious playSilence() callWarren Dukes2005-03-101-1/+6
* *) add support for pid filesWarren Dukes2005-03-091-36/+39
* undo fix for killall not preserving the current format properly, it causes pr...Warren Dukes2005-03-081-2/+5
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-081-2/+3
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-0/+1
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-4/+0
* forgot a '\n' at the end of a error statementWarren Dukes2004-11-031-2/+2
* when sending metadata to audiodevice, put filename in title if no tag data is...Warren Dukes2004-10-281-0/+4
* undo last changesWarren Dukes2004-10-261-21/+11
* try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes2004-10-261-12/+22
* parse metadata and send to output when playing another streamWarren Dukes2004-10-251-2/+8
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-251-1/+9
* #1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes2004-10-161-1/+5
* fix a spelling error in messageWarren Dukes2004-08-091-2/+2
* report error to error log when unable to open audio deviceWarren Dukes2004-07-121-0/+2