Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
32517:a3ca3a1ae291 | 32518:f0b00ea25de3 |
---|---|
1 MPlayer (1.0) | 1 MPlayer (1.0) |
2 | 2 |
3 rc5: | 3 rc5: |
4 | |
5 Decoders: | |
6 * FFmpeg AAC decoder is now preferred over libfaad2 | |
7 | |
4 Demuxers: | 8 Demuxers: |
5 * experimental support for using binary Quicktime codecs with -demuxer lavf. | 9 * experimental support for using binary Quicktime codecs with -demuxer lavf. |
6 | 10 |
7 Other: | 11 Other: |
8 * experimental support for PGS (BluRay-compatible), DVB and XSUB subtitles. | 12 * experimental support for PGS (BluRay-compatible), DVB and XSUB subtitles. |