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