display: add interface to retrieve the display name.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidisplay.c
2014-07-25 Gwenole Beauchesnedisplay: add interface to retrieve the display name.
2014-05-21 Gwenole Beauchesnedisplay: add utility function to query VA driver name.
2014-05-21 Gwenole Beauchesnedisplay: make cache maintenance really MT-safe.
2013-12-20 Gwenole Beauchesnedisplay: don't use GstCaps for decode or encode profile...
2013-12-20 Gwenole Beauchesnedisplay: don't use GstCaps for image or subpicture...
2013-12-20 Gwenole Beauchesnedisplay: allocate queried resources on-demand.
2013-12-20 Gwenole Beauchesnedisplay: re-indent all GstVaapiDisplay related source...
2013-12-18 Gwenole Beauchesneplugins: check type of display obtained from neighbours.
2013-11-22 Gwenole Beauchesnelegal: add per-file authorship information.
2013-08-23 Gwenole BeauchesneAdd initial infrastructure for video processing.
2013-07-15 Gwenole BeauchesneFix new video format API.
2013-07-09 Gwenole Beauchesnelibs: port to new video format API.
2013-05-23 Gwenole Beauchesnelibs: drop GST_VAAPI_IS_xxx() helper macros.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiMiniObject for display objects.
2013-04-10 Sreerenj BalachandranAdd initial support for GStreamer 1.0.
2013-01-29 Gwenole Beauchesnelegal: fix year for some copyright notices (2013).
2013-01-18 Gwenole Beauchesnedisplay: move "vaapi" debug init to libgstvaapi_init_on...
2013-01-18 Gwenole Beauchesnedisplay: dump gstreamer-vaapi version for debugging...
2013-01-14 Gwenole Beauchesnedocs: expose new interfaces.
2013-01-11 Holger Kaelberersubpicture: add support for global-alpha.
2013-01-11 Gwenole Beauchesnedisplay: allow image/subpicture formats with additional...
2012-12-17 Gwenole Beauchesnelibs: use glib >= 2.32 semantics for mutexes.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-09-06 Gwenole Beauchesnedisplay: fix display aspect ratio when display is rotated.
2012-08-29 Gwenole Beauchesnedisplay: partially revert 8ebe4d6.
2012-08-28 Gwenole Beauchesnedisplay: fix validation process of properties during...
2012-08-28 Gwenole Beauchesnedisplay: add color balance properties.
2012-08-28 Gwenole Beauchesnedisplay: initialize default attribute values.
2012-08-28 Gwenole Beauchesnedisplay: raise "notify" for property changes.
2012-08-28 Gwenole Beauchesnedisplay: expose display attributes as GObject properties.
2012-08-28 Gwenole Beauchesnedisplay: install properties in batch.
2012-08-27 Gwenole Beauchesnedisplay: fix gst_vaapi_display_has_property().
2012-08-27 Wind Yuandisplay: add support for rotation modes.
2012-08-27 Gwenole Beauchesnedisplay: add support for rendering modes.
2012-08-27 Gwenole Beauchesnedisplay: add initial support for display attributes.
2012-08-01 Gwenole Beauchesnedisplay: drop VAProfileNone entries from debug messages.
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.