subpicture: add support for global-alpha.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapisubpicture.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 Beauchesnesubpicture: add helper to create subpicture from GstVid...
2011-12-12 Gwenole Beauchesnesubpicture: fix doc for gst_vaapi_subpicture_set_image().
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 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 gbInclude gstvaapicompat.h in source files only, not...
2010-03-24 gbFix g_warning() invocation.
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 gbImprove debugging messages.
2010-03-19 gbAdd tedious documentation.
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-11 gbNew refcounting policy. All getters return a reference...
2010-03-10 gbUse GST_DEBUG.
2010-03-10 gbFix GstVaapiImage and GstVaapiSubpicture initialization.
2010-03-04 gbReally add VA subpicture abstraction.