summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-15 12:39:20 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-15 12:39:20 +0200
commitb044d4acd8e8125bd359a120efb9280e632011d5 (patch)
treef89a71c6875629142dafd89e5214af67fd7434f5
parenta486942ba2d44ba2f60fec25175c681786021b48 (diff)
Release 1.7.911.7.91
-rw-r--r--ChangeLog118
-rw-r--r--NEWS2
-rw-r--r--configure.ac10
-rw-r--r--gstreamer-vaapi.doap9
4 files changed, 131 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e05f29e..b96e1fe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,123 @@
+=== release 1.7.91 ===
+
+2016-03-15 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.7.91
+
+2016-03-11 17:44:07 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h265.c:
+ decoder: h265: Fix offset calculation in codec_data parsing
+ https://bugzilla.gnome.org/show_bug.cgi?id=762922
+
+2016-03-09 20:26:31 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecodebin.c:
+ vaapidecodebin: don't handle jpeg decoding
+ As JPEG decoder has been split and demoted, it cannot be handled by
+ vaapidecodebin
+ Added a fixme comment regarding the future removal of vaapidecode.
+ https://bugzilla.gnome.org/show_bug.cgi?id=734093
+
+2016-03-09 20:25:08 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ vaapidecode: split out jpeg decoder
+ Split, as a different element, the JPEG decoder.
+ https://bugzilla.gnome.org/show_bug.cgi?id=734093
+
+2016-03-09 18:41:49 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapi.c:
+ * gst/vaapi/gstvaapidecode.c:
+ * gst/vaapi/gstvaapidecode.h:
+ vaapidecode: register decoder with internal GType
+ Don't expose the the vaapidecode GType, instead expose a function
+ which will register element.
+ This is the first step to split the decoder by codecs.
+ https://bugzilla.gnome.org/show_bug.cgi?id=734093
+
+2016-03-10 12:47:49 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ vaapidecode: remove unused function declaration
+ There is no need to pre-declare gst_vaapidecode_update_sink_caps(). And fixed
+ code-style of the other pre-declared functions.
+
+2016-03-09 18:58:13 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * docs/plugins/Makefile.am:
+ build: git ignore gtkdoc generated files
+
+2016-03-09 18:55:39 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * m4/Makefile.am:
+ build: handle git ignore in m4 directory
+
+2016-03-04 20:17:54 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h265.c:
+ vaapidecoder_h265: plug leak of h265 parsing info
+ If something goes wrong while parsing, the info object is
+ being leaked
+ https://bugzilla.gnome.org/show_bug.cgi?id=763121
+
+2016-03-04 20:17:20 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h264.c:
+ vaapidecoder_h264: plug leak of h264 parsing info
+ If something goes wrong while parsing, the info object is
+ being leaked
+ https://bugzilla.gnome.org/show_bug.cgi?id=763121
+
+2016-03-09 11:03:28 +0900 Vineeth TM <vineeth.tm@samsung.com>
+
+ * gst/vaapi/gstvaapipluginutil.c:
+ plugins: fix gstgl and vaapi memory leaks
+ 1\ Unref gl_display and gl_window as soon they are not needed.
+ 2\ Remove an unneeded display type check, since is handled by
+ gst_vaapi_created_display_from_handle()
+ 3\ Unref vaapi's display if the display cannot be bind to a GL API.
+ Modified-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+ https://bugzilla.gnome.org/show_bug.cgi?id=763354
+
+2016-03-09 14:13:24 +0900 Vineeth TM <vineeth.tm@samsung.com>
+
+ * gst-libs/gst/vaapi/gstvaapidisplay.c:
+ vaapidisplay: Fix uninitialized value error for VA attribute
+ https://bugzilla.gnome.org/show_bug.cgi?id=763362
+
+2016-03-08 10:47:56 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ * gst/vaapi/gstvaapiencode.c:
+ plugins: proxy information from downstream caps
+ Propagate to upstream the downstream information, such as fps, par, etc.
+ This will fix several "getcaps" critical warnings in gst-validate.
+ https://bugzilla.gnome.org/show_bug.cgi?id=763300
+
+2016-03-04 10:51:42 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_vp9.c:
+ decoder: vp9: Assign values for profile and bit_depth from frame header
+ bit_depth field has added only in VA-API 0.39.0, added version check.
+
+2016-03-04 09:12:13 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * Makefile.am:
+ build: Dist gstreamer-vaapi.doap and configure.ac/autogen.sh
+ https://bugzilla.gnome.org/show_bug.cgi?id=763067
+
=== release 1.7.90 ===
-2016-03-01 Sebastian Dröge <slomo@coaxion.net>
+2016-03-01 19:23:51 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
* configure.ac:
- releasing 1.7.90
+ * gstreamer-vaapi.doap:
+ Release 1.7.90
2016-03-01 16:14:47 +0200 Sebastian Dröge <sebastian@centricular.com>
diff --git a/NEWS b/NEWS
index 1fee7899..8ce250f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is gstreamer-vaapi 1.7.90.
+This is gstreamer-vaapi 1.7.91.
diff --git a/configure.ac b/configure.ac
index c4484dcc..8054f113 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], [7])
-m4_define([gst_vaapi_micro_version], [90])
+m4_define([gst_vaapi_micro_version], [91])
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,7 +16,7 @@ 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], [790])
+m4_define([gst_vaapi_lt_current], [791])
m4_define([gst_vaapi_lt_revision], [0])
m4_define([gst_vaapi_lt_age], [790])
@@ -24,9 +24,9 @@ m4_define([gst_vaapi_lt_age], [790])
m4_define([glib_version], [2.32])
# gstreamer version number
-m4_define([gst_version], [1.7.90])
-m4_define([gst_plugins_base_version], [1.7.90])
-m4_define([gst_plugins_bad_version], [1.7.90])
+m4_define([gst_version], [1.7.91])
+m4_define([gst_plugins_base_version], [1.7.91])
+m4_define([gst_plugins_bad_version], [1.7.91])
# Wayland minimum version number
m4_define([wayland_api_version], [1.0.2])
diff --git a/gstreamer-vaapi.doap b/gstreamer-vaapi.doap
index f0375329..79ecca14 100644
--- a/gstreamer-vaapi.doap
+++ b/gstreamer-vaapi.doap
@@ -27,6 +27,15 @@
<release>
<Version>
+ <revision>1.7.91</revision>
+ <branch>master</branch>
+ <created>2016-03-15</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.7.91.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.7.90</revision>
<branch>master</branch>
<created>2016-03-01</created>