[FFmpeg-cvslog] Release notes and changelog for 0.6.3

Reinhard Tartler git at videolan.org
Sun Nov 6 02:00:02 CET 2011


ffmpeg | branch: release/0.6 | Reinhard Tartler <siretart at tauware.de> | Sat Nov  5 12:46:18 2011 +0100| [3cc3f351a68706a11118a1af0aa1625f16a970e7] | committer: Reinhard Tartler

Release notes and changelog for 0.6.3

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3cc3f351a68706a11118a1af0aa1625f16a970e7
---

 Changelog |    7 ++++++-
 RELEASE   |    7 ++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/Changelog b/Changelog
index 765a710..f0d163b 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 5dbdf03..97f04d6 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.



More information about the ffmpeg-cvslog mailing list