vaapisink: always keep the last displayed buffer around.
[platform/upstream/gstreamer-vaapi.git] / gst / vaapi / gstvaapisink.c
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. upstream/0.2.6+1235+g5e5d62c
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.
2012-01-16 Gwenole Beauchesnelegal: fix year for some copyright notices.
2012-01-16 Gwenole Beauchesnelegal: fix copyright notices to include "Copyright...
2012-01-12 Gwenole Beauchesnevaapisink: ensure VA display in GstBaseSink::start...
2012-01-12 Nicolas Dufresnevaapisink: don't leak GL texture.
2012-01-11 Gwenole Beauchesnevaapisink: fix calculation of render region.
2012-01-11 Gwenole Beauchesnevaapisink: automatically fit video to window.
2012-01-11 Gwenole Beauchesnevaapisink: implement GstXOverlay::set_render_rectangle().
2011-12-14 Gwenole Beauchesnesurface: apply composition to the parent context, if...
2011-12-13 Gwenole BeauchesneFix warnings.
2011-12-13 Gwenole BeauchesneRename gst_vaapi_surface_update_composition() to
2011-12-12 Thibault Sauniervaapisink: handle GstVideoOverlayComposition planes.
2011-12-08 Nicolas DufresneDon't use downstream buffer allocation.
2011-12-08 Nicolas DufresneChange caps to use new video/x-surface generic type.
2011-12-08 Nicolas DufresnePort to GstVideoContext interface.
2011-12-08 Gwenole Beauchesnevaapisink: use GST_ERROR to print error messages.
2011-12-07 Gwenole BeauchesneAdd Intel copyright information.
2011-12-07 Gwenole Beauchesnevaapisink: allow compatibility with gst-plugins-base...
2011-12-07 Sreerenj Balachandranvaapisink: replace the deprecated xoverlay API with...
next