aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* report error to error log when unable to open audio deviceWarren Dukes2004-07-121-0/+2
* fix qball's bug, crossfading playing with funny samplerateWarren Dukes2004-06-201-1/+3
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-191-3/+8
* uber minor tweaksWarren Dukes2004-06-191-2/+3
* minor little cleanupsWarren Dukes2004-06-101-17/+24
* fix some streaming metadata issuesWarren Dukes2004-06-091-1/+3
* remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes2004-06-081-11/+6
* remove metadata debugging codeWarren Dukes2004-06-071-2/+0
* some fixes to metadata stuffWarren Dukes2004-06-071-11/+0
* potential bugfixes for handling metadata in player/decoderWarren Dukes2004-06-071-14/+43
* icy metadata! wahooWarren Dukes2004-06-071-3/+3
* harden metadatabufferWarren Dukes2004-06-061-1/+4
* mechanism for updating metadata while decodingWarren Dukes2004-06-061-59/+29
* todo updateWarren Dukes2004-06-061-49/+73
* in decodeStart(), on switch for getting type of file, swtich on dc->utf8url, ...Warren Dukes2004-06-031-1/+1
* better method for computing total time playedWarren Dukes2004-06-031-8/+5
* remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes2004-06-031-3/+1
* don't stop on play command!Warren Dukes2004-06-031-2/+4
* add urlhandlers command, but prolly not neededWarren Dukes2004-06-021-0/+1
* validate url's before adding to playlistWarren Dukes2004-06-021-6/+15
* parsing mp3 id3v2 tags on the fly for streamsWarren Dukes2004-06-011-1/+1
* ogg voribs comment parsing on the fly in the decoderWarren Dukes2004-06-011-1/+32
* fix for bastard mp3 streamsWarren Dukes2004-06-011-0/+5
* some stream metadata fixesWarren Dukes2004-05-311-1/+14
* icynames are now copied to title of streamsWarren Dukes2004-05-311-20/+41
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-76/+24
* fixed seek, its now blocking againWarren Dukes2004-05-301-18/+15
* ingore mp3 CRC's for files and not streamsWarren Dukes2004-05-251-2/+2
* more bug fixesWarren Dukes2004-05-201-9/+11
* ogg stream playing! some non-blocking seek bug fixesWarren Dukes2004-05-201-32/+54
* clean up sleep times to be all 10msWarren Dukes2004-05-201-3/+3
* get rid of seekError in DecoderControlWarren Dukes2004-05-201-8/+3
* some fixes for non-blocking seek :-)Warren Dukes2004-05-201-1/+4
* non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes2004-05-191-8/+14
* forgot to mark in decoderControl when we are seekable!Warren Dukes2004-05-191-0/+1
* bug fixy poo s/1/0/Warren Dukes2004-05-191-2/+2
* try to make seeking more non-blockingWarren Dukes2004-05-191-191/+222
* nother little minor fixWarren Dukes2004-05-181-1/+1
* streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes2004-05-181-4/+11
* fix a mem leak when unknow type in decodeStart()Warren Dukes2004-05-181-2/+3
* rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes2004-05-181-46/+83
* some more work on organizing code for resampling/audioFormat conversionWarren Dukes2004-05-101-31/+26
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-101-3/+3
* new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes2004-05-071-4/+4
* ummm, undo last changes, they shouldn't need to be neccessaryWarren Dukes2004-04-171-3/+0
* close audio() and audioDriver() on decode process forkWarren Dukes2004-04-171-0/+3
* log cycling and a few cleanupsWarren Dukes2004-04-151-0/+8
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* volatile fun-nessWarren Dukes2004-04-121-1/+1
* add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes2004-04-111-1/+1