log libmpcodecs/ad_faad.c @ 12095:cef97e8c85c0

age author description
Thu, 01 Apr 2004 20:14:59 +0000 mosu Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anotherdot edu>.
Sun, 21 Sep 2003 17:05:51 +0000 faust3 10l really disable faad if gcc is broken
Sat, 30 Aug 2003 22:31:45 +0000 arpi use internal (included) libfaad2
Fri, 07 Feb 2003 21:04:35 +0000 arpi libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.c
Mon, 07 Oct 2002 10:18:46 +0000 arpi I think libfaad2 changed recently. The functions faacDecInit() and
Sat, 31 Aug 2002 13:09:23 +0000 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Fri, 30 Aug 2002 20:06:22 +0000 arpi sync driver names with codec-cfg
Sun, 04 Aug 2002 15:33:41 +0000 arpi support for packetized aac streams (used in .mp4 files)
Mon, 01 Apr 2002 17:58:04 +0000 arpi audio input buffer allocation/free cleanup
Tue, 26 Mar 2002 16:37:42 +0000 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!
Tue, 26 Mar 2002 15:53:18 +0000 atmos4 Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved buffering scheme.