summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapisurface.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-05Add helper to get GstVaapiDisplay from a surface.gb1-0/+3
2010-03-04Add VA surface, image, subpicture abstractions. Ported over from Gnash.gb1-0/+91