Module: libav Branch: release/0.8 Commit: dd55ae4af02519661ce797f3f5d08e3840aa09e3
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Jan 9 10:22:57 2017 +0100 Prepare for the 0.8.19 release --- Changelog | 7 +++++++ RELEASE | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 68947f9..5e3b0c7 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,13 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 0.8.19: + + - h264: Reinit the context on pixel format changes (Bug-Id: 939) + - mpegvideo_motion: Handle edge emulation even without unrestricted_mv (Bug-Id: 959) + - asfenc: Check pts + - mov: Check the entries value when parsing dref boxes (Bug-Id: 929, CVE-2016-3062) + version 0.8.18: - ac3_parser: add required padding for GetBitContext buffer (CVE-2016-7393) diff --git a/RELEASE b/RELEASE index 492fd93..ad2cbac 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.8.18 +0.8.19 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
