diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-11-05 12:46:18 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-11-05 12:46:18 +0100 |
commit | 3cc3f351a68706a11118a1af0aa1625f16a970e7 (patch) | |
tree | f6460f34052d5a9a2a505cce80eb68e992baa72d | |
parent | 222d18ab20f4209eec7ee52b11034cca2f67cc89 (diff) | |
download | ffmpeg-3cc3f351a68706a11118a1af0aa1625f16a970e7.tar.gz |
Release notes and changelog for 0.6.3
-rw-r--r-- | Changelog | 7 | ||||
-rw-r--r-- | RELEASE | 7 |
2 files changed, 10 insertions, 4 deletions
@@ -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: @@ -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. |