summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapisurface.c
Commit message (Expand)AuthorAgeFilesLines
* libs: small code style fixesVíctor Manuel Jáquez Leal2016-02-031-1/+1
* guard buffer export API if not availableVíctor Manuel Jáquez Leal2015-04-131-1/+1
* surface: add initial support for foreign buffer imports.Gwenole Beauchesne2015-01-281-0/+130
* surface: add more fine-grained allocation helper.Gwenole Beauchesne2015-01-271-22/+84
* surface: re-indent all GstVaapiSurface related source code.Gwenole Beauchesne2015-01-271-497/+429
* context: move overlay composition to separate files.Gwenole Beauchesne2014-01-231-0/+1
* legal: update copyright notice dates.Gwenole Beauchesne2014-01-221-1/+1
* Fix printf()-like formats.Gwenole Beauchesne2014-01-061-1/+1
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* image: clean image API up.Gwenole Beauchesne2013-07-261-8/+8
* libs: add and expose gst_vaapi_video_format_to_string() helper.Gwenole Beauchesne2013-07-221-2/+2
* Fix new video format API.Gwenole Beauchesne2013-07-151-2/+2
* surface: try to determine the underlying VA surface format.Gwenole Beauchesne2013-07-101-1/+11
* surface: allow creation with explicit pixel format.Gwenole Beauchesne2013-07-101-0/+117
* surface: add new chroma formats.Gwenole Beauchesne2013-07-101-17/+11
* surface: add simple surface info accessors as helper macros.Gwenole Beauchesne2013-07-081-34/+5
* surface: fix memory leak through unreleased parent context.Gwenole Beauchesne2013-05-301-1/+1
* libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne2013-05-231-19/+19
* libs: use GstVaapiObject for VA objects.Gwenole Beauchesne2013-05-071-210/+74
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-291-1/+1
* legal: fix year for some copyright notices (2012).Gwenole Beauchesne2013-01-291-1/+1
* subpicture: add support for global-alpha.Holger Kaelberer2013-01-111-1/+1
* libs: fix build in strict ISO C mode.Gwenole Beauchesne2012-09-071-1/+1
* libs: use g_clear_object() wherever applicable.Javier Jardón2012-07-191-4/+1
* Add header for system-dependent definitions.Gwenole Beauchesne2012-01-301-1/+1
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-161-0/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* surface: apply composition to the parent context, if requested.Gwenole Beauchesne2011-12-141-2/+11
* surface: fix associate subpicture to not report deassociation errors.Gwenole Beauchesne2011-12-141-3/+7
* surface: fix typo in debug message.Gwenole Beauchesne2011-12-141-1/+1
* subpicture: add helper to create subpicture from GstVideoOverlayRectangle.Gwenole Beauchesne2011-12-141-34/+2
* surface: record parent context.Gwenole Beauchesne2011-12-131-6/+75
* Rename gst_vaapi_surface_update_composition() toGwenole Beauchesne2011-12-131-2/+2
* surface: use unscaled overlay rectangle for blending.Gwenole Beauchesne2011-12-121-11/+27
* surface: fix VA image leak when an error occurred.Gwenole Beauchesne2011-12-121-0/+1
* surface: add helper to handle GstVideoOverlayComposition.Nicolas Dufresne2011-12-121-7/+88
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Fix licensing terms.Gwenole Beauchesne2011-06-141-10/+11
* Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb2010-04-011-1/+1
* Add gst_vaapi_surface_query_status() wrapper.gb2010-03-301-0/+36
* Try to not reference VA-API types directly.gb2010-03-301-1/+1
* Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces.gb2010-03-251-0/+16
* Rename to GST_VAAPI_OBJECT_DISPLAY().gb2010-03-241-8/+8
* All GstVaapiID are initialized to GST_VAAPI_ID_NONE by default.gb2010-03-241-0/+1
* Add compatibility with the original VA-API 0.29.gb2010-03-241-0/+1
* Fix g_warning() invocation.gb2010-03-241-1/+1
* Deassociate subpictures while destroying the surface.gb2010-03-241-20/+70
* Fix destruction order of subpictures. They should be destroyed first.gb2010-03-241-6/+6
* Move "id" down to the GstVaapiObject base.gb2010-03-241-56/+34
* Drop useless include (<va/va_backend.h>).gb2010-03-241-1/+0