summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay.c
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for GStreamer 1.0.Sreerenj Balachandran2013-04-101-1/+1
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-291-1/+1
* display: move "vaapi" debug init to libgstvaapi_init_once().Gwenole Beauchesne2013-01-181-4/+4
* display: dump gstreamer-vaapi version for debugging purposes.Gwenole Beauchesne2013-01-181-0/+17
* docs: expose new interfaces.Gwenole Beauchesne2013-01-141-1/+1
* subpicture: add support for global-alpha.Holger Kaelberer2013-01-111-5/+18
* display: allow image/subpicture formats with additional flags.Gwenole Beauchesne2013-01-111-29/+55
* libs: use glib >= 2.32 semantics for mutexes.Gwenole Beauchesne2012-12-171-4/+4
* libs: fix build in strict ISO C mode.Gwenole Beauchesne2012-09-071-1/+1
* display: fix display aspect ratio when display is rotated.Gwenole Beauchesne2012-09-061-10/+14
* display: partially revert 8ebe4d6.Gwenole Beauchesne2012-08-291-10/+3
* display: fix validation process of properties during discovery.Gwenole Beauchesne2012-08-281-2/+18
* display: add color balance properties.Gwenole Beauchesne2012-08-281-0/+165
* display: initialize default attribute values.Gwenole Beauchesne2012-08-281-1/+12
* display: raise "notify" for property changes.Gwenole Beauchesne2012-08-281-0/+4
* display: expose display attributes as GObject properties.Gwenole Beauchesne2012-08-281-5/+49
* display: install properties in batch.Gwenole Beauchesne2012-08-281-36/+34
* display: fix gst_vaapi_display_has_property().Gwenole Beauchesne2012-08-271-2/+18
* display: add support for rotation modes.Wind Yuan2012-08-271-0/+51
* display: add support for rendering modes.Gwenole Beauchesne2012-08-271-0/+178
* display: add initial support for display attributes.Gwenole Beauchesne2012-08-271-2/+86
* display: drop VAProfileNone entries from debug messages.Gwenole Beauchesne2012-08-011-1/+7
* display: query for supported display attributes.Yan Yin2012-08-011-0/+17
* Add initial support for VA/DRM.Gwenole Beauchesne2012-08-011-0/+4
* Fix build without X11.Gwenole Beauchesne2012-07-251-0/+2
* plugins: add support for Wayland.Gwenole Beauchesne2012-07-251-0/+4
* display: fix destruction of mutex.Gwenole Beauchesne2012-07-251-1/+2
* display: add display types.Gwenole Beauchesne2012-07-251-0/+61
* libs: use g_clear_object() wherever applicable.Javier Jardón2012-07-191-6/+2
* glib: map deprecated API to glib >= 2.32 equivalents.Gwenole Beauchesne2012-02-071-0/+1
* cosmetics: fix warnings (drop unused variables).Gwenole Beauchesne2012-02-071-1/+1
* display: skip profiles which have no entrypoints.Zhao Halley2012-02-061-1/+1
* Add header for system-dependent definitions.Gwenole Beauchesne2012-01-301-1/+1
* display: report H.263 Baseline profile.Gwenole Beauchesne2012-01-241-0/+32
* legal: fix year for some copyright notices.Gwenole Beauchesne2012-01-161-1/+1
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-161-0/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* utils: drop string_of_FOURCC() in favor of standard GST_FOURCC_* helpers.Gwenole Beauchesne2012-01-161-2/+2
* display: always free VA display cache if it is empty.Gwenole Beauchesne2012-01-121-3/+17
* display: use VA display cache for X11 and GLX winsys.Gwenole Beauchesne2012-01-121-13/+83
* display: fix has_image_format() to check against subpicture formats.Gwenole Beauchesne2011-12-121-1/+8
* display: destroy display on creation failure.Nicolas Dufresne2011-12-071-1/+2
* display: don't crash when config is empty.Nicolas Dufresne2011-12-071-0/+6
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Relicense gst-libs/ code to LGPL v2.1+.gb2010-09-201-10/+11
* Fix gst_vaapi_display_has_{decoder,encoder}() to check for the entrypoint too.gb2010-09-201-40/+51
* Use a recursive mutex so that a single thread can lockgb2010-09-201-3/+3
* Add VA profile abstraction.gb2010-04-201-18/+145
* Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb2010-04-011-20/+1
* Fix documentation.gb2010-03-291-1/+1