diff options
author | Reinhard Tartler <siretart@tauware.de> | 2014-08-06 20:24:20 -0400 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-08-06 20:24:58 -0400 |
commit | a79e58cdc6e46c62346d13e7ddd4da2008714200 (patch) | |
tree | 1f0f4a076ee782c68d7d8bcec1ad8836751f3bfe | |
parent | 4709baecc9cc57acefc622ce2b41bbf3704826a1 (diff) | |
download | ffmpeg-a79e58cdc6e46c62346d13e7ddd4da2008714200.tar.gz |
Update Changelog for v0.8.14
-rw-r--r-- | Changelog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,6 +1,26 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 0.8.14: + +- error_concealment: avoid using the picture if not fully setup (CVE-2013-0860) +- svq1: do not modify the input packet +- cdgraphics: do not return 0 from the decode function +- cdgraphics: switch to bytestream2 (CVE-2013-3674) +- huffyuvdec: check width size for yuv422p (CVE-2013-0848) +- mmvideo: check horizontal coordinate too (CVE-2013-3672) +- huffyuv: Check and propagate function return values (CVE-2013-0868) +- twinvq: fix out of bounds array access +- h264: slice-mt: check master context for valid current_picture_ptr +- h264: prevent theoretical infinite loop in SEI parsing (CVE-2011-3946) +- h264_sei: check SEI size +- pgssubdec: Check RLE size before copying (CVE-2013-0852) +- x86: Fix linking with some or all of yasm, mmx, optimizations disabled +- cmdutils: Conditionally compile libswscale-related bits +- video4linux2: Avoid a floating point exception +- vf_select: Drop a debug av_log with an unchecked double to enum conversion +- eamad: use the bytestream2 API instead of AV_RL (CVE-2013-0851) + version 0.8.13: - lzo: Handle integer overflow |