platform/upstream/gstreamer-vaapi.git
2012-01-29 Sreerenj Balachandranh264: handle codec-data.
2012-01-29 Gwenole BeauchesneAdd initial H.264 decoder.
2012-01-27 Gwenole Beauchesnedecoder: retain proxy surface until the GstVaapiPicture...
2012-01-27 Gwenole Beauchesnedecoder: properly reference count pictures.
2012-01-27 Gwenole Beauchesnedecoder: simplify output of decoded frames.
2012-01-27 Gwenole Beauchesnedecoder: rework the internal VA objects API.
2012-01-24 Gwenole Beauchesnedecoder: allow slices to be attached to pictures later.
2012-01-24 Gwenole Beauchesnedecoder: add ref_count to GstVaapiPicture.
2012-01-24 Gwenole Beauchesnevaapisink: cap window size to the maximum display size.
2012-01-24 Zhao Halleyprofile: match video/x-h263 as H.263 Baseline profile.
2012-01-24 Gwenole Beauchesnedisplay: report H.263 Baseline profile.
2012-01-24 Gwenole BeauchesneAdd template for workarounds.
2012-01-18 Gwenole Beauchesnetests: error out if FFmpeg|codecparsers are not supported.
2012-01-18 Gwenole Beauchesnesurface: don't expose gst_vaapi_surface_get_parent_cont...
2012-01-16 Gwenole Beauchesnetests: fix build without FFmpeg.
2012-01-16 Gwenole BeauchesneBump version for development.
2012-01-16 Gwenole Beauchesne0.3.3. 0.3.3
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 Zhao Halleympeg4: replace GstVaapiTSB with GstAdapter (gst-plugins...
2012-01-16 Zhao HalleyAdd initial MPEG-4 decoder.
2012-01-16 Sreerenj Balachandranvc1: replace GstVaapiTSB with GstAdapter (gst-plugins...
2012-01-16 Gwenole Beauchesnevc1: fix codec-data decoding for WMV3 format.
2012-01-16 Gwenole Beauchesnevc1: fix presentation timestamps.
2012-01-16 Gwenole Beauchesnevc1: fix MV mode packing.
2012-01-16 Gwenole Beauchesnevc1: handle codec-data.
2012-01-16 Gwenole Beauchesnevc1: handle encapsulated bitstreams.
2012-01-16 Gwenole Beauchesnevc1: fix bitplanes decoding.
2012-01-16 Gwenole Beauchesnevc1: fix BFRACTION reconstruction.
2012-01-16 Gwenole Beauchesnevc1: fix framerate calculation.
2012-01-16 Gwenole BeauchesneAdd initial VC-1 decoder.
2012-01-16 Zhao Halleympeg2: fix first field detection.
2012-01-16 Gwenole Beauchesnempeg2: fix quantisation matrix construction.
2012-01-16 Sreerenj Balachandranmpeg2: replace GstVaapiTSB API with GstAdapter (gst...
2012-01-16 Gwenole Beauchesnempeg2: fix packets spanning over two buffers.
2012-01-16 Gwenole Beauchesnempeg2: ignore system start codes (PES headers).
2012-01-16 Gwenole Beauchesnempeg2: handle closed_gop.
2012-01-16 Gwenole BeauchesneAdd initial MPEG-2 decoder.
2012-01-16 Gwenole BeauchesneAllow conditional build of GStreamer/FFmpeg bitstream...
2012-01-16 Gwenole BeauchesneAdd VA decoder helpers.
2012-01-16 Gwenole Beauchesnedecoder: add new error codes.
2012-01-16 Gwenole BeauchesneAdd timestamp buffer store helper utils.
2012-01-16 Gwenole BeauchesneAdd VA buffer helpers.
2012-01-16 Gwenole Beauchesneutils: slight improvements to gl_bind_texture().
2012-01-16 Gwenole Beauchesneutils: pretty-print output of gl_get_error_string().
2012-01-16 Gwenole Beauchesneutils: rewrite gl_perspective() as per OpenGL FAQ 9...
2012-01-16 Gwenole Beauchesneutils: simplify string of VAProfile/VAEntrypoint.
2012-01-16 Gwenole Beauchesneutils: drop string_of_FOURCC() in favor of standard...
2012-01-16 Gwenole BeauchesneNEWS: updates.
2012-01-12 Gwenole Beauchesnetests: check for shared VA displays (display cache).
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.
2012-01-12 Gwenole Beauchesnedisplay: implement a VA display cache.
2012-01-12 Gwenole Beauchesnevaapiplugin: fix gst_vaapi_ensure_display() to use...
2012-01-12 Nicolas Dufresnevaapiupload: only set caps on newly created buffers.
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().
2012-01-11 Gwenole Beauchesnewindow: always check geometry when the window is mapped.
2012-01-06 Zhao HalleyAdd missing profiles from VA-API 0.32.0.
2012-01-06 Gwenole Beauchesne.gitignore: add test-subpicture.
2012-01-06 Gwenole BeauchesneBump version for development.
2012-01-06 Gwenole Beauchesne0.3.2. 0.3.2
2012-01-06 Gwenole Beauchesnetests: fix make dist (ship with test-subpicture-data.h).
2012-01-05 Gwenole BeauchesneNEWS: updates.
2012-01-05 Gwenole Beauchesnedecoder: fix possible leak of VA surfaces.
2012-01-05 Gwenole Beauchesnesurfaceproxy: add helper to retrieve the VA surface ID.
2012-01-05 Gwenole Beauchesnesurfaceproxy: simplify destruction.
2012-01-05 Gwenole Beauchesnevaapidecode: fix deinitialization order.
2012-01-05 Gwenole Beauchesnecontext: avoid self reference loops with surfaces.
2012-01-05 Gwenole Beauchesnedebian: update control.in description for new plugins.
2012-01-05 Gwenole Beauchesnevaapiupload: use new gst_vaapi_append_surface_caps...
2012-01-05 Gwenole Beauchesnevaapiupload: fix sink (YUV) caps to not report type...
2012-01-05 Gwenole Beauchesnevaapidownload: add new plugin to download pixels from...
2012-01-05 Gwenole Beauchesnevaapipluingutils: add helper to append surface caps...
2012-01-05 Gwenole Beauchesneimage: add helpers to extract pixels to user buffers.
2012-01-04 Gwenole Beauchesneimage: simplify initialization of raw images from video...
2012-01-04 Gwenole Beauchesneimage: fix update from NV12 buffers.
2012-01-03 Gwenole Beauchesnevaapiupload: fix memory leak in _init() function.
2012-01-03 Gwenole BeauchesneRename vaapiconvert element to vaapiupload.
2012-01-03 Gwenole BeauchesneBump version for development.
2012-01-03 Gwenole Beauchesne0.3.1. 0.3.1
2011-12-14 Gwenole BeauchesneNEWS: updates.
2011-12-14 Gwenole Beauchesnesurface: apply composition to the parent context, if...
2011-12-14 Gwenole Beauchesnecontext: make it possible to apply composition globally.
2011-12-14 Gwenole Beauchesnesurface: fix associate subpicture to not report deassoc...
2011-12-14 Gwenole Beauchesnesurface: fix typo in debug message.
2011-12-14 Gwenole Beauchesnesubpicture: add helper to create subpicture from GstVid...
2011-12-13 Gwenole Beauchesnesurface: record parent context.
2011-12-13 Gwenole BeauchesneFix warnings.
2011-12-13 Gwenole BeauchesneRename gst_vaapi_surface_update_composition() to
2011-12-13 Gwenole Beauchesneconfigure: check for GstVideoOverlayComposition.
2011-12-12 Gwenole BeauchesneNEWS: updates.
2011-12-12 Nicolas Dufresneconverter: add support for GstVideoOverlayComposition...
2011-12-12 Thibault Sauniervaapisink: handle GstVideoOverlayComposition planes.
2011-12-12 Gwenole Beauchesnesurface: use unscaled overlay rectangle for blending.
2011-12-12 Gwenole Beauchesnesurface: fix VA image leak when an error occurred.
next