summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-09-06display: fix display aspect ratio when display is rotated.Gwenole Beauchesne1-10/+14
2012-08-29display: partially revert 8ebe4d6.Gwenole Beauchesne1-10/+3
2012-08-28display: fix validation process of properties during discovery.Gwenole Beauchesne1-2/+18
2012-08-28display: add color balance properties.Gwenole Beauchesne1-0/+165
2012-08-28display: initialize default attribute values.Gwenole Beauchesne1-1/+12
2012-08-28display: raise "notify" for property changes.Gwenole Beauchesne1-0/+4
2012-08-28display: expose display attributes as GObject properties.Gwenole Beauchesne1-5/+49
2012-08-28display: install properties in batch.Gwenole Beauchesne1-36/+34
2012-08-27display: fix gst_vaapi_display_has_property().Gwenole Beauchesne1-2/+18
2012-08-27display: add support for rotation modes.Wind Yuan1-0/+51
2012-08-27display: add support for rendering modes.Gwenole Beauchesne1-0/+178
2012-08-27display: add initial support for display attributes.Gwenole Beauchesne1-2/+86
2012-08-01display: drop VAProfileNone entries from debug messages.Gwenole Beauchesne1-1/+7
2012-08-01display: query for supported display attributes.Yan Yin1-0/+17
2012-08-01Add initial support for VA/DRM.Gwenole Beauchesne1-0/+4
2012-07-25Fix build without X11.Gwenole Beauchesne1-0/+2
2012-07-25plugins: add support for Wayland.Gwenole Beauchesne1-0/+4
2012-07-25display: fix destruction of mutex.Gwenole Beauchesne1-1/+2
2012-07-25display: add display types.Gwenole Beauchesne1-0/+61
2012-07-19libs: use g_clear_object() wherever applicable.Javier Jardón1-6/+2
2012-02-07glib: map deprecated API to glib >= 2.32 equivalents.Gwenole Beauchesne1-0/+1
2012-02-07cosmetics: fix warnings (drop unused variables).Gwenole Beauchesne1-1/+1
2012-02-06display: skip profiles which have no entrypoints.Zhao Halley1-1/+1
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-24display: report H.263 Baseline profile.Gwenole Beauchesne1-0/+32
2012-01-16legal: fix year for some copyright notices.Gwenole Beauchesne1-1/+1
2012-01-16legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2012-01-16utils: drop string_of_FOURCC() in favor of standard GST_FOURCC_* helpers.Gwenole Beauchesne1-2/+2
2012-01-12display: always free VA display cache if it is empty.Gwenole Beauchesne1-3/+17
2012-01-12display: use VA display cache for X11 and GLX winsys.Gwenole Beauchesne1-13/+83
2011-12-12display: fix has_image_format() to check against subpicture formats.Gwenole Beauchesne1-1/+8
2011-12-07display: destroy display on creation failure.Nicolas Dufresne1-1/+2
2011-12-07display: don't crash when config is empty.Nicolas Dufresne1-0/+6
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2010-09-20Relicense gst-libs/ code to LGPL v2.1+.gb1-10/+11
2010-09-20Fix gst_vaapi_display_has_{decoder,encoder}() to check for the entrypoint too.gb1-40/+51
2010-09-20Use a recursive mutex so that a single thread can lockgb1-3/+3
2010-04-20Add VA profile abstraction.gb1-18/+145
2010-04-01Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb1-20/+1
2010-03-29Fix documentation.gb1-1/+1
2010-03-26Add gst_vaapi_display_{sync,flush}() helpers.gb1-2/+48
2010-03-26Only add _display suffix to open & close members because they could be #defin...gb1-6/+6
2010-03-25Simplify initialization of VADisplay.gb1-1/+4
2010-03-24Drop useless include (<va/va_backend.h>).gb1-1/+0
2010-03-24Fix short descriptions.gb1-2/+2
2010-03-23Drop introspection annotations since they require gtk-doc >= 1.12.gb1-4/+4
2010-03-22Add gst_vaapi_display_get_pixel_aspect_ratio().gb1-0/+80
2010-03-22Add display size accessors.gb1-1/+85