Module: libav Branch: release/0.7 Commit: d61b38b9db9bdc5e98f529c043767f8fd5369859
Author: Reinhard Tartler <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Fri Dec 23 22:40:24 2011 +0100 Update Changelog for 0.7.3 release --- Changelog | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Changelog b/Changelog index ab02a02..e8fcf82 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,15 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 0.7.3: + +- check buffer and input values in various parts of the code: + vmd (CVE-2011-4364), qdm2 (CVE-2011-4351), imgutils (several codecs), + vp6 (CVE-2011-4353), svq1 (CVE-2011-4579), vp3 (CVE-2011-4352), wma, 4xm +- backport avcodec_open2() as a replacement for avcodec_open() +- backport avformat_find_stream_info() + + version 0.7.2: - check buffer and input values in various parts of the code: _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
