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