aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-06-03better method for computing total time playedWarren Dukes1-8/+5
2004-06-03remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes1-3/+1
2004-06-03don't stop on play command!Warren Dukes1-2/+4
2004-06-02add urlhandlers command, but prolly not neededWarren Dukes1-0/+1
2004-06-02validate url's before adding to playlistWarren Dukes1-6/+15
2004-06-01parsing mp3 id3v2 tags on the fly for streamsWarren Dukes1-1/+1
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes1-1/+32
2004-06-01fix for bastard mp3 streamsWarren Dukes1-0/+5
2004-05-31some stream metadata fixesWarren Dukes1-1/+14
2004-05-31icynames are now copied to title of streamsWarren Dukes1-20/+41
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-76/+24
2004-05-30fixed seek, its now blocking againWarren Dukes1-18/+15
2004-05-25ingore mp3 CRC's for files and not streamsWarren Dukes1-2/+2
2004-05-20more bug fixesWarren Dukes1-9/+11
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes1-32/+54
2004-05-20clean up sleep times to be all 10msWarren Dukes1-3/+3
2004-05-20get rid of seekError in DecoderControlWarren Dukes1-8/+3
2004-05-20some fixes for non-blocking seek :-)Warren Dukes1-1/+4
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-8/+14
2004-05-19forgot to mark in decoderControl when we are seekable!Warren Dukes1-0/+1
2004-05-19bug fixy poo s/1/0/Warren Dukes1-2/+2
2004-05-19try to make seeking more non-blockingWarren Dukes1-191/+222
2004-05-18nother little minor fixWarren Dukes1-1/+1
2004-05-18streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes1-4/+11
2004-05-18fix a mem leak when unknow type in decodeStart()Warren Dukes1-2/+3
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes1-46/+83