From 8e6acddcb01ed1056022d12e886db8edcb7c0a2e Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 23 Feb 2017 16:13:10 +0200 Subject: Release 1.10.4 --- ChangeLog | 32 ++++++++++++++++++++++++++++++-- NEWS | 38 +++++++++++++++++++++++++++++++++----- configure.ac | 6 +++--- gstreamer-vaapi.doap | 9 +++++++++ 4 files changed, 75 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4dd7afe7..ed10dc03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,37 @@ +=== release 1.10.4 === + +2017-02-23 Sebastian Dröge + + * configure.ac: + releasing 1.10.4 + +2017-02-07 16:17:39 +0900 Hyunjun Ko + + * gst-libs/gst/vaapi/gstvaapidecoder_h264.c: + libs: decoder: h264: reduce frame number of gaps + Reduce frame num gaps so that we don't have to create unnecessary + dummy pictures, just throw them away. + Signed-off-by: Víctor Manuel Jáquez Leal + https://bugzilla.gnome.org/show_bug.cgi?id=777506 + +2017-02-01 14:32:45 +0900 Hyunjun Ko + + * gst/vaapi/gstvaapipostproc.c: + vaapipostproc: set GST_VAAPI_POSTPROC_FLAG_SIZE according to src caps + A value of width/height property should be set to out caps, + if negotiation had been going properly. + So we can use srcpad_info when making decision of scaling. + https://bugzilla.gnome.org/show_bug.cgi?id=778010 + === release 1.10.3 === -2017-01-30 Sebastian Dröge +2017-01-30 16:29:18 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: * configure.ac: - releasing 1.10.3 + * gstreamer-vaapi.doap: + Release 1.10.3 2017-01-20 19:57:52 +0100 Víctor Manuel Jáquez Leal diff --git a/NEWS b/NEWS index c8f4d44a..a2044247 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ # GStreamer 1.10 Release Notes GStreamer 1.10.0 was originally released on 1st November 2016. -The latest bug-fix release in the 1.10 series is [1.10.3](#1.10.3) and was -released on 30 January 2017. +The latest bug-fix release in the 1.10 series is [1.10.4](#1.10.4) and was +released on 23 February 2017. The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite cross-platform multimedia framework! @@ -13,7 +13,7 @@ improvements. See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest version of this document. -*Last updated: Monday 30 Jan 2017, 12:00 UTC [(log)][gitlog]* +*Last updated: Thursday 23 Feb 2017, 15:00 UTC [(log)][gitlog]* [latest]: https://gstreamer.freedesktop.org/releases/1.10/ [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md @@ -1136,10 +1136,13 @@ This release only contains bugfixes and it should be safe to update from 1.10.x. #### Major bugfixes in 1.10.3 - Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed - input files and in other situations + input files and in other situations (CVE-2016-10198, CVE-2016-10199, + CVE-2017-5837, CVE-2017-5838, CVE-2017-5839, CVE-2017-5840, CVE-2017-5841, + CVE-2017-5842, CVE-2017-5843, CVE-2017-5844, CVE-2017-5845, CVE-2017-5846) - Regression fixes for souphttpsrc with redirection tracking and retrying - Regression fix for gst-rtsp-server not handling TCP-only medias anymore - Various other bugfixes the RTP/RTSP codebase + - Fix for gmodule on 64 bit Android, it was never working before there - vp8enc works again on 32 bit Windows - Fixes to Opus PLC handling in the decoder - Fix for stream corruption in multihandlesink when removing clients @@ -1152,6 +1155,32 @@ GIT logs or ChangeLogs of the particular modules. [buglist-1.10.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.3 + + +### 1.10.4 + +The third 1.10 bug-fix release (1.10.4) was released on 23 February 2017. +This release only contains bugfixes and it should be safe to update from 1.10.x. + +#### Major bugfixes in 1.10.4 + + - Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed + input files and in other situations (CVE-2017-5847, CVE-2017-5848) + - More regression fixes for souphttpsrc redirection tracking + - Regression fix for gmodule on 32 bit Android, which was introduced as part + of the 64 bit Android fix in 1.10.3 and broke the androidmedia plugin + - Various bugfixes for regressions and other problems in the V4L2 plugin + - Fix for 5.1, 6.1 and 7.1 channel layouts for Vorbis + - Fixes for timestamp generation of Android video encoder element + - gst-libav was updated to ffmpeg 3.2.4, fixing a couple of CVEs + - ... and many, many more! + +For a full list of bugfixes see [Bugzilla][buglist-1.10.4]. Note that this is +not the full list of changes. For the full list of changes please refer to the +GIT logs or ChangeLogs of the particular modules. + +[buglist-1.10.4]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.4 + ## Known Issues - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead @@ -1185,4 +1214,3 @@ Müller, Reynaldo H. Verdejo Pinochet, Arun Raghavan, Thibault Saunier, Jan Schmidt, Wim Taymans, Matthew Waters* *License: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)* - diff --git a/configure.ac b/configure.ac index 8475f541..beb88d32 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # gstreamer-vaapi package version number m4_define([gst_vaapi_major_version], [1]) m4_define([gst_vaapi_minor_version], [10]) -m4_define([gst_vaapi_micro_version], [3]) +m4_define([gst_vaapi_micro_version], [4]) m4_define([gst_vaapi_nano_version], [0]) m4_define([gst_vaapi_version], [gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version]) @@ -16,9 +16,9 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 # gstreamer-vaapi library (libtool) version number -m4_define([gst_vaapi_lt_current], [1003]) +m4_define([gst_vaapi_lt_current], [1004]) m4_define([gst_vaapi_lt_revision], [0]) -m4_define([gst_vaapi_lt_age], [1003]) +m4_define([gst_vaapi_lt_age], [1004]) # glib version number m4_define([glib_version], [2.40]) diff --git a/gstreamer-vaapi.doap b/gstreamer-vaapi.doap index 584f437f..d3e74a2d 100644 --- a/gstreamer-vaapi.doap +++ b/gstreamer-vaapi.doap @@ -25,6 +25,15 @@ + + + 1.10.4 + 1.10 + 2017-02-23 + + + + 1.10.3 -- cgit v1.2.3