aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2015-03-08 21:57:59 -0400
committerReinhard Tartler <siretart@tauware.de>2015-03-08 22:04:40 -0400
commit8ae0d702a1ba1c3c8d88a29c181f8434f25bf53c (patch)
tree19be0ed1e65dabe8354aef752454a46bc1ac985a
parente032e647dd79e7748145792dfee0358eccb1982e (diff)
downloadffmpeg-8ae0d702a1ba1c3c8d88a29c181f8434f25bf53c.tar.gz
doc: More changelog updates for v10.6
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a468706fe1..adaf30e824 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,15 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version 10.6:
+- utvideodec: Handle slice_height being zero (CVE-2014-9604)
+- tiff: Check that there is no aliasing in pixel format selection (CVE-2014-8544)
+- rmenc: limit packet size
+- webp: validate the distance prefix code
+- rv10: check size of s->mb_width * s->mb_height
+- eamad: check for out of bounds read (CID/1257500)
+- mdec: check for out of bounds read (CID/1257501)
+- configure: Properly fail when libcdio/cdparanoia is not found
+- arm: Suppress tags about used cpu arch and extensions
- img2dec: correctly use the parsed value from -start_number
- h264_cabac: Break infinite loops
- h264: initialize H264Context.avctx in init_thread_copy