Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-06 04:50:29 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-11-06 04:50:29 +0400
commit603a282f8ff1a84677fc0279b6d83e4a23729675 (patch)
tree08060d5f3901ac2b7373f0d97854d457519956ee /Changelog
parent39c8434bced9a860388628e624170665ddff0e44 (diff)
parent973d752dfbfb3286c6494f99744f386b98fda4d7 (diff)
Merge remote-tracking branch 'qatar/release/0.6' into release/0.6
* qatar/release/0.6: update version Release notes and changelog for 0.6.3 Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. cavs: fix some crashes with invalid bitstreams libvo-aacenc: Sync up with 0.7.2 Fix MMX rgb24 to yuv conversion with gcc 4.6 oggdec: prevent heap corruption. Fix ff_imdct_calc_sse() on gcc-4.6 backport libvo-aacenc wrapper for aac encoding Conflicts: Changelog VERSION Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2c30322037..8536a0e1b2 100644
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,14 @@ version 0.6.4:
- mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
- aac: add headers needed for log2f()
- lavf: inspect more frames for fps when container time base is coarse
+- AMV: disable DR1 and don't override EMU_EDGE
+ (addresses http://seclists.org/bugtraq/2011/Apr/257)
+- Fix memory (re)allocation in matroskadec.c (MSVR11-011/CVE-2011-3504)
+- Fix some crashes with invalid bitstreams in the CAVS decoder
+ (CVE-2011-3362, CVE-2011-3973, CVE-2011-3974)
+- Compilation fixes for gcc-4.6, testsuite now passes again
+- Fix a heap corruption issue in the OGG decoder
+- Backported the Android VisualOn AAC encoder wrapper from 0.7.2
version 0.6.3: