comparison Changelog @ 31499:c0fdef79a5d5

Remove (or for now actually only disable) support for external libfaad. It is pointless and actually does not even compile currently.
author reimar
date Sun, 27 Jun 2010 15:01:24 +0000
parents c3d0a219d4be
children 083786e4aaf2
comparison
equal deleted inserted replaced
31498:c3d0a219d4be 31499:c0fdef79a5d5
24 * internal liba52 copy removed 24 * internal liba52 copy removed
25 * CineForm HD (CFHD) via binary DLL 25 * CineForm HD (CFHD) via binary DLL
26 * VP8 en-/decoding through libvpx wrapper and native decoder in FFmpeg 26 * VP8 en-/decoding through libvpx wrapper and native decoder in FFmpeg
27 * support for external libmpeg2 added 27 * support for external libmpeg2 added
28 * hardware MPEG decoder priority lowered 28 * hardware MPEG decoder priority lowered
29 * support for external FAAD removed, since FFmpeg decoder is complete
30 and only internal FAAD supports LATM it is pointless.
29 31
30 Demuxers: 32 Demuxers:
31 * Mostly fixed timing issues with some H.264 (PAFF) samples 33 * Mostly fixed timing issues with some H.264 (PAFF) samples
32 * Matroska and Ogg demuxers switched to use libavformat by default. 34 * Matroska and Ogg demuxers switched to use libavformat by default.
33 Report issues and use -demuxer ogg and -demuxer mkv to work around them. 35 Report issues and use -demuxer ogg and -demuxer mkv to work around them.