diff options
author | Reinhard Tartler <siretart@tauware.de> | 2015-03-08 21:57:59 -0400 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2015-03-08 22:04:40 -0400 |
commit | 8ae0d702a1ba1c3c8d88a29c181f8434f25bf53c (patch) | |
tree | 19be0ed1e65dabe8354aef752454a46bc1ac985a | |
parent | e032e647dd79e7748145792dfee0358eccb1982e (diff) | |
download | ffmpeg-8ae0d702a1ba1c3c8d88a29c181f8434f25bf53c.tar.gz |
doc: More changelog updates for v10.6
-rw-r--r-- | Changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |