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:
authorReinhard Tartler <siretart@tauware.de>2011-11-05 15:46:18 +0400
committerReinhard Tartler <siretart@tauware.de>2011-11-05 15:46:18 +0400
commit3cc3f351a68706a11118a1af0aa1625f16a970e7 (patch)
treef6460f34052d5a9a2a505cce80eb68e992baa72d /Changelog
parent222d18ab20f4209eec7ee52b11034cca2f67cc89 (diff)
Release notes and changelog for 0.6.3
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 765a7102a4..f0d163bb36 100644
--- a/Changelog
+++ b/Changelog
@@ -10,7 +10,12 @@ version 0.6.3:
- 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)
-- AAC encoding via libvo-aacenc
+- 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.2: