mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Release 1.7.91
This commit is contained in:
parent
a486942ba2
commit
b044d4acd8
4 changed files with 132 additions and 9 deletions
120
ChangeLog
120
ChangeLog
|
@ -1,9 +1,123 @@
|
|||
=== release 1.7.90 ===
|
||||
=== release 1.7.91 ===
|
||||
|
||||
2016-03-01 Sebastian Dröge <slomo@coaxion.net>
|
||||
2016-03-15 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.7.90
|
||||
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 19:23:51 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* configure.ac:
|
||||
* gstreamer-vaapi.doap:
|
||||
Release 1.7.90
|
||||
|
||||
2016-03-01 16:14:47 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
|||
This is gstreamer-vaapi 1.7.90.
|
||||
This is gstreamer-vaapi 1.7.91.
|
||||
|
|
10
configure.ac
10
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])
|
||||
|
|
|
@ -25,6 +25,15 @@
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue