diff options
author | Reinhard Tartler <siretart@tauware.de> | 2014-08-17 10:23:20 -0400 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-08-17 10:23:20 -0400 |
commit | ee9e966296d74ca3836be5b5adc839cfc73d8c98 (patch) | |
tree | 501bc970bff7598cef89e2a20a6828f7347dc477 | |
parent | 493a92313fa6c7529ddab0045e1b4eee9ec7a85e (diff) | |
download | ffmpeg-ee9e966296d74ca3836be5b5adc839cfc73d8c98.tar.gz |
Update Changelog for v10.4
-rw-r--r-- | Changelog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,6 +1,20 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 10.4: +- mpegts: Do not try to write a PMT larger than SECTION_SIZE (CVE-2014-2263) +- mpegts: Define the section length with a constant +- ffv1dec: check that global parameters do not change in version 0/1 (CVE-2013-7020) +- h264: fix interpretation of interleaved stereo modes +- svq1: do not modify the input packet +- cdgraphics: do not return 0 from the decode function +- cdgraphics: switch to bytestream2 (CVE-2013-3674) +- jpeg2000: enable 4 component pixel formats +- stereo3d: add missing include guards +- huffyuvdec: check width size for yuv422p (CVE-2013-0848) +- mmvideo: check horizontal coordinate too (CVE-2013-3672) +- wmalosslessdec: fix mclms_coeffs* array size (CVE-2014-2098) + version 10.3: - huffyuv: Check and propagate function return values (CVE-2013-0868) - h264: prevent theoretical infinite loop in SEI parsing (CVE-2011-3946) |