subpicture: add support for global-alpha.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapisurface.c
2013-01-11 Holger Kaelberersubpicture: add support for global-alpha.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-07-19 Javier Jardónlibs: use g_clear_object() wherever applicable.
2012-01-30 Gwenole BeauchesneAdd header for system-dependent definitions.
2012-01-16 Gwenole Beauchesnelegal: add Intel copyright on modified files.
2012-01-16 Gwenole Beauchesnelegal: fix copyright notices to include "Copyright...
2011-12-14 Gwenole Beauchesnesurface: apply composition to the parent context, if...
2011-12-14 Gwenole Beauchesnesurface: fix associate subpicture to not report deassoc...
2011-12-14 Gwenole Beauchesnesurface: fix typo in debug message.
2011-12-14 Gwenole Beauchesnesubpicture: add helper to create subpicture from GstVid...
2011-12-13 Gwenole Beauchesnesurface: record parent context.
2011-12-13 Gwenole BeauchesneRename gst_vaapi_surface_update_composition() to
2011-12-12 Gwenole Beauchesnesurface: use unscaled overlay rectangle for blending.
2011-12-12 Gwenole Beauchesnesurface: fix VA image leak when an error occurred.
2011-12-12 Nicolas Dufresnesurface: add helper to handle GstVideoOverlayComposition.
2011-06-14 Gwenole BeauchesneUpdate copyright notice.
2011-06-14 Gwenole BeauchesneFix licensing terms.
2010-04-01 gbMove GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLA...
2010-03-30 gbAdd gst_vaapi_surface_query_status() wrapper.
2010-03-30 gbTry to not reference VA-API types directly.
2010-03-25 gbRestore the gst_vaapi_{surface,image,subpicture}_get_id...
2010-03-24 gbRename to GST_VAAPI_OBJECT_DISPLAY().
2010-03-24 gbAll GstVaapiID are initialized to GST_VAAPI_ID_NONE...
2010-03-24 gbAdd compatibility with the original VA-API 0.29.
2010-03-24 gbFix g_warning() invocation.
2010-03-24 gbDeassociate subpictures while destroying the surface.
2010-03-24 gbFix destruction order of subpictures. They should be...
2010-03-24 gbMove "id" down to the GstVaapiObject base.
2010-03-24 gbDrop useless include (<va/va_backend.h>).
2010-03-24 gbMove private definitions and accessors to gstvaapiobjec...
2010-03-24 gbFix short descriptions.
2010-03-23 gbMake GstVaapi{Surface,Image,Subpicture} derive from...
2010-03-23 gbDrop introspection annotations since they require gtk...
2010-03-23 gbAdd note about the fact that the surface holds an extra...
2010-03-23 gbImprove debugging messages.
2010-03-23 gbAdd gst_vaapi_surface_{,de}associate_subpicture() API.
2010-03-19 gbAdd tedious documentation.
2010-03-18 gbAdd gst_vaapi_surface_derive_image() API.
2010-03-17 gbAdd VA display locking utilities.
2010-03-16 gbRename vaapi_debug.h to gstvaapidebug.h.
2010-03-16 gbMove vaapi_utils.* to gstvaapiutils.*
2010-03-15 gbAdd gst_vaapi_surface_sync().
2010-03-15 gbCosmetics.
2010-03-15 gbAdd gst_vaapi_{get,put}_image() API.
2010-03-12 gbAdd gst_vaapi_surface_get_size() helper.
2010-03-11 gbUse GstVaapiChromaType abstraction.
2010-03-11 gbNew refcounting policy. All getters return a reference...
2010-03-10 gbUse GST_DEBUG.
2010-03-10 gbFix GstVaapiSurface initialization, override constructe...
2010-03-09 gbCosmetics (drop unused variables).
2010-03-05 gbShorter code (and more correct).
2010-03-05 gbAdd helper to get GstVaapiDisplay from a surface.
2010-03-04 gbAdd VA surface, image, subpicture abstractions. Ported...