aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-31/+26
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes1-3/+3
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-4/+4
2004-04-17ummm, undo last changes, they shouldn't need to be neccessaryWarren Dukes1-3/+0
2004-04-17close audio() and audioDriver() on decode process forkWarren Dukes1-0/+3
2004-04-15log cycling and a few cleanupsWarren Dukes1-0/+8
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-12volatile fun-nessWarren Dukes1-1/+1
2004-04-11add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes1-1/+1
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-3/+4
2004-04-11ok, fix some bug due to a child process dieing before the parent canWarren Dukes1-1/+8