# HG changeset patch # User diego # Date 1289200610 0 # Node ID f0b00ea25de3d265077230e08966b3783853176b # Parent a3ca3a1ae291c4462820ae9b340d950464f57de9 Prefer FFmpeg AAC decoder over libfaad2. FFmpeg's AAC decoder is much faster than libfaad2. The only known exception is libfaad2 compiled in fixed-point mode on systems with slow FPUs. Now that LATM support in FFmpeg is complete, FFmpeg's AAC decoder has a similar feature set as libfaad2. This leaves no reason not to use FFmpeg by default. diff -r a3ca3a1ae291 -r f0b00ea25de3 Changelog --- a/Changelog Mon Nov 08 00:28:28 2010 +0000 +++ b/Changelog Mon Nov 08 07:16:50 2010 +0000 @@ -1,6 +1,10 @@ MPlayer (1.0) rc5: + + Decoders: + * FFmpeg AAC decoder is now preferred over libfaad2 + Demuxers: * experimental support for using binary Quicktime codecs with -demuxer lavf. diff -r a3ca3a1ae291 -r f0b00ea25de3 etc/codecs.conf --- a/etc/codecs.conf Mon Nov 08 00:28:28 2010 +0000 +++ b/etc/codecs.conf Mon Nov 08 07:16:50 2010 +0000 @@ -4022,8 +4022,7 @@ audiocodec ffaac info "FFmpeg AAC (MPEG-2/MPEG-4 Audio)" - comment "missing LATM support" - status buggy + status working fourcc mp4a,MP4A fourcc "VLB " ; Used in NSV, not really working fourcc "AAC " ; Used in NSV