platform/upstream/gstreamer.git
8 years agoremove spurious gst_video_info_init()
Víctor Manuel Jáquez Leal [Fri, 20 May 2016 17:33:39 +0000 (19:33 +0200)]
remove spurious gst_video_info_init()

gst_video_info_set_format() and gst_video_info_from_caps() call, internally,
gst_video_info_init(), hence it is not required to call it before them. This
patch removes these spurious calls.

8 years agovaapipluginbase: code-style: rename goto label
Víctor Manuel Jáquez Leal [Fri, 20 May 2016 17:15:11 +0000 (19:15 +0200)]
vaapipluginbase: code-style: rename goto label

The error labels have error_ prefix, but this one.

8 years agovaapivideomemory: use allocator custom alloc flag
Víctor Manuel Jáquez Leal [Thu, 19 May 2016 14:34:50 +0000 (16:34 +0200)]
vaapivideomemory: use allocator custom alloc flag

Instead of a dummy alloc() vmethod, the allocator instance set the flag
GST_ALLOCATOR_FLAG_CUSTOM_ALLOC, which is used by the framework to avoid call
gst_allocator_alloc() on the allocator.

8 years agovaapivideobufferpool: relate errors to instance
Víctor Manuel Jáquez Leal [Fri, 6 May 2016 11:17:47 +0000 (13:17 +0200)]
vaapivideobufferpool: relate errors to instance

Use GST_ERROR_OBJECT instead of GST_ERROR, thus the logs will show the name of
the vaapivideobufferpool instance that failed.

8 years agoplugins: remove gst_vaapi_plugin_base_set_pool_config()
Víctor Manuel Jáquez Leal [Tue, 10 May 2016 14:14:48 +0000 (16:14 +0200)]
plugins: remove gst_vaapi_plugin_base_set_pool_config()

This function helper make sense for GStreamer 1.2, but it is not helpful for
greater version since the validation is already done in the API implementation.
Thus, it is removed.

8 years agogstvaapipluginbase: Fix typo in doc
Sreerenj Balachandran [Wed, 18 May 2016 14:05:03 +0000 (17:05 +0300)]
gstvaapipluginbase: Fix typo in doc

8 years agoencoder : h264: Disable b-frame encode in low-power mode
Sreerenj Balachandran [Fri, 13 May 2016 08:45:20 +0000 (11:45 +0300)]
encoder : h264: Disable b-frame encode in low-power mode

This is a workaround since vaapi-intel-driver doesn't have
support for B-frame encode when utilizing low-power-enc
hardware block.

Fixme :We should query the VAConfigAttribEncMaxRefFrames
instead of blindly disabling b-frame support and set b/p frame count,
buffer pool size etc based on the query result.

https://bugzilla.gnome.org/show_bug.cgi?id=766050

8 years agoencoder: h264 : Use "tune=low-power" for enabling lowpower encode
Sreerenj Balachandran [Fri, 13 May 2016 08:44:57 +0000 (11:44 +0300)]
encoder: h264 : Use "tune=low-power" for enabling lowpower encode

Remove the duplicate property "low-power-enc" and use the
tune property for enabling low power encoding mode.

https://bugzilla.gnome.org/show_bug.cgi?id=766050

8 years agogstvaapiencoder:Use internal api to dervie configured VAEntrypoint
Sreerenj Balachandran [Wed, 11 May 2016 09:06:38 +0000 (12:06 +0300)]
gstvaapiencoder:Use internal api to dervie configured VAEntrypoint

https://bugzilla.gnome.org/show_bug.cgi?id=766050

8 years agoencoder: h264: Add support of low power/high performance encoding mode
Sreerenj Balachandran [Wed, 11 May 2016 09:05:36 +0000 (12:05 +0300)]
encoder: h264: Add support of low power/high performance encoding mode

Added a new property "low-power-enc" for enabling low power
encoding mode. Certain encoding tools may not be available
with the VAEntrypointEncSliceLP.

https://bugzilla.gnome.org/show_bug.cgi?id=766050

8 years agoAdd mapping for Macroblock level rate control (VA_RC_MB)
Sreerenj Balachandran [Wed, 11 May 2016 09:04:46 +0000 (12:04 +0300)]
Add mapping for Macroblock level rate control (VA_RC_MB)

8 years agogstvaapidisplay: Add VAEntrypointEncSliceLP support
Sreerenj Balachandran [Wed, 11 May 2016 09:03:08 +0000 (12:03 +0300)]
gstvaapidisplay: Add VAEntrypointEncSliceLP support

https://bugzilla.gnome.org/show_bug.cgi?id=766050

8 years agogstvaapiprofile : Add VAEntrypointEncSliceLP definitions
Sreerenj Balachandran [Wed, 11 May 2016 08:59:59 +0000 (11:59 +0300)]
gstvaapiprofile : Add VAEntrypointEncSliceLP definitions

This is for implementations that supports low_power/high_performance
variant for slice level encode.

https://bugzilla.gnome.org/show_bug.cgi?id=766050

8 years agovaapipostproc: negotiate frame size fixation
Víctor Manuel Jáquez Leal [Thu, 5 May 2016 16:23:10 +0000 (18:23 +0200)]
vaapipostproc: negotiate frame size fixation

Refactor _fixate_frame_size(). Now, instead of fixating the frame size only
using the sink caps, also it use the next capsfilter.

This code is a shameless copy of gst_video_scale_fixate_caps() from
https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/gst/videoscale/gstvideoscale.c?id=1.8.1#n634

https://bugzilla.gnome.org/show_bug.cgi?id=758548

8 years agovaapipostproc: don't use GstVideoInfo for src caps
Scott D Phillips [Fri, 6 May 2016 08:50:10 +0000 (10:50 +0200)]
vaapipostproc: don't use GstVideoInfo for src caps

Instead of using gst_video_info_to_caps () to generated the fixed src caps,
this patch enables the first step for caps negotiation with a possible
following caps filter.

_get_preferred_caps() will traverse the possible src caps looking for the one
wit the preferred feature and the preferred color format. Then the color
format, the frame size and the frame rate are fixated.

https://bugzilla.gnome.org/show_bug.cgi?id=758548

8 years agovaapipostproc: move gst_vaapipostproc_fixate_srccaps()
Víctor Manuel Jáquez Leal [Thu, 5 May 2016 13:32:36 +0000 (15:32 +0200)]
vaapipostproc: move gst_vaapipostproc_fixate_srccaps()

Move gst_vaapipostproc_fixate_srccaps() to gstvaapiposptprocutil.

No functional changes.

https://bugzilla.gnome.org/show_bug.cgi?id=758548

8 years agovaapipostproc: simplify code
Víctor Manuel Jáquez Leal [Thu, 5 May 2016 13:19:02 +0000 (15:19 +0200)]
vaapipostproc: simplify code

Change a convoluted snippet to find the preferred color format in the peer
caps.

https://bugzilla.gnome.org/show_bug.cgi?id=758548

8 years agovaapipostproc: use othercaps for preferred caps
Víctor Manuel Jáquez Leal [Thu, 5 May 2016 13:16:02 +0000 (15:16 +0200)]
vaapipostproc: use othercaps for preferred caps

Instead of the allowed_srcpad_caps variable, this patch uses the othercaps
from fixate_caps() vmethod to find the preferred caps feature and color
format.

https://bugzilla.gnome.org/show_bug.cgi?id=758548

8 years agovaapipostproc: add fixate_caps() vmethod
Scott D Phillips [Thu, 5 May 2016 11:46:11 +0000 (13:46 +0200)]
vaapipostproc: add fixate_caps() vmethod

Instead of fixating the srcpad caps in transform_caps() vmethod, this patch
implements the fixate_caps() vmethod and moves code around.

https://bugzilla.gnome.org/show_bug.cgi?id=758548

8 years agovaapipostproc: set early properties restrictions
Víctor Manuel Jáquez Leal [Thu, 5 May 2016 10:07:59 +0000 (12:07 +0200)]
vaapipostproc: set early properties restrictions

When running transform_caps() vmethod, returning the srcpad caps, the caps are
early restricted to the element properties set: width, height, format and
force keep aspect.

A new file was added gstvaapipostprocutil.{c,h} where the utilities functions
are stored.

https://bugzilla.gnome.org/show_bug.cgi?id=758548

8 years agovaapipostproc: log the caps transformation
Víctor Manuel Jáquez Leal [Mon, 25 Apr 2016 11:45:04 +0000 (13:45 +0200)]
vaapipostproc: log the caps transformation

https://bugzilla.gnome.org/show_bug.cgi?id=758548

8 years agovaapipostproc: no GLTextureUpload in sinkpad
Víctor Manuel Jáquez Leal [Wed, 27 Apr 2016 19:20:32 +0000 (21:20 +0200)]
vaapipostproc: no GLTextureUpload in sinkpad

As the vaapipostproc does not process frames with the VideoGLTextureUpload
meta, the feature is removed from the sink pad template.

https://bugzilla.gnome.org/show_bug.cgi?id=765931

8 years agovaapibufferpool: do not create texture upload meta if dmabuf
Julien Isorce [Mon, 28 Sep 2015 07:49:39 +0000 (08:49 +0100)]
vaapibufferpool: do not create texture upload meta if dmabuf

https://bugzilla.gnome.org/show_bug.cgi?id=755072

8 years agobuild: update git.mk
Víctor Manuel Jáquez Leal [Fri, 6 May 2016 10:16:26 +0000 (12:16 +0200)]
build: update git.mk

8 years agoplugin: fix macro processor check
Víctor Manuel Jáquez Leal [Fri, 29 Apr 2016 11:11:48 +0000 (13:11 +0200)]
plugin: fix macro processor check

Instead of #ifdef it should be used #if becasuse USE_GST_GL_HELPERS is always
defined in config.h, but it would be 0 or 1 depending on the configure output.

https://bugzilla.gnome.org/show_bug.cgi?id=765702

8 years agotests: display: guard possible unused variables
Víctor Manuel Jáquez Leal [Fri, 29 Apr 2016 10:53:06 +0000 (12:53 +0200)]
tests: display: guard possible unused variables

https://bugzilla.gnome.org/show_bug.cgi?id=765702

8 years agotests: inforce gstreamer code-style
Víctor Manuel Jáquez Leal [Fri, 29 Apr 2016 10:48:44 +0000 (12:48 +0200)]
tests: inforce gstreamer code-style

8 years agoencoder: h265: Enable cu_qp_delta_enabled_flag for CBR
Sreerenj Balachandran [Wed, 27 Apr 2016 14:10:26 +0000 (17:10 +0300)]
encoder: h265: Enable cu_qp_delta_enabled_flag for CBR

It seems driver requires enablement of cu_qp_delta_enabled_flag
for modifying QP values to controll the CBR mode bitrate.

https://bugzilla.gnome.org/show_bug.cgi?id=749852

8 years agoencoder: h265: Add CBR Encoding support
Sreerenj Balachandran [Wed, 27 Apr 2016 14:06:09 +0000 (17:06 +0300)]
encoder: h265: Add CBR Encoding support

https://bugzilla.gnome.org/show_bug.cgi?id=749852

8 years agogstvaapisurface: explicitely clear TILING flag if dmabuf
Julien Isorce [Fri, 27 Nov 2015 05:09:10 +0000 (05:09 +0000)]
gstvaapisurface: explicitely clear TILING flag if dmabuf

https://bugzilla.gnome.org/show_bug.cgi?id=755072

8 years agogstvaapisurface_drm: release image when done
Julien Isorce [Sun, 4 Oct 2015 22:44:16 +0000 (23:44 +0100)]
gstvaapisurface_drm: release image when done

Otherwise intel-vaapi-driver will fail to process the exported surface because
it will find it is currently derived, so considered as busy.

https://bugzilla.gnome.org/show_bug.cgi?id=755072

8 years agovaapipostproc: already have a surface proxy if dmabuf
Julien Isorce [Sat, 26 Sep 2015 05:25:12 +0000 (06:25 +0100)]
vaapipostproc: already have a surface proxy if dmabuf

https://bugzilla.gnome.org/show_bug.cgi?id=755072

8 years agovarious gst-indent
Julien Isorce [Fri, 11 Mar 2016 08:58:51 +0000 (08:58 +0000)]
various gst-indent

8 years agovaapidecode: search driver in whitelist
Víctor Manuel Jáquez Leal [Thu, 21 Apr 2016 13:14:47 +0000 (15:14 +0200)]
vaapidecode: search driver in whitelist

If the backend driver vendor string is not in a white-list, and the
environment variable GST_VAAPI_ALL_DRIVERS is not set either, the decoder will
change it state from NULL to READY, hence the auto-plug mechanism will look
for another decoder.

This patch assumes the GstContext has already being shared along the pipeline
and the element has a valid GstVaapiDisplay instance.

https://bugzilla.gnome.org/show_bug.cgi?id=764673

8 years agoplugins: rework set_context() vmethod definition
Víctor Manuel Jáquez Leal [Thu, 21 Apr 2016 10:57:30 +0000 (12:57 +0200)]
plugins: rework set_context() vmethod definition

In bug 757598 was added the set_context() vmethod chain up in
GstVaapiPluginBase. But it is buggy, since the parent_class address is
assigned to the last element which called gst_vaapi_plugin_base_class_init().

No error has shown up since none of the element's base classes redefined
set_context() vmethod from GstElement, so always the correct function was
called. Still this code is wrong and this patch make it right.

Since set_context() is the same code, a macro is used to implement that code
in all the gst-vaapi elements.

https://bugzilla.gnome.org/show_bug.cgi?id=765368

8 years agovaapipostproc: resize if negotiated and allocation caps are different
Víctor Manuel Jáquez Leal [Fri, 15 Apr 2016 15:57:25 +0000 (17:57 +0200)]
vaapipostproc: resize if negotiated and allocation caps are different

Since commit 859a2b2, in vaapidecode, allocation query can be different from
the negotiated caps.

When connecting the vaapidecoder to the vaapipostprocessor, the last one will
resize the frame to the negotiated, if and only if, some other parameter is
activated to avoid the passthrough. If it is not, the surface won't be mapped
into a image. If not, the image won't be resized and the output buffer would be
mapped.

This patch will break the passthrough if the allocation query is different
from the negotiation caps, forcing the resizing.

https://bugzilla.gnome.org/show_bug.cgi?id=765095

8 years agovaapidecode: improve code readability
Víctor Manuel Jáquez Leal [Tue, 5 Apr 2016 11:09:37 +0000 (13:09 +0200)]
vaapidecode: improve code readability

No functional changes.

8 years agovaapidecode: move GstCapsFeatures near to its use
Víctor Manuel Jáquez Leal [Tue, 5 Apr 2016 11:37:40 +0000 (13:37 +0200)]
vaapidecode: move GstCapsFeatures near to its use

Move the handling of the GstCapsFeatures just after it is used, in order to
avoid handling its memory.

8 years agovaapidecode: caps negotiation checks
Víctor Manuel Jáquez Leal [Tue, 5 Apr 2016 11:07:14 +0000 (13:07 +0200)]
vaapidecode: caps negotiation checks

Check that GLUploadTexture is not negotatiated if gstreamer-vaapi is not
compiled with GL support.

8 years agoplugins: remove param in gst_vaapi_plugin_base_decide_allocation()
Víctor Manuel Jáquez Leal [Thu, 10 Mar 2016 15:43:16 +0000 (16:43 +0100)]
plugins: remove param in gst_vaapi_plugin_base_decide_allocation()

8 years agovaapidecode: bail early if not caps in decide_allocation()
Víctor Manuel Jáquez Leal [Thu, 10 Mar 2016 15:42:04 +0000 (16:42 +0100)]
vaapidecode: bail early if not caps in decide_allocation()

8 years agoplugin: use allowed caps filter from element
Víctor Manuel Jáquez Leal [Tue, 29 Mar 2016 12:17:54 +0000 (14:17 +0200)]
plugin: use allowed caps filter from element

Instead of using the srcpad template caps for filtering the peer caps, the
function gst_vaapi_find_preferred_caps_feature(), now receives a new parameter
for the element's allowed caps.

With this modification, the vaapipostproc element simplifies a bit its code.

https://bugzilla.gnome.org/show_bug.cgi?id=765223

8 years agoplugin: remove function parameter
Víctor Manuel Jáquez Leal [Mon, 18 Apr 2016 15:28:51 +0000 (17:28 +0200)]
plugin: remove function parameter

The native format parameter in gst_vaapi_find_preferred_caps_feature() can be
saved if the out format is used for both: in and out. Thus the code is more
readable.

https://bugzilla.gnome.org/show_bug.cgi?id=765223

8 years agovaapidecode: warns if driver will do color conversions
Víctor Manuel Jáquez Leal [Mon, 18 Apr 2016 15:17:58 +0000 (17:17 +0200)]
vaapidecode: warns if driver will do color conversions

If the downstream feature is system memory, the surface has to be mapped,
hence a warning message is logged saying that the driver has to do color
conversions. This might be troublesome because not all the color conversion
combinations are supported by the VA-API drivers, and there is not a reliable
way to know them before hand.

https://bugzilla.gnome.org/show_bug.cgi?id=765223

8 years agoplugin: honour negotiated format
Víctor Manuel Jáquez Leal [Tue, 29 Mar 2016 11:28:27 +0000 (13:28 +0200)]
plugin: honour negotiated format

Instead of setting the requested format by the caller, the function
gst_vaapi_find_preferred_caps_feature() now returns, in the output parameter,
the negotiated format.

A new helper function was added: gst_vaapi_find_preferred_format(), which,
given the format list from the negotiated caps, will choose the best one, if
possible, given the native format.

https://bugzilla.gnome.org/show_bug.cgi?id=765223

8 years agoplugin: simplify caps feature selection
Víctor Manuel Jáquez Leal [Mon, 28 Mar 2016 17:26:02 +0000 (19:26 +0200)]
plugin: simplify caps feature selection

This patch simplifies the function gst_vaapi_find_preferred_caps_feature().

Instead of intersecting custom caps to find the preferred feature, the peer
caps are traversed in order to find the preferred feature, according to an
ordered feature priority list.

In the case of GLTextureUploadMeta, the colour format is computed using
GstVideoInfo of the selected fixed caps.

https://bugzilla.gnome.org/show_bug.cgi?id=765223

8 years agovaapidecode: use macros for GstVideoInfo
Víctor Manuel Jáquez Leal [Thu, 31 Mar 2016 14:39:08 +0000 (16:39 +0200)]
vaapidecode: use macros for GstVideoInfo

Instead of accessing directly to the members of the structure, use the macros.

8 years agovaapidecode: refactor is_display_resolution_changed()
Víctor Manuel Jáquez Leal [Thu, 14 Apr 2016 15:02:23 +0000 (17:02 +0200)]
vaapidecode: refactor is_display_resolution_changed()

Make the comparisons more readable and simple.

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agovaapidecode: keep only display_{width,height}
Víctor Manuel Jáquez Leal [Thu, 14 Apr 2016 14:43:07 +0000 (16:43 +0200)]
vaapidecode: keep only display_{width,height}

Instead of keeping the structure GstVideoInfo when we are using its width and
height, we only keep these two guints.

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agovaapidecode: decoded_info is valid at src caps update
Víctor Manuel Jáquez Leal [Thu, 14 Apr 2016 14:31:34 +0000 (16:31 +0200)]
vaapidecode: decoded_info is valid at src caps update

As decoded_info is assured to be valid when gst_vaapidecode_update_src_caps()
is called, then we don't need to verify or replace it with the sinkpad info
(reference state).

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agovaapidecode: always a valid format in decoded_info
Víctor Manuel Jáquez Leal [Thu, 14 Apr 2016 14:22:25 +0000 (16:22 +0200)]
vaapidecode: always a valid format in decoded_info

Always set a valid format in decoded_info class variable.

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agovaapidecode: code style fixes
Víctor Manuel Jáquez Leal [Fri, 25 Mar 2016 14:31:28 +0000 (15:31 +0100)]
vaapidecode: code style fixes

No functional changes.

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agovaapidecode: init {decoded,display}_info at open()
Víctor Manuel Jáquez Leal [Thu, 14 Apr 2016 14:10:02 +0000 (16:10 +0200)]
vaapidecode: init {decoded,display}_info at open()

It is required to initialize {decoded,display}_info variables when the decoder
is open, not only at instance initialization.

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agovaapidecode: remove spurious class variables
Víctor Manuel Jáquez Leal [Mon, 28 Mar 2016 13:30:28 +0000 (15:30 +0200)]
vaapidecode: remove spurious class variables

active, do_pool_renego and do_outstate_renego class variables were used to
indicate when negotiate downstream once, but now that each time a new surface
resolution is pop out a renegotation verified, these variable are not required
anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agoremove custom allocation query
Víctor Manuel Jáquez Leal [Thu, 14 Apr 2016 13:46:32 +0000 (15:46 +0200)]
remove custom allocation query

When resolving bug 753914, a custom allocation query was added, overlapping
the responsibilities of GstVideoDecoder.

But with the merge of the patches from bug 764421 this overlapping was not
required anymore. This patch restores this situation setting the
allocation_caps in the GstVideoCodecState when needed.

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agoAutomatic update of common submodule
Julien Isorce [Thu, 14 Apr 2016 09:04:47 +0000 (10:04 +0100)]
Automatic update of common submodule

From 6f2d209 to ac2f647

8 years agoplugins: disable GL_TEXTURE_UPLOAD if no EGL/GLX
Víctor Manuel Jáquez Leal [Wed, 13 Apr 2016 13:44:20 +0000 (15:44 +0200)]
plugins: disable GL_TEXTURE_UPLOAD if no EGL/GLX

The plugins should not expose the feature meta:GstVideoGLTextureUploadMeta in
their caps templates if they were not compiled either with GLX or EGL support.

8 years agoplugins: fix compilation when EGL/GLX is disabled
Víctor Manuel Jáquez Leal [Wed, 13 Apr 2016 18:33:32 +0000 (20:33 +0200)]
plugins: fix compilation when EGL/GLX is disabled

The compiler might complain of gst_vaapi_create_display_from_handle() being
unused if both EGL and GLX are disabled. This patch avoid that compilation
error.

8 years agolibs: fix deleting a GstVaapiCodedBufferPool object
Michael Olbrich [Wed, 13 Apr 2016 12:09:00 +0000 (14:09 +0200)]
libs: fix deleting a GstVaapiCodedBufferPool object

Call gst_vaapi_video_pool_finalize() in coded_buffer_pool_finalize().
Otherwise it is not called when the pool is destroyed and all objects
referenced by the GstVaapiVideoPool are never released.

https://bugzilla.gnome.org/show_bug.cgi?id=764993

8 years agosurface: destroy derived image
Víctor Manuel Jáquez Leal [Thu, 7 Apr 2016 16:03:42 +0000 (18:03 +0200)]
surface: destroy derived image

If gst_vaapi_image_new_with_image() fails, the created derived image should be
destroyed, otherwise the surface cannot be processed because is being used.

https://bugzilla.gnome.org/show_bug.cgi?id=764607

8 years agovaapidecode: add stop function
Thiago Santos [Fri, 18 Mar 2016 23:00:52 +0000 (20:00 -0300)]
vaapidecode: add stop function

Clear any status on the current stream:

stored frames, caps and decoder configuration

https://bugzilla.gnome.org/show_bug.cgi?id=763460

8 years agodecoder: vp9: Align with the ABI changes in vp9 codecparser
Sreerenj Balachandran [Fri, 1 Apr 2016 11:00:28 +0000 (14:00 +0300)]
decoder: vp9: Align with the ABI changes in vp9 codecparser

The subsampling_x, subsampling_y, bit_depth, color_space and color_range
fileds are moved from GstVp9FrameHdr to the global GstVp9Parser structure.
These fields are only present in keyframe or intra-only frame, no need to
duplicate them for inter-frames.

https://bugzilla.gnome.org/show_bug.cgi?id=764082

8 years agodecoder: vp9 : Add 10bit decoding support (Profile2)
Sreerenj Balachandran [Fri, 1 Apr 2016 10:59:59 +0000 (13:59 +0300)]
decoder: vp9 : Add 10bit decoding support (Profile2)

https://bugzilla.gnome.org/show_bug.cgi?id=764082

8 years agogstvaapiporfile: Add more VP9 profile definitions
Sreerenj Balachandran [Fri, 1 Apr 2016 10:57:45 +0000 (13:57 +0300)]
gstvaapiporfile: Add more VP9 profile definitions

https://bugzilla.gnome.org/show_bug.cgi?id=764082

8 years agobuild: possibility to disable tests
Víctor Manuel Jáquez Leal [Wed, 3 Feb 2016 19:34:49 +0000 (20:34 +0100)]
build: possibility to disable tests

The configuration option --disable-examples will disable the compilation of
the sample apps in tests/ directory.

8 years agounify caps template for VAAPI encoders and decoders
Víctor Manuel Jáquez Leal [Tue, 29 Mar 2016 12:25:55 +0000 (14:25 +0200)]
unify caps template for VAAPI encoders and decoders

There is no difference in VAAPI surface caps between encoders and decoders.
Thus, the patch makes a simplification by removing encoders specific caps and
shares the same definition of VAAPI surfaces caps for all the elements.

8 years agovaapidecode: move gst_vaapidecode_negotiate() code
Víctor Manuel Jáquez Leal [Thu, 10 Mar 2016 16:42:55 +0000 (17:42 +0100)]
vaapidecode: move gst_vaapidecode_negotiate() code

With it we can remove a function declaration, making the code a bit
more readable.

https://bugzilla.gnome.org/show_bug.cgi?id=764316

8 years agodocs: generate vaapijpegdec documentation
Víctor Manuel Jáquez Leal [Tue, 29 Mar 2016 11:50:00 +0000 (13:50 +0200)]
docs: generate vaapijpegdec documentation

https://bugzilla.gnome.org/show_bug.cgi?id=764314

8 years agodecoder: h265: Fix offset calculation when there is more than one vps/sps/pps present...
Sreerenj Balachandran [Wed, 30 Mar 2016 11:37:21 +0000 (14:37 +0300)]
decoder: h265: Fix offset calculation when there is more than one vps/sps/pps present in codec_data

The array_completeness, reserved bit and num_nal_units fields
in HEVCDecoderConfigurationRecord will be present for each VPS/SPS/PPS array list,
but not for each occurance of similar headers.

https://bugzilla.gnome.org/show_bug.cgi?id=764274

8 years agovideo-format: Keep the HW order preference while mapping to GstVideoFormats
Sreerenj Balachandran [Tue, 29 Mar 2016 12:34:38 +0000 (15:34 +0300)]
video-format: Keep the HW order preference while mapping to GstVideoFormats

8 years agogst/vaapi: keep precedence for NV12 over I420
Sreerenj Balachandran [Tue, 29 Mar 2016 12:02:46 +0000 (15:02 +0300)]
gst/vaapi: keep precedence for NV12 over I420

Use NV12 as default "assumption" format all over.
NV12 is the default high priority format used my most of the
vaapi-drivers.

8 years agovaapidecode: Use video format derived from decoded surface as default src pad format
Sreerenj Balachandran [Tue, 29 Mar 2016 11:34:37 +0000 (14:34 +0300)]
vaapidecode: Use video format derived from decoded surface as default src pad format

Use the surface format derived from first decoded surface
to negotiate the downstream video format capabilities.

https://bugzilla.gnome.org/show_bug.cgi?id=759181

8 years agoAdd P010 video format support
Scott D Phillips [Tue, 29 Mar 2016 11:34:00 +0000 (14:34 +0300)]
Add P010 video format support

The P010 video format is the native format used by the vaapi intel driver
for HEVCMain10 decode . Add support for planes and images of this video format.

https://bugzilla.gnome.org/show_bug.cgi?id=759181

8 years agolibs: x11: allows 30-bit colour depth
Stephen [Sun, 27 Mar 2016 09:11:00 +0000 (09:11 +0000)]
libs: x11: allows 30-bit colour depth

The colour depth is clamped to 24 when it is not equal {15,16,24,32}. But this
fails with the NVIDIA binary driver as it doesn't advertise a TrueColor visual
with a depth of 24 (only 30 and 32). Allowing the depth to be 30, lets everything
work as expected.

https://bugzilla.gnome.org/show_bug.cgi?id=764256

8 years agogltextureupload: use an array for texture type
Víctor Manuel Jáquez Leal [Mon, 28 Mar 2016 11:13:56 +0000 (13:13 +0200)]
gltextureupload: use an array for texture type

Instead of using a single value for the texture type, use an array with 4
elements, just as the GstVideoGLTextureUploadMeta, avoiding a buffer
overflow.

https://bugzilla.gnome.org/show_bug.cgi?id=764231

8 years agovaapidecode: Fix decide_allocation handling
Sreerenj Balachandran [Thu, 24 Mar 2016 13:09:43 +0000 (15:09 +0200)]
vaapidecode: Fix decide_allocation handling

Set the already configured pool in decide_allocation query
in cases where pool renegotiation is not required.

https://bugzilla.gnome.org/show_bug.cgi?id=753914

8 years agovaapidecode: Derive and save the decoded surface format
Sreerenj Balachandran [Thu, 24 Mar 2016 13:09:15 +0000 (15:09 +0200)]
vaapidecode: Derive and save the decoded surface format

After the decoding of first frame, try to extract the exact
decoded surface format using vaDeriveImage and keep this
as the format in decoded_info.

https://bugzilla.gnome.org/show_bug.cgi?id=753914

8 years agoMake vaapidecode to advertise the cropped values in srcpad, but negotiate pool only...
Sreerenj Balachandran [Thu, 24 Mar 2016 13:08:50 +0000 (15:08 +0200)]
Make vaapidecode to advertise the cropped values in srcpad, but negotiate pool only if needed

-- Maintaing decoded surface resoluton and actual display resoultion separately
-- Before pushing every frames downstream, check for the requirement of pool negoation and
output_state negotiation: This is needed to avoid multiple issuses with cropping,
multi-resoluton video handling, more complex multi resolution decode scenarios for vp9decode,
possible wrong behaviour from upstream element to report uncropped values etc. Due to these reasons,
We can't just reliably use the resolution change notification from libgstvaapi for pool renegotiation too.
This is slight overhead, but safe enough. Optimization could be possible though.

https://bugzilla.gnome.org/show_bug.cgi?id=753914

8 years agovaapidecode: Delay the output format setting until we have a decoded surface
Sreerenj Balachandran [Thu, 24 Mar 2016 13:08:27 +0000 (15:08 +0200)]
vaapidecode: Delay the output format setting until we have a decoded surface

This will help to consoidate the out caps negotiation to a single place,
which will make the code simpler, allows to get the exact decoded format
if needed and the selected chroma type too.

https://bugzilla.gnome.org/show_bug.cgi?id=753914

8 years agovaapidecode: GST_VAAPIDECODE macro is a cast
Víctor Manuel Jáquez Leal [Thu, 24 Mar 2016 12:36:24 +0000 (13:36 +0100)]
vaapidecode: GST_VAAPIDECODE macro is a cast

This patch is the continuation of commit 1e1d3b1d because the function
gst_vaapidecode_get_type() got undefined since then.

Now, the macro GST_VAAPIDECODE is a simple cast to the GstVaapiDecode
structure. The rest of the GObject handling macros were deleted too.

8 years agoBack to development
Sebastian Dröge [Thu, 24 Mar 2016 11:34:18 +0000 (13:34 +0200)]
Back to development

8 years agoRelease 1.8.0
Sebastian Dröge [Thu, 24 Mar 2016 11:11:05 +0000 (13:11 +0200)]
Release 1.8.0

8 years agoRelease 1.7.91
Sebastian Dröge [Tue, 15 Mar 2016 10:39:20 +0000 (12:39 +0200)]
Release 1.7.91

8 years agodecoder: h265: Fix offset calculation in codec_data parsing
Sreerenj Balachandran [Fri, 11 Mar 2016 15:44:07 +0000 (17:44 +0200)]
decoder: h265: Fix offset calculation in codec_data parsing

https://bugzilla.gnome.org/show_bug.cgi?id=762922

8 years agovaapidecodebin: don't handle jpeg decoding
Víctor Manuel Jáquez Leal [Wed, 9 Mar 2016 19:26:31 +0000 (20:26 +0100)]
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

8 years agovaapidecode: split out jpeg decoder
Víctor Manuel Jáquez Leal [Wed, 9 Mar 2016 19:25:08 +0000 (20:25 +0100)]
vaapidecode: split out jpeg decoder

Split, as a different element, the JPEG decoder.

https://bugzilla.gnome.org/show_bug.cgi?id=734093

8 years agovaapidecode: register decoder with internal GType
Víctor Manuel Jáquez Leal [Wed, 9 Mar 2016 17:41:49 +0000 (18:41 +0100)]
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

8 years agovaapidecode: remove unused function declaration
Víctor Manuel Jáquez Leal [Thu, 10 Mar 2016 11:47:49 +0000 (12:47 +0100)]
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.

8 years agobuild: git ignore gtkdoc generated files
Víctor Manuel Jáquez Leal [Wed, 9 Mar 2016 17:58:13 +0000 (18:58 +0100)]
build: git ignore gtkdoc generated files

8 years agobuild: handle git ignore in m4 directory
Víctor Manuel Jáquez Leal [Wed, 9 Mar 2016 17:55:39 +0000 (18:55 +0100)]
build: handle git ignore in m4 directory

8 years agovaapidecoder_h265: plug leak of h265 parsing info
Thiago Santos [Fri, 4 Mar 2016 23:17:54 +0000 (20:17 -0300)]
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

8 years agovaapidecoder_h264: plug leak of h264 parsing info
Thiago Santos [Fri, 4 Mar 2016 23:17:20 +0000 (20:17 -0300)]
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

8 years agoplugins: fix gstgl and vaapi memory leaks
Vineeth TM [Wed, 9 Mar 2016 02:03:28 +0000 (11:03 +0900)]
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

8 years agovaapidisplay: Fix uninitialized value error for VA attribute
Vineeth TM [Wed, 9 Mar 2016 05:13:24 +0000 (14:13 +0900)]
vaapidisplay: Fix uninitialized value error for VA attribute

https://bugzilla.gnome.org/show_bug.cgi?id=763362

8 years agoplugins: proxy information from downstream caps
Víctor Manuel Jáquez Leal [Tue, 8 Mar 2016 09:47:56 +0000 (10:47 +0100)]
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

8 years agodecoder: vp9: Assign values for profile and bit_depth from frame header
Sreerenj Balachandran [Fri, 4 Mar 2016 08:51:42 +0000 (10:51 +0200)]
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.

8 years agobuild: Dist gstreamer-vaapi.doap and configure.ac/autogen.sh
Sebastian Dröge [Fri, 4 Mar 2016 07:12:13 +0000 (09:12 +0200)]
build: Dist gstreamer-vaapi.doap and configure.ac/autogen.sh

https://bugzilla.gnome.org/show_bug.cgi?id=763067

8 years agoRelease 1.7.90
Sebastian Dröge [Tue, 1 Mar 2016 17:23:51 +0000 (19:23 +0200)]
Release 1.7.90

8 years agoconfigure: Use AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO to set release date
Sebastian Dröge [Tue, 1 Mar 2016 14:14:47 +0000 (16:14 +0200)]
configure: Use AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO to set release date

8 years agovaapidecode: intersect with filter in getcaps()
Víctor Manuel Jáquez Leal [Tue, 1 Mar 2016 10:35:49 +0000 (11:35 +0100)]
vaapidecode: intersect with filter in getcaps()

In commit 6034734d I forgot to add the caps filter intersection in the
getcaps() vmethod generating a regression when a capsfilter is set in the
pipeline.

This commit adds the caps filter intersection.