summaryrefslogtreecommitdiff
path: root/src/decode.c
AgeCommit message (Expand)Author
2004-06-10minor little cleanupsWarren Dukes
2004-06-09fix some streaming metadata issuesWarren Dukes
2004-06-08remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes
2004-06-07remove metadata debugging codeWarren Dukes
2004-06-07some fixes to metadata stuffWarren Dukes
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes
2004-06-07icy metadata! wahooWarren Dukes
2004-06-06harden metadatabufferWarren Dukes
2004-06-06mechanism for updating metadata while decodingWarren Dukes
2004-06-06todo updateWarren Dukes
2004-06-03in decodeStart(), on switch for getting type of file, swtich on dc->utf8url, ...Warren Dukes
2004-06-03better method for computing total time playedWarren Dukes
2004-06-03remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes
2004-06-03don't stop on play command!Warren Dukes
2004-06-02add urlhandlers command, but prolly not neededWarren Dukes
2004-06-02validate url's before adding to playlistWarren Dukes
2004-06-01parsing mp3 id3v2 tags on the fly for streamsWarren Dukes
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes
2004-06-01fix for bastard mp3 streamsWarren Dukes
2004-05-31some stream metadata fixesWarren Dukes
2004-05-31icynames are now copied to title of streamsWarren Dukes
2004-05-31mp3 and ogg plugin stuffWarren Dukes
2004-05-30fixed seek, its now blocking againWarren Dukes
2004-05-25ingore mp3 CRC's for files and not streamsWarren Dukes
2004-05-20more bug fixesWarren Dukes
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes
2004-05-20clean up sleep times to be all 10msWarren Dukes
2004-05-20get rid of seekError in DecoderControlWarren Dukes
2004-05-20some fixes for non-blocking seek :-)Warren Dukes
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes
2004-05-19forgot to mark in decoderControl when we are seekable!Warren Dukes
2004-05-19bug fixy poo s/1/0/Warren Dukes
2004-05-19try to make seeking more non-blockingWarren Dukes
2004-05-18nother little minor fixWarren Dukes
2004-05-18streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes
2004-05-18fix a mem leak when unknow type in decodeStart()Warren Dukes
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes
2004-04-17ummm, undo last changes, they shouldn't need to be neccessaryWarren Dukes
2004-04-17close audio() and audioDriver() on decode process forkWarren Dukes
2004-04-15log cycling and a few cleanupsWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-12volatile fun-nessWarren Dukes
2004-04-11add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes
2004-04-11ok, fix some bug due to a child process dieing before the parent canWarren Dukes
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes
2004-04-01use our own portable version of usleep using select()Warren Dukes