vaapidecode: handle flush() vmethod
[platform/upstream/gstreamer.git] / gst / vaapi / gstvaapisink.c
2015-03-06 Gwenole Beauchesnevaapisink: fix minor memory leak in debug mode.
2014-11-27 Sreerenj Balachandranvaapisink: Protect the X11 API invokations with proper...
2014-09-24 Gwenole Beauchesnevaapisink: clean-ups (indentation, drop unused variables).
2014-09-24 Gwenole Beauchesnevaapisink: fix GstNavigation "key-press" / "key-release...
2014-09-24 Gwenole Beauchesnevaapisink: fix GstNavigation "mouse-move" event.
2014-09-16 Sreerenj Balachandranvaapisink: implement the GstNavigation interface
2014-07-31 Changzhi Weivaapisink: add support for GstColorBalance interface.
2014-07-31 Changzhi Weivaapisink: add support for colorbalance adjustment.
2014-07-31 Gwenole Beauchesnevaapisink: improve installation of properties.
2014-07-31 Gwenole Beauchesnevaapisink: code clean-ups.
2014-07-31 Gwenole Beauchesnevaapisink: re-indent all GstVaapiSink related source...
2014-07-30 Gwenole Beauchesnevaapisink: introduce separate backends.
2014-07-30 Gwenole Beauchesnevaapisink: drop unused "synchronous" mode.
2014-07-30 Gwenole Beauchesnevaapisink: drop unused variables.
2014-07-30 Gwenole Beauchesnevaapisink: drop GLX rendering and fancy effects.
2014-07-30 Holger Kaelberervaapisink: listen to window size changes on X11.
2014-07-28 Gwenole Beauchesnevaapisink: fix GstVideoOverlay::expose() implementation.
2014-07-28 Gwenole Beauchesnevaapisink: allow a specific view component to be displayed.
2014-07-28 Gwenole Beauchesnevaapisink: always keep the last displayed buffer around.
2014-07-25 Gwenole Beauchesnevaapisink: add support for "display-name" property.
2014-06-13 Gwenole Beauchesnevaapisink: fix initialization with "drm" display type.
2014-01-22 Gwenole Beauchesnelegal: update copyright notice dates.
2014-01-15 Holger Kaelberervaapisink: set csc render flags from sinkpad caps.
2014-01-15 Holger Kaelberervaapisink: fix display initialization in GstVideoOverla...
2014-01-15 Sreerenj Balachandranvaapisink: expose the raw video formats in static caps...
2013-12-18 Gwenole Beauchesneplugins: factor out support for raw YUV buffers on...
2013-12-18 Gwenole Beauchesneplugins: factor out pad caps.
2013-12-18 Gwenole Beauchesneplugins: factor out video context sharing code.
2013-12-18 Gwenole Beauchesneplugins: factor out GstImplementsInterface.
2013-12-18 Gwenole Beauchesneplugins: factor out display creation process.
2013-12-18 Gwenole Beauchesneplugins: add new base object, store display in there.
2013-11-29 Gwenole Beauchesneplugins: fix reference leaks of VA display objects.
2013-11-28 Gwenole Beauchesneplugins: use G_PARAM_STATIC_STRINGS.
2013-11-22 Gwenole Beauchesnelegal: add per-file authorship information.
2013-11-21 Gwenole Beauchesneplugins: streamline VA formats exposed in caps to a...
2013-11-21 Gwenole Beauchesneplugins: expose the expected format for GstVideoGLTextu...
2013-10-01 Víctor Manuel Jáqu... plugins: hanle the context query in any pad.
2013-09-27 Víctor Manuel Jáqu... plugins: add support for GstVideoGLTextureUploadMeta.
2013-09-27 Sreerenj Balachandranplugins: add support for GstCaps features.
2013-09-27 Víctor Manuel Jáqu... plugins: improve ::query() debugging messages.
2013-09-27 Víctor Manuel Jáqu... plugins: add support for GstContext API.
2013-09-27 Víctor Manuel Jáqu... plugins: initial port to GStreamer 1.2.
2013-08-29 Zhao Halleyvaapisink: ensure the uploader is setup for upstream...
2013-08-29 Gwenole Beauchesnevaapisink: simplify get_render_buffer() for GStreamer...
2013-08-29 Gwenole Beauchesnevaapisink: handle raw buffers not created from VA video...
2013-08-26 Simon Farnsworthvaapisink: allow scaling to ignore aspect ratio.
2013-08-26 Wind Yuanvaapisink: fix memory leak of GstVaapiUploader instance.
2013-08-26 Guangxin.Xuvaapisink: fix get_caps() implementation for GStreamer...
2013-07-08 Gwenole Beauchesnevaapisink: fix creation of GLX texture.
2013-07-08 Gwenole Beauchesneplugins: add support for video cropping.
2013-06-27 Sreerenj Balachandranvaapisink: expose the raw video formats in static caps...
2013-06-27 Gwenole Beauchesnevaapisink: add "use-glx" property for OpenGL rendering.
2013-06-05 Zhao Halleyvaapisink: fix build without VA/GLX support.
2013-05-27 Gwenole Beauchesnevaapisink: fix one-time initialization when display...
2013-05-07 Gwenole Beauchesneplugins: cope with new GstVaapiMiniObject objects.
2013-04-18 Gwenole Beauchesneplugins: use gst_object_unref() wherever applicable.
2013-04-12 Gwenole Beauchesnevaapisink: optimize GstVideoOverlayInterface::expose().
2013-04-12 Gwenole Beauchesnevaapisink: fix memory leak of GstSample objects.
2013-04-10 Gwenole BeauchesneAllow build against either GStreamer API (0.10 or 1.0).
2013-04-10 Sreerenj Balachandranplugins: use new video buffer pools.
2013-04-10 Sreerenj Balachandranplugins: initial port to GStreamer 1.0.
2013-04-03 Gwenole Beauchesnevaapisink: improve check for raw YUV format mode.
2013-03-26 Gwenole Beauchesneplugins: fix usage of gst_vaapi_reply_to_query().
2013-03-26 Gwenole Beauchesneplugins: integrate GstVaapiVideoMeta from libgstvaapi.
2013-03-21 Gwenole Beauchesneplugins: use common helper function to apply compositions.
2013-03-20 Gwenole Beauchesnevaapisink: add helper function to apply a composition...
2013-03-20 Gwenole Beauchesnevaapisink: fix support for raw YUV buffers.
2013-03-20 Gwenole Beauchesneplugins: use modern GstElement metadata information.
2013-03-20 Gwenole Beauchesneplugins: move up interfaces (cosmetics).
2013-03-20 Gwenole Beauchesneplugins: upgrade to newer APIs (GstVideoInfo based...
2013-01-29 Gwenole Beauchesnelegal: fix year for some copyright notices (2013).
2013-01-05 Gwenole Beauchesneplugins: cope with new GstVaapiVideoMeta API.
2012-12-18 Gwenole Beauchesnevaapisink: handle sub video-buffers.
2012-11-20 Gwenole Beauchesnevaapisink: compute and expose the supported set of...
2012-11-20 Gwenole Beauchesnevaapisink: add support for raw YUV buffers.
2012-09-12 Gwenole Beauchesneplugins: include "sysdeps.h" instead of "config.h".
2012-09-07 Gwenole Beauchesneplugins: fix build in strict ISO C mode.
2012-09-06 Gwenole Beauchesnevaapisink: fix calculation of window size.
2012-09-06 Wind Yuanvaapisink: add video rotation support.
2012-08-29 Gwenole Beauchesnevaapisink: drop obsolete GstVaapiVideoSink interface.
2012-08-29 Gwenole Beauchesnevaapisink: automatically detect overlay rendering mode.
2012-08-29 Gwenole Beauchesnevaapisink: retain VA surface until another one is displ...
2012-08-01 Gwenole Beauchesnevaapisink: handle VA/DRM API.
2012-07-27 Gwenole Beauchesnewayland: implement display ::get_size*() hooks.
2012-07-25 Gwenole BeauchesneFix build without X11.
2012-07-25 Gwenole Beauchesneplugins: add support for Wayland.
2012-07-25 Gwenole Beauchesneplugins: fix display type selection and propagation.
2012-07-25 Gwenole Beauchesnedisplay: add display types.
2012-07-24 Gwenole Beauchesnepluginutils: improve automatic display type selection.
2012-07-24 Gwenole Beauchesneconfigure: drop check for --enable-vaapisink-glx.
2012-07-20 Gwenole Beauchesnevaapisink: drop checks for new APIs used by default.
2012-07-19 Javier Jardónplugins: use g_clear_object() wherever applicable.
2012-07-19 Javier Jardónplugins: use G_DEFINE_TYPE_* instead of deprecated...
2012-07-19 Javier Jardónplugins: do not use deprecated GStreamer -base symbols.
2012-07-19 Javier Jardónplugins: do not use deprecated core GStreamer symbols.
2012-04-02 Holger Kaelberervaapisink: don't resize a 'foreign' X-window.
2012-04-02 Holger Kaelberervaapisink: recalculate render rect only if caps are...
2012-03-26 Gwenole Beauchesnevideobuffer: add surface render flags.
2012-02-05 Gwenole Beauchesneplugins: fix pad template ref leaks.
2012-01-24 Gwenole Beauchesnevaapisink: cap window size to the maximum display size.
next