summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiimage.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-09-07image: don't use (void *) pointer arithmetic.Gwenole Beauchesne1-1/+1
2012-04-02Fix a few documentation issues.Gwenole Beauchesne1-1/+0
2012-02-15image: fix source stride in picture copy.Gwenole Beauchesne1-1/+1
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-16legal: fix year for some copyright notices.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
2012-01-05image: add helpers to extract pixels to user buffers.Gwenole Beauchesne1-0/+84
2012-01-04image: simplify initialization of raw images from video buffers.Gwenole Beauchesne1-73/+81
2012-01-04image: fix update from NV12 buffers.Gwenole Beauchesne1-1/+1
2011-12-12image: allow updates from GstVaapiImageRaw.Gwenole Beauchesne1-0/+37
2011-12-12image: allow partial updates.Gwenole Beauchesne1-69/+229
2011-09-08Fix gst_vaapi_image_new_with_image().Gwenole Beauchesne1-3/+6
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2010-09-20Relicense gst-libs/ code to LGPL v2.1+.gb1-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-25Fix return value on error (though it's the same in the end).gb1-3/+3
2010-03-25Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces.gb1-0/+17
2010-03-24Rename to GST_VAAPI_OBJECT_DISPLAY().gb1-4/+4
2010-03-24All GstVaapiID are initialized to GST_VAAPI_ID_NONE by default.gb1-0/+2
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-24Add support for AYUV format.gb1-0/+1
2010-03-24Move "id" down to the GstVaapiObject base.gb1-47/+13
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-59/+26
2010-03-23Drop introspection annotations since they require gtk-doc >= 1.12.gb1-3/+3
2010-03-23Improve debugging messages.gb1-0/+2
2010-03-19Add tedious documentation.gb1-9/+209
2010-03-18Fix gst_vaapi_image_create() from a foreign VA image.gb1-4/+4
2010-03-18Add gst_vaapi_surface_derive_image() API.gb1-35/+181
2010-03-18Split map/unmap functions into internal functions that don't check preconditi...gb1-6/+24
2010-03-18Improve gst_vaapi_image_new() sanity checks.gb1-6/+18
2010-03-18Use gtypes.gb1-1/+1
2010-03-17Optimize gst_vaapi_image_is_linear() and simplify gst_vaapi_image_update_from...gb1-97/+97
2010-03-17Add VA display locking utilities.gb1-5/+15
2010-03-16Extend GstVaapiImage API with *_get_image(), *_is_linear(), *_get_data_size().gb1-1/+79
2010-03-16Rename vaapi_debug.h to gstvaapidebug.h.gb1-1/+1
2010-03-16Move vaapi_utils.* to gstvaapiutils.*gb1-1/+1
2010-03-16Handle I420 formats internally in GstVaapiImage.gb1-14/+45
2010-03-15Implement I420 and YV12 if the underlying implementation does not.gb1-2/+21
2010-03-15Cosmetics (reverse args order).gb1-2/+2
2010-03-15Cosmetics.gb1-10/+11
2010-03-15Fix preconditions.gb1-2/+2
2010-03-15Add gst_vaapi_{get,put}_image() API.gb1-0/+13
2010-03-15Add gst_vaapi_image_update_from_buffer() helper.gb1-13/+132