summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapisurface.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-20libs: remove surface's parent contextVíctor Manuel Jáquez Leal1-1/+1
2019-05-16libs: surface: fix documentation formatVíctor Manuel Jáquez Leal1-1/+1
2018-11-10libs: Sync the GstVaapiChromaType to VA header file.He Junyan1-7/+17
2018-11-01libs: dec: h265: support decode for main-10-422 10bit streams.Wangfei1-1/+3
2018-10-10libs: context: query surface format before context to create surface.Wangfei1-0/+4
2017-02-02libs: surface: add gst_vaapi_surface_{set,peek}_buffer_proxy()Julien Isorce1-0/+7
2015-12-07Add definitions for YUV420 with more than 8 bits per channelSreerenj Balachandran1-1/+3
2015-01-28surface: add initial support for foreign buffer imports.Gwenole Beauchesne1-0/+5
2015-01-27surface: add more fine-grained allocation helper.Gwenole Beauchesne1-0/+23
2015-01-27surface: re-indent all GstVaapiSurface related source code.Gwenole Beauchesne1-74/+56
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-15surface: rework render flags.Gwenole Beauchesne1-9/+22
2013-11-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-07-10surface: allow creation with explicit pixel format.Gwenole Beauchesne1-3/+12
2013-07-10surface: add new chroma formats.Gwenole Beauchesne1-1/+14
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-3/+0
2013-05-07libs: use GstVaapiObject for VA objects.Gwenole Beauchesne1-48/+3
2013-04-10Add initial support for GStreamer 1.0.Sreerenj Balachandran1-2/+1
2013-04-03decoder: simplify acquisition/release of spare surface.Gwenole Beauchesne1-0/+1
2013-01-29legal: fix year for some copyright notices (2012).Gwenole Beauchesne1-1/+1
2012-09-07Do not forward declare enums.Philip Lorenz1-10/+6
2012-07-19libs: declare _get_type() functions as const.Javier Jardón1-1/+1
2012-01-18surface: don't expose gst_vaapi_surface_get_parent_context().Gwenole Beauchesne1-4/+0
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2011-12-14surface: apply composition to the parent context, if requested.Gwenole Beauchesne1-2/+3
2011-12-13surface: record parent context.Gwenole Beauchesne1-0/+4
2011-12-13Rename gst_vaapi_surface_update_composition() toGwenole Beauchesne1-1/+1
2011-12-12surface: add helper to handle GstVideoOverlayComposition.Nicolas Dufresne1-0/+7
2011-12-08Change caps to use new video/x-surface generic type.Nicolas Dufresne1-6/+8
2011-08-01Add Intel copyright information.Gwenole Beauchesne1-0/+1
2011-07-22Add canonical form (type name) of VA surface caps.Gwenole Beauchesne1-1/+9
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2010-09-20Factor out VA surface caps.gb1-0/+11
2010-09-20Relicense gst-libs/ code to LGPL v2.1+.gb1-10/+11
2010-03-30Add gst_vaapi_surface_query_status() wrapper.gb1-0/+27
2010-03-30Try to not reference VA-API types directly.gb1-1/+1
2010-03-25Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces.gb1-0/+3
2010-03-24Move "id" down to the GstVaapiObject base.gb1-3/+0
2010-03-23Make GstVaapi{Surface,Image,Subpicture} derive from a GstVaapiObject.gb1-6/+3
2010-03-23Add gst_vaapi_surface_{,de}associate_subpicture() API.gb1-1/+17
2010-03-21Fix documentation of *Class'es.gb1-1/+0
2010-03-21Move GstVaapiSurfaceRenderFlags to gstvaapisurface.h since this willgb1-0/+28
2010-03-19Add tedious documentation.gb1-0/+19
2010-03-18Add gst_vaapi_surface_derive_image() API.gb1-0/+3
2010-03-15Add gst_vaapi_surface_sync().gb1-0/+3
2010-03-15Add gst_vaapi_{get,put}_image() API.gb1-0/+7
2010-03-12Add gst_vaapi_surface_get_size() helper.gb1-0/+7
2010-03-11Fix *_GET_CLASS() definitions...gb1-1/+1
2010-03-11Use GstVaapiChromaType abstraction.gb1-7/+17