aboutsummaryrefslogtreecommitdiffstats
path: root/src/aac_decode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* aac_pluginWarren Dukes2004-05-311-400/+0
* fixed seek, its now blocking againWarren Dukes2004-05-301-2/+8
* fix TIcho's seeking while paused bugWarren Dukes2004-05-291-1/+1
* do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes2004-05-211-2/+2
* get rid of seekError in DecoderControlWarren Dukes2004-05-201-4/+1
* some fixes for non-blocking seek :-)Warren Dukes2004-05-201-12/+0
* non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes2004-05-191-1/+1
* try to make seeking more non-blockingWarren Dukes2004-05-191-3/+2
* add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes2004-05-181-2/+2
* some more work on organizing code for resampling/audioFormat conversionWarren Dukes2004-05-101-5/+7
* implement new outputBuffering stuff for rest of decodersWarren Dukes2004-05-071-36/+12
* new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes2004-05-071-1/+1
* mp4/aac now use InputStreamWarren Dukes2004-05-061-25/+22
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes2004-04-031-1/+1
* use our own portable version of usleep using select()Warren Dukes2004-04-011-1/+1
* fix and detect differences between faad2 1.1 and 2.0Warren Dukes2004-03-251-12/+27
* fix a bug, due to not resetting decodeType in playerSeek when the file toWarren Dukes2004-03-231-14/+15
* a few aac/mp4 minor fixesWarren Dukes2004-03-221-9/+15
* print error messages for faad2Warren Dukes2004-03-221-0/+3
* implement acc-raw decoding, no seeking for aacWarren Dukes2004-03-221-62/+60
* aac decoding!Warren Dukes2004-03-221-99/+50
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-211-0/+460