Release notes and changelog for 0.6.3

This commit is contained in:
Reinhard Tartler
2011-11-05 12:46:18 +01:00
parent 222d18ab20
commit 3cc3f351a6
2 changed files with 10 additions and 4 deletions

View File

@@ -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:

View File

@@ -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.