mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:26:14 +00:00
Release 1.10.0
This commit is contained in:
parent
af0c2fab0d
commit
eb4c8d7302
4 changed files with 1310 additions and 11 deletions
183
ChangeLog
183
ChangeLog
|
@ -1,9 +1,186 @@
|
||||||
=== release 1.9.90 ===
|
=== release 1.10.0 ===
|
||||||
|
|
||||||
2016-09-30 Sebastian Dröge <slomo@coaxion.net>
|
2016-11-01 Sebastian Dröge <slomo@coaxion.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.9.90
|
releasing 1.10.0
|
||||||
|
|
||||||
|
2016-10-27 17:13:48 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapidecodebin.c:
|
||||||
|
vaapidecodebin: resurrect disable-vpp property
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773589
|
||||||
|
|
||||||
|
2016-10-27 16:32:23 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapidecodebin.c:
|
||||||
|
vaapidecodebin: name the internal queue
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773589
|
||||||
|
|
||||||
|
2016-10-27 16:27:45 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapidecodebin.c:
|
||||||
|
* gst/vaapi/gstvaapidecodebin.h:
|
||||||
|
vaapidecodebin: remove unused variables
|
||||||
|
Since vaapipostproc is only registered if the driver supports it, all the
|
||||||
|
support for dynamic loading were removed. Though some leftovers remained.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773589
|
||||||
|
|
||||||
|
2016-10-27 12:53:54 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* docs/plugins/Makefile.am:
|
||||||
|
* docs/plugins/gstreamer-vaapi-plugins-docs.xml.in:
|
||||||
|
* docs/plugins/running.xml:
|
||||||
|
docs: document environment variables
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773544
|
||||||
|
|
||||||
|
2016-10-27 12:31:49 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* docs/plugins/gstreamer-vaapi-plugins-docs.xml.in:
|
||||||
|
* docs/plugins/gstreamer-vaapi-plugins-sections.txt:
|
||||||
|
* gst/vaapi/Makefile.am:
|
||||||
|
* gst/vaapi/gstvaapidecode.c:
|
||||||
|
* gst/vaapi/gstvaapidecodebin.c:
|
||||||
|
* gst/vaapi/gstvaapidecodedoc.c:
|
||||||
|
docs: replace vaapidecode with each codec
|
||||||
|
In the spirit of the codec split, this patch removes the documentation of
|
||||||
|
vaapidecode and adds a page per each possible decoder.
|
||||||
|
Nonetheless, only those available in the compilation system are going to be
|
||||||
|
instrospected, because the rest are not registered.
|
||||||
|
|
||||||
|
2016-10-27 11:06:06 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapipluginutil.c:
|
||||||
|
* gst/vaapi/gstvaapivideobuffer.c:
|
||||||
|
* gst/vaapi/gstvaapivideometa.c:
|
||||||
|
docs: add missing long descriptions
|
||||||
|
|
||||||
|
2016-10-25 14:32:44 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapipostproc.c:
|
||||||
|
vaapipostproc: use GST_*_OBJECT when possible
|
||||||
|
Since we can have several vaapipostproc operating in a pipeline, it is useful
|
||||||
|
to know which one is generating the logging message.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773497
|
||||||
|
|
||||||
|
2016-07-19 17:00:23 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapidecode.c:
|
||||||
|
* gst/vaapi/gstvaapidecode.h:
|
||||||
|
vaapidecode: rename member to allowed_sinkpad_caps
|
||||||
|
vaapidecode has a member named allowed_caps, but this name is not enough
|
||||||
|
explicit. This patch renames allowed_caps to allowed_sinkpad_caps.
|
||||||
|
No functional changes were included.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773497
|
||||||
|
|
||||||
|
2016-10-20 18:12:04 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapiencode_h264.c:
|
||||||
|
* gst/vaapi/gstvaapiencode_h265.c:
|
||||||
|
* gst/vaapi/gstvaapisink.c:
|
||||||
|
* gst/vaapi/gstvaapivideomemory.c:
|
||||||
|
* gst/vaapi/gstvaapivideometa.c:
|
||||||
|
* gst/vaapi/gstvaapivideometa_texture.c:
|
||||||
|
plugins: fix code style for errors
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773497
|
||||||
|
|
||||||
|
2016-10-20 17:01:57 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapivideomemory.c:
|
||||||
|
vaapivideomemory: comment style
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773497
|
||||||
|
|
||||||
|
2016-10-20 11:19:50 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapivideomemory.c:
|
||||||
|
* gst/vaapi/gstvaapivideomemory.h:
|
||||||
|
vaapivideomemory: rename input parameter
|
||||||
|
In order to clarify the use of flag as input parameter, it is renamed to
|
||||||
|
surface_alloc_flag, since it is used when creating a VA surface with certain
|
||||||
|
properties.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773497
|
||||||
|
|
||||||
|
2016-10-25 19:22:03 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapidecode.c:
|
||||||
|
vaapidecode: rename element description
|
||||||
|
So encoders and decoders have similar descriptions.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773497
|
||||||
|
|
||||||
|
2016-08-02 11:32:19 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapiencode_h264.c:
|
||||||
|
* gst/vaapi/gstvaapiencode_h265.c:
|
||||||
|
vaapiencode: h264, h265: rename codec name
|
||||||
|
So encoder and decoders have the same codec name.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773497
|
||||||
|
|
||||||
|
2016-07-29 15:17:33 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapipluginbase.c:
|
||||||
|
plugins: simplify code
|
||||||
|
Merge two lines of variable declarations.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=773497
|
||||||
|
|
||||||
|
2016-10-07 18:46:22 +0900 Hyunjun Ko <zzoon@igalia.com>
|
||||||
|
|
||||||
|
* gst-libs/gst/vaapi/gstvaapidecoder.c:
|
||||||
|
* gst-libs/gst/vaapi/gstvaapipixmap_priv.h:
|
||||||
|
* gst-libs/gst/vaapi/gstvaapitexture_priv.h:
|
||||||
|
* gst-libs/gst/vaapi/gstvaapiwindow_priv.h:
|
||||||
|
libs: minor correction for logical consistency
|
||||||
|
GstVaapiDecode is a descendant of GstVaapiMiniObject, so, thought we should
|
||||||
|
use its methods, even though it doesn't change functionality.
|
||||||
|
GstVaapiPixmap, GstVaapiTexture and GstVaapiWindow are descendant of
|
||||||
|
GstVaapiObject, hence its methods shall be used.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=772554
|
||||||
|
|
||||||
|
2016-10-19 15:39:54 +0100 Julien Isorce <j.isorce@samsung.com>
|
||||||
|
|
||||||
|
* gst/vaapi/gstvaapivideomemory.c:
|
||||||
|
vaapivideomemory: add explanation about the call 'dup (dmabuf_fd)'
|
||||||
|
In short GstFdMemory is configured to call close when using
|
||||||
|
GstDmabufMemory.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=755072
|
||||||
|
|
||||||
|
2016-09-02 16:42:45 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* gst-libs/gst/vaapi/Makefile.am:
|
||||||
|
build: clean up the dlopen usage
|
||||||
|
|
||||||
|
2016-10-08 14:33:59 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst-libs/gst/vaapi/gstvaapiencoder_h264.c:
|
||||||
|
* gst-libs/gst/vaapi/gstvaapiencoder_h265.c:
|
||||||
|
encoder: h264,h265: fix regression in offset count
|
||||||
|
In commit dc35dafa a bug was introduced because I assumed that
|
||||||
|
GST_CLOCK_TIME_NONE is zero when is -1. This patch fixes that mistake.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=772259
|
||||||
|
|
||||||
|
2016-10-18 17:02:59 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* README:
|
||||||
|
docs: update README
|
||||||
|
|
||||||
|
2016-09-27 17:29:25 +0200 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
|
||||||
|
|
||||||
|
* gst-libs/gst/vaapi/gstvaapidisplay_egl.c:
|
||||||
|
libs: display: egl: remove unused header include
|
||||||
|
The header gmodule.h is not used since the library dynamic loading for EGL
|
||||||
|
display was removed.
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=772599
|
||||||
|
|
||||||
|
=== release 1.9.90 ===
|
||||||
|
|
||||||
|
2016-09-30 13:05:20 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* common:
|
||||||
|
* configure.ac:
|
||||||
|
* gstreamer-vaapi.doap:
|
||||||
|
Release 1.9.90
|
||||||
|
|
||||||
2016-03-04 16:35:11 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
2016-03-04 16:35:11 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
||||||
|
|
||||||
|
|
14
configure.ac
14
configure.ac
|
@ -1,7 +1,7 @@
|
||||||
# gstreamer-vaapi package version number
|
# gstreamer-vaapi package version number
|
||||||
m4_define([gst_vaapi_major_version], [1])
|
m4_define([gst_vaapi_major_version], [1])
|
||||||
m4_define([gst_vaapi_minor_version], [9])
|
m4_define([gst_vaapi_minor_version], [10])
|
||||||
m4_define([gst_vaapi_micro_version], [90])
|
m4_define([gst_vaapi_micro_version], [0])
|
||||||
m4_define([gst_vaapi_nano_version], [0])
|
m4_define([gst_vaapi_nano_version], [0])
|
||||||
m4_define([gst_vaapi_version],
|
m4_define([gst_vaapi_version],
|
||||||
[gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version])
|
[gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version])
|
||||||
|
@ -16,17 +16,17 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
||||||
dnl - interfaces added -> increment AGE
|
dnl - interfaces added -> increment AGE
|
||||||
dnl - interfaces removed -> AGE = 0
|
dnl - interfaces removed -> AGE = 0
|
||||||
# gstreamer-vaapi library (libtool) version number
|
# gstreamer-vaapi library (libtool) version number
|
||||||
m4_define([gst_vaapi_lt_current], [990])
|
m4_define([gst_vaapi_lt_current], [1000])
|
||||||
m4_define([gst_vaapi_lt_revision], [0])
|
m4_define([gst_vaapi_lt_revision], [0])
|
||||||
m4_define([gst_vaapi_lt_age], [990])
|
m4_define([gst_vaapi_lt_age], [1000])
|
||||||
|
|
||||||
# glib version number
|
# glib version number
|
||||||
m4_define([glib_version], [2.40])
|
m4_define([glib_version], [2.40])
|
||||||
|
|
||||||
# gstreamer version number
|
# gstreamer version number
|
||||||
m4_define([gst_version], [1.9.90])
|
m4_define([gst_version], [1.10.0])
|
||||||
m4_define([gst_plugins_base_version], [1.9.90])
|
m4_define([gst_plugins_base_version], [1.10.0])
|
||||||
m4_define([gst_plugins_bad_version], [1.9.90])
|
m4_define([gst_plugins_bad_version], [1.10.0])
|
||||||
|
|
||||||
# Wayland minimum version number
|
# Wayland minimum version number
|
||||||
m4_define([wayland_api_version], [1.0.2])
|
m4_define([wayland_api_version], [1.0.2])
|
||||||
|
|
|
@ -25,6 +25,15 @@
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.10.0</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<created>2016-11-01</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.10.0.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.9.90</revision>
|
<revision>1.9.90</revision>
|
||||||
|
|
Loading…
Reference in a new issue