platform/upstream/gstreamer.git
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.
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.
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.
2011-12-12 Nicolas Dufresnesurface: add helper to handle GstVideoOverlayComposition.
2011-12-12 Gwenole Beauchesneimage: add gst_vaapi_image_format_from_video() helper.
2011-12-12 Gwenole Beauchesneimage: allow updates from GstVaapiImageRaw.
2011-12-12 Gwenole Beauchesneimage: allow partial updates.
2011-12-12 Gwenole Beauchesnesubpicture: fix doc for gst_vaapi_subpicture_set_image().
2011-12-12 Gwenole Beauchesnedisplay: fix has_image_format() to check against subpic...
2011-12-12 Gwenole Beauchesnetests: fix subpicture test.
2011-12-12 Thibault Sauniertests: add test for subpictures.
2011-12-12 Nicolas DufresneAdd missing video context queries.
2011-12-12 Gwenole BeauchesneBump version for development.
2011-12-12 Gwenole BeauchesneDrop unused copy of GstBaseVideoDecoder.
2011-12-09 Gwenole Beauchesne0.3.0.
2011-12-09 Gwenole BeauchesneREADME: update dependencies.
2011-12-09 Gwenole BeauchesneNEWS: updates.
2011-12-09 Gwenole Beauchesneconfigure: check for GstBaseSink 'query' vfunc.
2011-12-09 Gwenole Beauchesnevaapiplugin: include local build dir to CFLAGS for...
2011-12-09 Gwenole Beauchesneautogen: don't configure if NO_CONFIGURE variable is...
2011-12-08 Sreerenj Balachandranvaapidecode: return sink caps template if decoder is...
2011-12-08 Gwenole Beauchesnevaapiplugin: properly set surface type to "vaapi" in...
2011-12-08 Gwenole Beauchesnedecoder: drop unused headers.
2011-12-08 Nicolas Dufresnevaapiplugin: properly set opengl support in caps.
2011-12-08 Nicolas Dufresnevaapiplugin: allocate GLX buffers when supported.
2011-12-08 Nicolas Dufresnevideobuffer: add GLX buffer support.
2011-12-08 Nicolas DufresnePort to GstSurfaceBuffer interface.
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-08 Gwenole Beauchesnevaapiplugin: link against VA/GLX when enabled.
2011-12-07 Gwenole BeauchesneAdd Intel copyright information.
2011-12-07 Gwenole Beauchesnevaapisink: allow compatibility with gst-plugins-base...
2011-12-07 Gwenole BeauchesneAdd new GStreamer version check utilities.
2011-12-07 Sreerenj Balachandranvaapisink: replace the deprecated xoverlay API with...
2011-12-07 Gwenole Beauchesneconfigure: allow for pre-releases.
2011-12-07 Nicolas Dufresnedisplay: destroy display on creation failure.
2011-12-07 Nicolas Dufresnedisplay: don't crash when config is empty.
2011-12-07 Gwenole Beauchesnedoc: mention Collabora copyrights.
2011-12-07 Gwenole Beauchesne.gitignore: refine for generated docs.
next