Add gst_vaapi_display_{sync,flush}() helpers.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidisplay.c
2010-03-26 gbAdd gst_vaapi_display_{sync,flush}() helpers.
2010-03-26 gbOnly add _display suffix to open & close members becaus...
2010-03-25 gbSimplify initialization of VADisplay.
2010-03-24 gbDrop useless include (<va/va_backend.h>).
2010-03-24 gbFix short descriptions.
2010-03-23 gbDrop introspection annotations since they require gtk...
2010-03-22 gbAdd gst_vaapi_display_get_pixel_aspect_ratio().
2010-03-22 gbAdd display size accessors.
2010-03-19 gbAdd tedious documentation.
2010-03-19 gbBeautify append_formats().
2010-03-19 gbSimplify GstVaapiDisplay (use GArray).
2010-03-18 gbUse gtypes.
2010-03-17 gbAdd VA display locking utilities.
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 gbCosmetics.
2010-03-11 gbAPI change: gst_vaapi_display_x11_new() now takes an...
2010-03-11 gbFilter out any format that is not supported by the...
2010-03-10 gbUse GST_DEBUG.
2010-03-10 gbFix GstVaapiDisplay initialization.
2010-03-10 gbGet VA image & subpicture formats as GstCaps.
2010-03-09 gbCosmetics (drop unused variables).
2010-03-05 gbFix subpicture formats list length.
2010-03-04 gbAdd utilities to check whether a VA-API driver supports...
2010-01-25 gbAdd initial VA display abstraction.