diff Changelog @ 32518:f0b00ea25de3

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.
author diego
date Mon, 08 Nov 2010 07:16:50 +0000
parents af9ef007bec6
children 85f0d7406e07
line wrap: on
line diff
--- 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.