log libmpcodecs/ad_faad.c @ 14661:e87616e8c1f2

age author description
2005-02-03 aurel makes --enable-*-faad really enable without any further check and drop support for old external faad2 versions (<= 1.1)
2005-01-21 nicodvb tries to sync to ADTS/ADIF header before initializing the decoder; implement SYNC
2004-09-21 reimar setting samplesize to 2 in decoders where neccessary.
2004-09-11 reimar output faad error message in case of a decoder error
2004-05-14 rtognimp If demuxer does not fill codecdata try to get if from waveformatex
2004-04-01 mosu Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anotherdot edu>.
2003-09-21 faust3 10l really disable faad if gcc is broken
2003-08-30 arpi use internal (included) libfaad2
2003-02-07 arpi libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.c
2002-10-07 arpi I think libfaad2 changed recently. The functions faacDecInit() and
2002-08-31 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
2002-08-30 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
2002-08-30 arpi sync driver names with codec-cfg
2002-08-04 arpi support for packetized aac streams (used in .mp4 files)
2002-04-01 arpi audio input buffer allocation/free cleanup
2002-03-26 atmos4 Don't kill me, pure indent change as I forgot to reindent when copy and pasting from dec_audio.c, as this is the first revision it doesn't break changelog!
2002-03-26 atmos4 Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved buffering scheme.