From f2abf8df7a08c45483522c8f2011c29ab472c64d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Sep 2014 13:01:07 -0700 Subject: [PATCH 1/2] Prepare for 10.5 release --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 1be519cd2e..9a62de225f 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -10.4 +10.5 From d0af7d5745f3e228293633faa9e57994f3308c31 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Sep 2014 13:01:30 -0700 Subject: [PATCH 2/2] Update Changelog for v10.5 --- Changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog b/Changelog index ed1292b9cc..7ab39646eb 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 10.5: +- proresenc: Remove unneeded parameters from encode_alpha_plane() +- proresenc: Report buffer overflow +- proresenc: Realloc if buffer is too small +- proresenc: Properly account for alpha plane +- setpts: Add missing inttypes.h #include for PRId64 +- mpegvideo: Use the current_picture pts +- 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 +- license: Mention that vf_interlace is GPL, not LGPL +- doc: Fix syntax and logical errors in avconv stream combination example + version 10.4: - mpegts: Do not try to write a PMT larger than SECTION_SIZE (CVE-2014-2263) - mpegts: Define the section length with a constant