summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapisubpicture.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-07-19libs: use g_clear_object() wherever applicable.Javier Jardón1-4/+1
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-16legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2011-12-14subpicture: add helper to create subpicture from GstVideoOverlayRectangle.Gwenole Beauchesne1-0/+62
2011-12-12subpicture: fix doc for gst_vaapi_subpicture_set_image().Gwenole Beauchesne1-1/+1
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2011-06-14Fix licensing terms.Gwenole Beauchesne1-10/+11
2010-04-01Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb1-1/+1
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/+16
2010-03-24Rename to GST_VAAPI_OBJECT_DISPLAY().gb1-3/+3
2010-03-24All GstVaapiID are initialized to GST_VAAPI_ID_NONE by default.gb1-0/+1
2010-03-24Include gstvaapicompat.h in source files only, not headers.gb1-0/+1
2010-03-24Fix g_warning() invocation.gb1-1/+1
2010-03-24Move "id" down to the GstVaapiObject base.gb1-46/+15
2010-03-24Drop useless include (<va/va_backend.h>).gb1-1/+0
2010-03-24Move private definitions and accessors to gstvaapiobject_priv.h.gb1-0/+1
2010-03-24Fix short descriptions.gb1-2/+2
2010-03-23Make GstVaapi{Surface,Image,Subpicture} derive from a GstVaapiObject.gb1-9/+5
2010-03-23Improve debugging messages.gb1-1/+4
2010-03-19Add tedious documentation.gb1-3/+51
2010-03-17Add VA display locking utilities.gb1-2/+6
2010-03-16Rename vaapi_debug.h to gstvaapidebug.h.gb1-1/+1
2010-03-16Move vaapi_utils.* to gstvaapiutils.*gb1-1/+1
2010-03-11New refcounting policy. All getters return a reference, not a copy. So the us...gb1-3/+1
2010-03-10Use GST_DEBUG.gb1-4/+3
2010-03-10Fix GstVaapiImage and GstVaapiSubpicture initialization.gb1-28/+1
2010-03-04Really add VA subpicture abstraction.gb1-0/+265