From e9e7646379f985d4bbeb02779fb969b8d5cad728 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Sep 2014 12:42:12 -0700 Subject: [PATCH 1/3] Update Changelog for v0.8.15 --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog b/Changelog index cb0565c304..bc21035e4e 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,12 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 0.8.15: + +- avcodec: Introduce ff_get_buffer +- configure: Check for -Werror parameters on clang +- lavf: Fix leftovers from the ff_get_buffer patch + version 0.8.14: - vp3: Copy all 3 frames for thread updates (CVE-2011-3934) From 992da6b76c6119292bb7e96b66a937a032997804 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Sep 2014 12:43:08 -0700 Subject: [PATCH 2/3] Prepare for 0.8.16 release --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 7d87d9947c..ac7dffa069 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.8.15 +0.8.16 From c6af9e944ebeb336f6520f59afaebb62392fb026 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Sep 2014 12:46:05 -0700 Subject: [PATCH 3/3] Update Changelog for v0.8.16 --- Changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog b/Changelog index bc21035e4e..f9740c1276 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,26 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 0.8.16: + +- avcodec: Add more missing #includes for ff_get_buffer() +- ffv1dec: check that global parameters do not change in version 0/1 +- arm: dsputil: fix overreads in put/avg_pixels functions +- arm: dsputil: prettify some conditional instructions in put_pixels macros +- arm/neon: dsputil: use correct size specifiers on vld1/vst1 +- vp8: avoid race condition on segment map. +- nutdec: Remove unused and broken debug function stub +- h264_refs: Fix debug tprintf argument types +- swscale: Remove two bogus asserts +- elbg: Fix an assert +- mpegvideo: remove last_picture_ptr / h264 assert. +- parser: Don't use pc as context for av_dlog +- h264: Remove an assert on current_picture_ptr being null +- svq1enc: Set picture_structure correctly +- adpcmenc: Calculate the IMA_QT predictor without overflow +- ffmpeg: Clarify wording of ffmpeg --> avconv deprecation message +- doc: Fix syntax and logical errors in avconv stream combination example + version 0.8.15: - avcodec: Introduce ff_get_buffer