vaapiconvert: change direct-rendering=0 to vaPutImage and support YUY2 colorspace...
[profile/ivi/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapiimage.c
2013-02-05 Wind Yuanvaapiconvert: change direct-rendering=0 to vaPutImage...
2013-02-05 Wind Yuanvaapiconvert support multiple YUV colorspace
2013-02-05 Wind Yuansupport YUY2 convert to surface
2013-02-05 Wind Yuanvaapiconvert: try directly copy buffer to derived surfa...
2013-02-05 Wind Yuansupport raw-buffer directly converted to surface in...
2012-12-17 Gwenole Beauchesneimage: fix GstVaapiImage map and unmap.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-09-07 Gwenole Beauchesneimage: don't use (void *) pointer arithmetic.
2012-04-02 Gwenole BeauchesneFix a few documentation issues.
2012-02-15 Gwenole Beauchesneimage: fix source stride in picture copy.
2012-01-30 Gwenole BeauchesneAdd header for system-dependent definitions.
2012-01-16 Gwenole Beauchesnelegal: fix year for some copyright notices.
2012-01-16 Gwenole Beauchesnelegal: add Intel copyright on modified files.
2012-01-16 Gwenole Beauchesnelegal: fix copyright notices to include "Copyright...
2012-01-05 Gwenole Beauchesneimage: add helpers to extract pixels to user buffers.
2012-01-04 Gwenole Beauchesneimage: simplify initialization of raw images from video...
2012-01-04 Gwenole Beauchesneimage: fix update from NV12 buffers.
2011-12-12 Gwenole Beauchesneimage: allow updates from GstVaapiImageRaw.
2011-12-12 Gwenole Beauchesneimage: allow partial updates.
2011-09-08 Gwenole BeauchesneFix gst_vaapi_image_new_with_image().
2011-06-14 Gwenole BeauchesneUpdate copyright notice.
2010-09-20 gbRelicense gst-libs/ code to LGPL v2.1+.
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 gbFix return value on error (though it's the same in...
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 gbAdd support for AYUV format.
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 gbImprove debugging messages.
2010-03-19 gbAdd tedious documentation.
2010-03-18 gbFix gst_vaapi_image_create() from a foreign VA image.
2010-03-18 gbAdd gst_vaapi_surface_derive_image() API.
2010-03-18 gbSplit map/unmap functions into internal functions that...
2010-03-18 gbImprove gst_vaapi_image_new() sanity checks.
2010-03-18 gbUse gtypes.
2010-03-17 gbOptimize gst_vaapi_image_is_linear() and simplify gst_v...
2010-03-17 gbAdd VA display locking utilities.
2010-03-16 gbExtend GstVaapiImage API with *_get_image(), *_is_linea...
2010-03-16 gbRename vaapi_debug.h to gstvaapidebug.h.
2010-03-16 gbMove vaapi_utils.* to gstvaapiutils.*
2010-03-16 gbHandle I420 formats internally in GstVaapiImage.
2010-03-15 gbImplement I420 and YV12 if the underlying implementatio...
2010-03-15 gbCosmetics (reverse args order).
2010-03-15 gbCosmetics.
2010-03-15 gbFix preconditions.
2010-03-15 gbAdd gst_vaapi_{get,put}_image() API.
2010-03-15 gbAdd gst_vaapi_image_update_from_buffer() helper.
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 gbAdd VA surface, image, subpicture abstractions. Ported...