summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapisubpicture.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-09libs: replace g_warning with GST_WARNINGVíctor Manuel Jáquez Leal1-1/+1
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal1-1/+0
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-2/+5
2016-02-03libs: humongous code style fixVíctor Manuel Jáquez Leal1-185/+179
2015-04-03Removal of gstreamer-0.10 supportVíctor Manuel Jáquez Leal1-13/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-07-26image: clean image API up.Gwenole Beauchesne1-1/+2
2013-07-09libs: port to new video format API.Gwenole Beauchesne1-4/+4
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-8/+8
2013-05-07libs: use GstVaapiObject for VA objects.Gwenole Beauchesne1-175/+54
2013-04-10Add initial support for GStreamer 1.0.Sreerenj Balachandran1-0/+24
2013-03-20subpicture: use gst_video_overlay_rectangle_get_pixels_unscaled_raw().Gwenole Beauchesne1-1/+3
2013-01-29legal: fix year for some copyright notices (2013).Gwenole Beauchesne1-1/+1
2013-01-29legal: fix year for some copyright notices (2012).Gwenole Beauchesne1-1/+1
2013-01-11overlay: add support for global-alpha.Holger Kaelberer1-9/+22
2013-01-11subpicture: add support for global-alpha.Holger Kaelberer1-5/+143
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