Optimize gst_vaapi_image_is_linear() and simplify gst_vaapi_image_update_from_buffer().
[profile/ivi/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapiimage.c
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...