aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-10-28when sending metadata to audiodevice, put filename in title if no tag data is...Warren Dukes1-0/+4
2004-10-26undo last changesWarren Dukes1-21/+11
2004-10-26try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes1-12/+22
2004-10-25parse metadata and send to output when playing another streamWarren Dukes1-2/+8
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes1-1/+9
2004-10-16#1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes1-1/+5
2004-08-09fix a spelling error in messageWarren Dukes1-2/+2
2004-07-12report error to error log when unable to open audio deviceWarren Dukes1-0/+2
2004-06-20fix qball's bug, crossfading playing with funny samplerateWarren Dukes1-1/+3
2004-06-19fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes1-3/+8
2004-06-19uber minor tweaksWarren Dukes1-2/+3
2004-06-10minor little cleanupsWarren Dukes1-17/+24
2004-06-09fix some streaming metadata issuesWarren Dukes1-1/+3
2004-06-08remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes1-11/+6
2004-06-07remove metadata debugging codeWarren Dukes1-2/+0
2004-06-07some fixes to metadata stuffWarren Dukes1-11/+0
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes1-14/+43
2004-06-07icy metadata! wahooWarren Dukes1-3/+3
2004-06-06harden metadatabufferWarren Dukes1-1/+4
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-59/+29
2004-06-06todo updateWarren Dukes1-49/+73
2004-06-03in decodeStart(), on switch for getting type of file, swtich on dc->utf8url, ...Warren Dukes1-1/+1