comparison etc/codecs.conf @ 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 b756312f1d15
children 68f26b2ca07e
comparison
equal deleted inserted replaced
32517:a3ca3a1ae291 32518:f0b00ea25de3
4020 driver ffmpeg 4020 driver ffmpeg
4021 dll aac_latm 4021 dll aac_latm
4022 4022
4023 audiocodec ffaac 4023 audiocodec ffaac
4024 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio)" 4024 info "FFmpeg AAC (MPEG-2/MPEG-4 Audio)"
4025 comment "missing LATM support" 4025 status working
4026 status buggy
4027 fourcc mp4a,MP4A 4026 fourcc mp4a,MP4A
4028 fourcc "VLB " ; Used in NSV, not really working 4027 fourcc "VLB " ; Used in NSV, not really working
4029 fourcc "AAC " ; Used in NSV 4028 fourcc "AAC " ; Used in NSV
4030 fourcc "AACP" ; Used in NSV for AACPlus 4029 fourcc "AACP" ; Used in NSV for AACPlus
4031 fourcc raac,racp 4030 fourcc raac,racp