aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2015-03-08 11:32:09 -0400
committerReinhard Tartler <siretart@tauware.de>2015-03-08 11:32:09 -0400
commit8b1f8fb26bfe6a4cd9f72b962b45643fa331dbe1 (patch)
tree2a69726cb26bcba07da9e78bb9da21e0cb0f8f5c
parentaace8b184c867875e2715b2af23fa98886f90427 (diff)
downloadffmpeg-8b1f8fb26bfe6a4cd9f72b962b45643fa331dbe1.tar.gz
Update Changelog for 0.8.17 Release
-rw-r--r--Changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index eb2a98381b..81cee04626 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,19 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 0.8.17:
+
+- h264_cabac: Break infinite loops
+- matroskadec: Fix read-after-free in matroska_read_seek() (chromium/427266)
+- gifdec: refactor interleave end handling (CVE-2014-8547)
+- smc: fix the bounds check (CVE-2014-8548)
+- mmvideo: check frame dimensions (CVE-2014-8543)
+- jvdec: check frame dimensions (CVE-2014-8542)
+- mov: avoid a memleak when multiple stss boxes are present
+- apetag: Fix APE tag size check
+- x86: Only use optimizations with cmov if the CPU supports the instruction
+- x86: Add CPU flag for the i686 cmov instruction
+
version 0.8.16:
- avcodec: Add more missing #includes for ff_get_buffer()