aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2012-01-08 17:34:17 +0100
committerReinhard Tartler <siretart@tauware.de>2012-01-11 11:40:38 +0100
commitd4653e882fee5a2876c3878bc23d26799e3380ad (patch)
tree1a4c3fbd99bf4e489398f1007afe311ba49614c4
parent8f17d7dd4bf7a6e7cda550aa935e60125d808d49 (diff)
downloadffmpeg-d4653e882fee5a2876c3878bc23d26799e3380ad.tar.gz
Update Changelog for 0.7.4 release
-rw-r--r--Changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e8fcf8257f..30c5b8f8de 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,20 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 0.7.4:
+
+- vorbis: An additional defense in the Vorbis codec. (CVE-2011-3895)
+- vorbisdec: Fix decoding bug with channel handling.
+- matroskadec: Fix a bug where a pointer was cached to an array that might
+ later move due to a realloc(). (CVE-2011-3893)
+- vorbis: Avoid some out-of-bounds reads. (CVE-2011-3893)
+- vp3: fix oob read for negative tokens and memleaks on error, (CVE-2011-3892)
+- avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected
+ for the loopback address.
+- vp3: fix streams with non-zero last coefficient.
+- swscale: fix crash in fast_bilinear code when compiled with -mred-zone.
+
+
version 0.7.3:
- check buffer and input values in various parts of the code: