aboutsummaryrefslogtreecommitdiff
path: root/src/decode.c
Commit message (Expand)AuthorAge
* 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
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-08
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* forgot a '\n' at the end of a error statementWarren Dukes2004-11-03
* when sending metadata to audiodevice, put filename in title if no tag data is...Warren Dukes2004-10-28
* undo last changesWarren Dukes2004-10-26
* try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes2004-10-26
* parse metadata and send to output when playing another streamWarren Dukes2004-10-25
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-25
* #1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes2004-10-16
* fix a spelling error in messageWarren Dukes2004-08-09
* report error to error log when unable to open audio deviceWarren Dukes2004-07-12
* fix qball's bug, crossfading playing with funny samplerateWarren Dukes2004-06-20
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-19
* uber minor tweaksWarren Dukes2004-06-19
* minor little cleanupsWarren Dukes2004-06-10
* fix some streaming metadata issuesWarren Dukes2004-06-09
* remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes2004-06-08
* remove metadata debugging codeWarren Dukes2004-06-07
* some fixes to metadata stuffWarren Dukes2004-06-07
* potential bugfixes for handling metadata in player/decoderWarren Dukes2004-06-07
* icy metadata! wahooWarren Dukes2004-06-07
* harden metadatabufferWarren Dukes2004-06-06
* mechanism for updating metadata while decodingWarren Dukes2004-06-06
* todo updateWarren Dukes2004-06-06
* in decodeStart(), on switch for getting type of file, swtich on dc->utf8url, ...Warren Dukes2004-06-03