summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-11-29 16:22:51 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-11-29 16:22:51 +0200
commitd16edfdc698310fe25079136140d347f6d4b3835 (patch)
treedb237573e41a9ec25a70bd00b6cd2d208183c6d0
parent8ef142b62848f613a749ec47d59f679de6c1f4e1 (diff)
Release 1.10.21.10.2
-rw-r--r--ChangeLog67
-rw-r--r--NEWS33
-rw-r--r--configure.ac6
-rw-r--r--gstreamer-vaapi.doap9
4 files changed, 106 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index d53be2fd..fc887863 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,72 @@
+=== release 1.10.2 ===
+
+2016-11-29 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.10.2
+
+2016-10-19 15:33:41 +0100 Julien Isorce <j.isorce@samsung.com>
+
+ * gst/vaapi/gstvaapipostproc.c:
+ vaapipostproc: GLTextureUpload if driver supports OpenGL
+ Removes GstVideoGLTextureUploadMeta caps feature if the driver
+ doesn't support opengl.
+ Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+ https://bugzilla.gnome.org/show_bug.cgi?id=772838
+
+2016-10-25 17:48:47 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ vaapidecode: GLTextureUpload if driver supports OpenGL
+ When the allowed source pad caps are generated, the GLTextureUpload caps are
+ only inserted if the driver support OpenGL.
+ https://bugzilla.gnome.org/show_bug.cgi?id=772838
+
+2016-11-04 16:26:18 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ vaapidecode: guard GST_VAAPI_MAKE_GLTEXUPLOAD_CAPS
+ In commit 6d11a00 were introduced a regression when gstreamer-vaapi is
+ compiled with out EGL/GLX support: it shall not support
+ GST_VAAPI_MAKE_GLTEXUPLOAD_CAPS.
+ This patch guards the inclusion of GST_VAAPI_MAKE_GLTEXUPLOAD_CAPS in the
+ allowed src caps for vaapedecode if EGL/GLX.
+
+2016-07-19 16:40:10 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ * gst/vaapi/gstvaapidecode.h:
+ vaapidecode: generate source pad caps
+ Just as vaapipostproc, VA decoder's context can be queried to get the possible
+ raw formats, so, the src caps can negotiate the exact caps that the context
+ supports.
+
+2016-11-24 21:17:54 +0100 Dominique Leuenberger <dimstar@opensuse.org>
+
+ * gst-libs/gst/vaapi/Makefile.am:
+ build: add LIBVA_WAYLAND_CFLAGS to libgstvaapiegl
+ In case libva-wayland has its headers not installed in default
+ locations (like /usr/include), the build fails to include "wayland-client.h":
+ CC libgstvaapi_egl_la-gstvaapiutils_egl.lo
+ In file included from gstvaapidisplay_wayland.h:27:0,
+ from gstvaapidisplay_egl.c:35:
+ /usr/include/va/va_wayland.h:31:28: fatal error: wayland-client.h: No such file or directory
+ #include <wayland-client.h>
+ As we already passed VA_CLAGS, /usr/include/va/va_wayland.h could be found, but it is
+ our fault not to instruct the system that we ALSO care for va_wayland. We correctly query
+ for libva-wayland.pc in configure and use this in other places as well. It is thus only
+ correct and consequent, to do it also at this spot.
+ https://bugzilla.gnome.org/show_bug.cgi?id=773946
+
=== release 1.10.1 ===
-2016-11-17 Sebastian Dröge <slomo@coaxion.net>
+2016-11-17 15:59:29 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
* configure.ac:
- releasing 1.10.1
+ * gstreamer-vaapi.doap:
+ Release 1.10.1
2016-11-11 11:40:09 +0900 Hyunjun Ko <zzoon@igalia.com>
diff --git a/NEWS b/NEWS
index 23b5ab71..815dee3b 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.1](#1.10.1) and was
-released on 17 November 2016.
+The latest bug-fix release in the 1.10 series is [1.10.2](#1.10.2) and was
+released on 29 November 2016.
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: Tuesday 17 Nov 2016, 15:00 UTC [(log)][gitlog]*
+*Last updated: Tuesday 29 Nov 2016, 12:30 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
@@ -1084,7 +1084,7 @@ This release only contains bugfixes and it should be safe to update from 1.10.x.
#### Major bugfixes in 1.10.1
- - Security-relevant bugfix in the vmnc decoder (no CVE)
+ - Security-relevant bugfix in the vmnc decoder (CVE-2016-9445, CVE-2016-9446)
- Various bugfixes to playbin3/decodebin3
- Fix error at the end of playing any WAV file
- Fix usability of androidmedia plugin if the camera or sensor API is not
@@ -1099,6 +1099,31 @@ GIT logs or ChangeLogs of the particular modules.
[buglist-1.10.1]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.1
+<a name="1.10.2"></a>
+
+### 1.10.2
+
+The first 1.10 bug-fix release (1.10.2) was released on 29 November 2016.
+This release only contains bugfixes and it should be safe to update from 1.10.x.
+
+#### Major bugfixes in 1.10.2
+
+ - Security-relevant bugfix in the FLI/FLX/FLC decoder (CVE-2016-9634,
+ CVE-2016-9635, CVE-2016-9636)
+ - Various fixes for crashes, assertions and other failures on fuzzed input
+ files (among others, thanks to Hanno Böck for testing and reporting)
+ - SAVP/SAVPF profile in gst-rtsp-server works for live streams again, and the
+ correct MIKEY policy message is generated
+ - Further OpenGL related bugfixes
+ - gst-libav was updated to ffmpeg 3.2.1
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.10.2]. 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.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.2
+
## Known Issues
- iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead
diff --git a/configure.ac b/configure.ac
index a1b49a22..0bb434e3 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], [1])
+m4_define([gst_vaapi_micro_version], [2])
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], [1001])
+m4_define([gst_vaapi_lt_current], [1002])
m4_define([gst_vaapi_lt_revision], [0])
-m4_define([gst_vaapi_lt_age], [1001])
+m4_define([gst_vaapi_lt_age], [1002])
# glib version number
m4_define([glib_version], [2.40])
diff --git a/gstreamer-vaapi.doap b/gstreamer-vaapi.doap
index f346f769..b23a21fc 100644
--- a/gstreamer-vaapi.doap
+++ b/gstreamer-vaapi.doap
@@ -27,6 +27,15 @@
<release>
<Version>
+ <revision>1.10.2</revision>
+ <branch>1.10</branch>
+ <created>2016-11-29</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.10.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.10.1</revision>
<branch>1.10</branch>
<created>2016-11-17</created>