display: query for supported display attributes.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidisplay.c
2012-08-01 Yan Yindisplay: query for supported display attributes.
2012-08-01 Gwenole BeauchesneAdd initial support for VA/DRM.
2012-07-25 Gwenole BeauchesneFix build without X11.
2012-07-25 Gwenole Beauchesneplugins: add support for Wayland.
2012-07-25 Gwenole Beauchesnedisplay: fix destruction of mutex.
2012-07-25 Gwenole Beauchesnedisplay: add display types.
2012-07-19 Javier Jardónlibs: use g_clear_object() wherever applicable.
2012-02-07 Gwenole Beauchesneglib: map deprecated API to glib >= 2.32 equivalents.
2012-02-07 Gwenole Beauchesnecosmetics: fix warnings (drop unused variables).
2012-02-06 Zhao Halleydisplay: skip profiles which have no entrypoints.
2012-01-30 Gwenole BeauchesneAdd header for system-dependent definitions.
2012-01-24 Gwenole Beauchesnedisplay: report H.263 Baseline profile.
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-16 Gwenole Beauchesneutils: drop string_of_FOURCC() in favor of standard...
2012-01-12 Gwenole Beauchesnedisplay: always free VA display cache if it is empty.
2012-01-12 Gwenole Beauchesnedisplay: use VA display cache for X11 and GLX winsys.
2011-12-12 Gwenole Beauchesnedisplay: fix has_image_format() to check against subpic...
2011-12-07 Nicolas Dufresnedisplay: destroy display on creation failure.
2011-12-07 Nicolas Dufresnedisplay: don't crash when config is empty.
2011-06-14 Gwenole BeauchesneUpdate copyright notice.
2010-09-20 gbRelicense gst-libs/ code to LGPL v2.1+.
2010-09-20 gbFix gst_vaapi_display_has_{decoder,encoder}() to check...
2010-09-20 gbUse a recursive mutex so that a single thread can lock
2010-04-20 gbAdd VA profile abstraction.
2010-04-01 gbMove GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLA...
2010-03-29 gbFix documentation.
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.