Module: libav Branch: release/9 Commit: 620810803b36e02cfbbfb1cb737dc25f858858cd
Author: Sean McGovern <[email protected]> Committer: Sean McGovern <[email protected]> Date: Sun Jan 15 11:55:15 2017 -0500 Update Changelog for v9.21 --- Changelog | 7 +++++++ RELEASE | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 2255b1f..7e15263 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,12 @@ Releases are sorted from youngest to oldest. +version 9.21: +- mpeg12: move setting first_field to mpeg_field_start() (libav/999) +- mpeg12: avoid signed overflow in bitrate calculation (libav/981) +- mpegvideo_parser: avoid signed overflow in bitrate calculation (libav/981) +- avformat/output-example: Declare link dependency on libswscale in the Makefile +- build: output-example: Add avutil to ELIBS in link command + version 9.20: - avcodec: bump micro version diff --git a/RELEASE b/RELEASE index 7351336..80e4d6c 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -9.20 +9.21 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
