From 606bbd50b1ebaa3c040fc7cab84f1d8bb5d3d248 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Sep 2014 12:58:33 -0700 Subject: [PATCH] Update Changelog for v9.17 --- Changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog b/Changelog index d3cf1ef4b8..355b7dc8e6 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,13 @@ Releases are sorted from youngest to oldest. +version 9.17: +- ffv1dec: check that global parameters do not change in version 0/1 +- mpegenc: limit the maximum muxrate +- avconv: fix the muxrate values for -target +- avconv: fix parsing the AVOptions for -target +- pulse: Add a wallclock option to be compatible with other other captures +- doc: Fix syntax and logical errors in avconv stream combination example + version 9.16: - vp3: Copy all 3 frames for thread updates (CVE-2011-3934) - mpegts: Do not try to write a PMT larger than SECTION_SIZE (CVE-2014-2263)