aboutsummaryrefslogtreecommitdiff
path: root/src/aac_decode.c
Commit message (Expand)AuthorAge
* do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes2004-05-21
* get rid of seekError in DecoderControlWarren Dukes2004-05-20
* some fixes for non-blocking seek :-)Warren Dukes2004-05-20
* non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes2004-05-19
* try to make seeking more non-blockingWarren Dukes2004-05-19
* add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes2004-05-18
* some more work on organizing code for resampling/audioFormat conversionWarren Dukes2004-05-10
* implement new outputBuffering stuff for rest of decodersWarren Dukes2004-05-07
* new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes2004-05-07
* mp4/aac now use InputStreamWarren Dukes2004-05-06
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes2004-04-03
* use our own portable version of usleep using select()Warren Dukes2004-04-01
* fix and detect differences between faad2 1.1 and 2.0Warren Dukes2004-03-25
* fix a bug, due to not resetting decodeType in playerSeek when the file toWarren Dukes2004-03-23
* a few aac/mp4 minor fixesWarren Dukes2004-03-22
* print error messages for faad2Warren Dukes2004-03-22
* implement acc-raw decoding, no seeking for aacWarren Dukes2004-03-22
* aac decoding!Warren Dukes2004-03-22
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-21