Module: libav Branch: release/11 Commit: 8a212b1d060267671823f562baaea570194770f5
Author: Sean McGovern <[email protected]> Committer: Sean McGovern <[email protected]> Date: Sat Oct 14 16:20:52 2017 -0400 Update changelog for v11.11 --- Changelog | 14 ++++++++++++++ RELEASE | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index aa2df96..8604202 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,20 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 11.11: + - dfa: Disallow odd width/height and add proper bounds check for DDS1 chunks (CVE-2017-9992) + - pictor: Correctly check frame dimensions (CVE-2017-7862) + - h264_cavlc: check the value of run_before (bug/1000) + - dvbsubdec: improve error checking (CID/29575) + - dvbsubdec: Fixed segfault when decoding subtitles + - rmdec: don't ignore the return value of av_get_packet() + - caf: add an Opus tag + - yadif: Account for the buffer alignment while processing the frame edges (bug/1031) + - mov: log and return early on non-positive stsd entry counts + - arm: Fix SIGBUS on ARM when compiled with binutils 2.29 + - smacker: return meaningful error codes on failure + - smacker: fix integer overflow with pts_inc (bug/1073) + version 11.10: - mm: Skip unexpected audio packets (bug/1046) - aacsbr: Turnoff in the event of over read. (bug/1047) diff --git a/RELEASE b/RELEASE index e9b8a13..d5aafd5 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -11.10 +11.11 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
