aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp3_decode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-620/+0
2004-05-30fixed seek, its now blocking againWarren Dukes1-14/+19
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-1/+2
2004-05-25ingore mp3 CRC's for files and not streamsWarren Dukes1-4/+7
2004-05-21fix a bug in decodeFirstFrame when just decoding tags and not passingWarren Dukes1-2/+2
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-2/+4
2004-05-20forgot to clear the mad_stream buffer when doing a seekWarren Dukes1-5/+6
2004-05-20oops another bug fix for handling stop in decodeFirstFrame (mp3)Warren Dukes1-2/+2
2004-05-20more bug fixesWarren Dukes1-0/+4
2004-05-20more little mp3 seeking fixesWarren Dukes1-3/+3
2004-05-20fix some seeking stuff for mp3'sWarren Dukes1-13/+19
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes1-2/+5
2004-05-20get rid of seekError in DecoderControlWarren Dukes1-1/+0
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-4/+6
2004-05-19todo update and make firstFrame in mp3_decode less blocky!Warren Dukes1-7/+11
2004-05-19bug fixy poo s/1/0/Warren Dukes1-1/+1
2004-05-19fix some blocking stop when trying to stop/seek during filling bufferWarren Dukes1-2/+2
2004-05-19try to make seeking more non-blockingWarren Dukes1-1/+0
2004-05-18ok, after starting good, this is a little less blocky for playing streamsWarren Dukes1-20/+29
2004-05-18streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes1-2/+6
2004-05-18fix some wackiness due to attempted search tableWarren Dukes1-9/+16
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes1-26/+19
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-12/+23
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes1-2/+2
2004-05-17ignore crc stuff for mp3's cause some mp3's have foobar'd CRC'sWarren Dukes1-0/+1
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-3/+5
2004-05-07rewrite outputBuffer'ing abstraction a bit to be more effecient and easierWarren Dukes1-11/+8
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-34/+31
2004-05-06fix bug #223Warren Dukes1-1/+1
2004-05-04implement input abstraction for ogg and mp3Warren Dukes1-5/+4
2004-05-04start abstracting input layer for decodersWarren Dukes1-23/+22
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-11add --disable-audio configure optionWarren Dukes1-0/+1
2004-04-03when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes1-1/+1
2004-04-01need to include utils.h for my_usleepWarren Dukes1-0/+1
2004-04-01use our own portable version of usleep using select()Warren Dukes1-1/+1
2004-03-24calculate song length more accuratelyWarren Dukes1-1/+8
2004-03-24bitRate support for audiofileWarren Dukes1-1/+3
2004-03-24tweek seeking for mp3'sWarren Dukes1-4/+4
2004-03-22aac decoding!Warren Dukes1-1/+1
2004-03-20illiminated all endianness codeWarren Dukes1-11/+12
2004-03-20average bitrate for mp4'sWarren Dukes1-1/+1
2004-03-18bunch of autotool cleanupsWarren Dukes1-1/+2
2004-03-10move time from tag info to song info.Warren Dukes1-1/+1
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes1-1/+1
2004-03-05fix a minor issue!Warren Dukes1-1/+1
2004-03-05fix a boobooWarren Dukes1-2/+2
2004-03-05skip over all bad framesWarren Dukes1-8/+12
2004-03-05put it back the way it wasWarren Dukes1-4/+5
2004-03-05mute all frames that are "SKIP"'dWarren Dukes1-4/+5