Mercurial > mplayer.hg
changeset 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 | a3ca3a1ae291 |
children | 68f26b2ca07e |
files | Changelog etc/codecs.conf |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
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.
--- 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