aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-11-05 12:46:18 +0100
committerReinhard Tartler <siretart@tauware.de>2011-11-05 12:46:18 +0100
commit3cc3f351a68706a11118a1af0aa1625f16a970e7 (patch)
treef6460f34052d5a9a2a505cce80eb68e992baa72d
parent222d18ab20f4209eec7ee52b11034cca2f67cc89 (diff)
downloadffmpeg-3cc3f351a68706a11118a1af0aa1625f16a970e7.tar.gz
Release notes and changelog for 0.6.3
-rw-r--r--Changelog7
-rw-r--r--RELEASE7
2 files changed, 10 insertions, 4 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:
diff --git a/RELEASE b/RELEASE
index 5dbdf03b08..97f04d6ae6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -151,9 +151,10 @@ codecs and container formats:
General notes
-------------
-This is another maintenance-only release that addresses a small number
-of bugs such as security and compilation issues. Distributors and system
+This is a mostly maintenance-only release that addresses a small number
+of bugs such as security and compilation issues. Moreover, this release
+has been updated to work with gcc-4.6 and the VisualOn AAC encoder has
+been backported from the Libav 0.7.2 release. Distributors and system
integrators are encouraged to update and share their patches against
this branch.
-
For a full list of changes please see the Changelog file.