aboutsummaryrefslogtreecommitdiff
path: root/src/decode.c
Commit message (Expand)AuthorAge
* 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
* some more work on organizing code for resampling/audioFormat conversionWarren Dukes2004-05-10
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-10
* new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes2004-05-07
* ummm, undo last changes, they shouldn't need to be neccessaryWarren Dukes2004-04-17
* close audio() and audioDriver() on decode process forkWarren Dukes2004-04-17
* log cycling and a few cleanupsWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* volatile fun-nessWarren Dukes2004-04-12
* add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes2004-04-11
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-11
* ok, fix some bug due to a child process dieing before the parent canWarren Dukes2004-04-11
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* use our own portable version of usleep using select()Warren Dukes2004-04-01
* forgot a ;Warren Dukes2004-03-27
* just to be carfile, make sure to null terminate when using strncpyWarren Dukes2004-03-27