[FFmpeg-cvslog] Update changelog for 0.5.9 release

Derek Buitenhuis git at videolan.org
Sat Jun 9 19:07:40 CEST 2012


ffmpeg | branch: release/0.5 | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Fri Jun  8 15:41:31 2012 -0400| [d843e7dc941efab94c6756bf65d8421d80f9ce9a] | committer: Derek Buitenhuis

Update changelog for 0.5.9 release

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

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

 Changelog |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Changelog b/Changelog
index c5c5d31..b39ecc0 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,23 @@ Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
 
+version 0.5.9:
+- dpcm: ignore extra unpaired bytes in stereo streams (CVE-2011-3951)
+- h264: Add check for invalid chroma_format_idc (CVE-2012-0851)
+- adpcm: ADPCM Electronic Arts has always two channels (CVE-2012-0852)
+- kmvc: Check palsize (CVE-2011-3952)
+- qdm2: clip array indices returned by qdm2_get_vlc()
+- configure: properly check for mingw-w64 through installed headers
+- Replace every usage of -lvfw32 with what is particularly necessary for that case
+- mingw32: properly check if vfw capture is supported by the system headers
+- mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one
+- vfwcap: Include windows.h before vfw.h since the latter requires defines from the former
+- ea: check chunk_size for validity
+- eatqi: move "block" variable into context to ensure sufficient alignment for idct_put
+- tqi: Pass errors from the MB decoder
+- png: check bit depth for PAL8/Y400A pixel formats.
+
+
 version 0.5.8:
 
 - id3v2: fix skipping extended header in id3v2.4



More information about the ffmpeg-cvslog mailing list