aboutsummaryrefslogtreecommitdiff
path: root/src/decode.c
Commit message (Expand)AuthorAge
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* silence is constant, as is the buffer we pass to playAudioEric Wong2008-01-01
* Simplify decode cleanup logic a bitEric Wong2008-01-01
* Merge branches/ew r7104Eric Wong2007-12-28
* decode: fix seek when pausedEric Wong2007-09-07
* Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong2007-09-06
* return to busy-waiting on pause for now..Eric Wong2007-09-06
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-27
* send SIGSTOP to player and decoder processes on pause, tooEric Wong2007-08-27
* decode: close audio device after initial open if pausedJ. Alexander Treuman2007-08-12
* decode: reformatting for better readabilityJ. Alexander Treuman2007-08-12
* decode: prefer fileDecodeFunc over streamDecodeFunc for filesJ. Alexander Treuman2007-06-25
* Remove a useless if (quit) block. It's enclosed in two while loops: theJ. Alexander Treuman2007-06-09
* Send SIGCONT to the decode process before sending it SIGTERM.J. Alexander Treuman2007-06-07
* Don't send the main process SIGUSR1 until we've sent the decode processJ. Alexander Treuman2007-06-04
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-04
* Cleanup some formatting in decode.c.J. Alexander Treuman2007-06-04
* The massive copyright updateAvuton Olrich2007-04-05
* Don't stop decoding when unpausing fails because no audio device can beJ. Alexander Treuman2007-04-03
* Reformatting some code.J. Alexander Treuman2007-04-03
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-11
* on second thought, comment out the debug statement so that users aren't poten...Warren Dukes2007-01-24
* add debug statement for bug #1380Warren Dukes2007-01-24
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops.J. Alexander Treuman2006-12-24
* Adding support for seeking HTTP streams.J. Alexander Treuman2006-12-23
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-14
* more sparse cleanupsEric Wong2006-08-08
* logging cleanupsEric Wong2006-08-01
* remove clumsy strncpy useEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* Fixing a whopping 4 memory leaksJ. Alexander Treuman2006-07-16
* [CLEANUP] Cleanup spaces->tabsAvuton Olrich2006-07-14
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Remove test on a local variable that won't have been modified yetJ. Alexander Treuman2006-07-14
* Remove unused playSilenceOrSleep macroJ. Alexander Treuman2006-07-14
* Remove some misleading comments, fix shanks terrible spellingJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* call dropBufferedAudio() when pausingWarren Dukes2005-12-17
* gcc 2.95 fixesEric Wong2005-11-19
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-16
* "&", not "&&" (the bug itself was harmless, but a bug nevertheless)Eric Wong2005-08-20
* drop the current audio buffer when seekingWarren Dukes2005-03-21
* fix some signal handlingWarren Dukes2005-03-19
* todo update, and remove a potentially gratutious playSilence() callWarren Dukes2005-03-10
* *) add support for pid filesWarren Dukes2005-03-09
* undo fix for killall not preserving the current format properly, it causes pr...Warren Dukes2005-03-08