platform/upstream/gstreamer-vaapi.git
2010-09-20 gbAdd FFmpeg/VAAPI decoder for the new `vaapidecode'...
2010-09-20 gbAdd gst_vaapi_decoder_pause().
2010-09-20 gbUse a GstTask with start/stop semantics for the decoder...
2010-09-20 gbDrop extraneous var.
2010-09-20 gbAdd support for GstVaapiSurfaceProxy to GstVaapiVideoBu...
2010-09-20 gbFix gst_vaapi_decoder_get_surface() status.
2010-09-20 gbTry to set correct timestamps to the decoded surface...
2010-09-20 gbAdd timestamps to GstVaapiSurfaceProxy.
2010-09-20 gbFix GstVaapiDecoder::destroy(): GASyncQueue is not...
2010-09-20 gbFix destructor, av_parser_close() does destroy the...
2010-09-20 gbPrefer profile from codec-data if any was found there.
2010-09-20 gbImprove heuristics to find the best profile. Use the...
2010-09-20 gbMake sure gst_vaapi_decoder_get_surface() gets unblocke...
2010-09-20 gbFix VC-1 codec initialization, it really needs an extra...
2010-09-20 gbSplit decoder creation with actual resources allocation
2010-09-20 gbMove gst_vaapi_decoder_ffmpeg_create() call to object...
2010-09-20 gbAdd "codec-data" property for additional codec data.
2010-09-20 gbCosmetics (weird indentation).
2010-09-20 gbCosmetics (extraneous variable, debug message).
2010-09-20 gbFix check for VA-API enabled FFmpeg.
2010-09-20 gb- Add PTS and framerate information.
2010-09-20 gbAdd more error codes. Fix documentation.
2010-09-20 gbFix gst_vaapi_profile_get_codec().
2010-09-20 gbHandle user end-of-streams. Add gst_vaapi_decoder_...
2010-09-20 gbDrop useless End-of-Sequence marker.
2010-09-20 gbFlush stream only if avcodec_decode_video() read something.
2010-09-20 gbUse a recursive mutex so that a single thread can lock
2010-09-20 gbRegenerate correct clips.
2010-09-20 gbAdd decoder demos. Use -c (mpeg2|h264|vc1) to select...
2010-04-23 gbAdd initial (multithreaded) decoder based on FFmpeg.
2010-04-23 gbAdd surface proxy that holds a reference to the parent...
2010-04-23 gbAdd VA context abstraction.
2010-04-23 gbFix VA profiles definitions for gst_vaapi_profile_get_c...
2010-04-21 gbAdd a means to cap the number of objects allocated...
2010-04-21 gbAdd VA entrypoint abstraction.
2010-04-20 gbAdd VA profile abstraction.
2010-04-20 gbFix OpenGL rendering on G45 systems.
2010-04-16 gbFix gl_create_context() to find a GLXFBConfig compatibl...
2010-04-02 gbFix TFP logic and simplify the FBO model. i.e. it's...
2010-04-01 gbFix get-out conditions.
2010-04-01 gbThe shared GL context in GstVaapiTexture is only useful...
2010-04-01 gbShorter structs.
2010-04-01 gbMake more helpers internal, thus reducing .text size...
2010-04-01 gbMove GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLA...
2010-03-31 gbImprove handling of GL contexts.
2010-03-30 gbSimplify summary.
2010-03-30 gbBump version for development.
2010-03-30 gbRename -dev package to libgstvaapi-dev. 0.1.2
2010-03-30 gbUpdates.
2010-03-30 gbFix build with VA-API < 0.30.
2010-03-30 gbEnable build without VA/GLX extensions. i.e. fallback...
2010-03-30 gbAdd TFP and FBO helpers.
2010-03-30 gbCosmetics. Make vaapi_check_status() use GST_DEBUG...
2010-03-30 gbUse a shorter function name.
2010-03-30 gbAdd gst_vaapi_surface_query_status() wrapper.
2010-03-30 gbFix leftover during migration.
2010-03-30 gbRename to gst/ as sys/ was too vague.
2010-03-30 gbTry to not reference VA-API types directly.
2010-03-29 gbFix reflection code to preserve aspect ratio.
2010-03-29 gbFix fullscreen mode.
2010-03-29 gbAdd OpenGL reflection effect ("use-reflection").
2010-03-29 gbUse a projection suitable for rotation around the Y...
2010-03-29 gbDon't build vaapisink/gl by default. However, if this...
2010-03-29 gbAdd libgstvaapi-glx-0 package.
2010-03-29 gbReally fix make distclean.
2010-03-29 gbFix make dist.
2010-03-29 gbFix make distclean.
2010-03-29 gbFix make dist.
2010-03-29 gbFix doc build.
2010-03-29 gbFix build without GLX.
2010-03-29 gb0.1.2.
2010-03-29 gbAdd VA/GLX support to vaapisink.
2010-03-29 gbAdd glXSwapBuffers() workaround for NVIDIA.
2010-03-29 gbImprove VA/GLX textures test.
2010-03-29 gbFix texture rendering.
2010-03-29 gbFix documentation.
2010-03-29 gbAdd gst_vaapi_window_glx_put_texture() helper.
2010-03-29 gbFix typos.
2010-03-26 gbMove code around.
2010-03-26 gbAdd initial VA/GLX texture abstraction though the API...
2010-03-26 gbAdd gst_vaapi_object_{,un}lock_display() helpers.
2010-03-26 gbFactor out image utilities.
2010-03-26 gbMT-Safe: lock display.
2010-03-26 gbMake sure window resize completed prior to resizing...
2010-03-26 gbgstvaapicompat.h is a private header, don't install it.
2010-03-26 gbAdd gst_vaapi_display_{sync,flush}() helpers.
2010-03-26 gbAdd "synchronous" mode.
2010-03-26 gbOnly add _display suffix to open & close members becaus...
2010-03-26 gbRestore GLX context only if there is one.
2010-03-26 gbAdd gst_vaapi_window_glx_make_current(). Handle X11...
2010-03-26 gbCheck GstVaapiWindow::render() is available prior to...
2010-03-26 gbAdd VA/GLX display tests.
2010-03-26 gbFix compile flags.
2010-03-25 gbAdd missing API documentation.
2010-03-25 gbAdd initial VA/GLX support.
2010-03-25 gbAdd missing includes (for vaapi_check_status()).
2010-03-25 gbOnly enable GST_DEBUG() if DEBUG is defined. Drop old...
2010-03-25 gbAdd gst_vaapi_window_x11_is_foreign_xid() helper.
2010-03-25 gbAllow derived classes to specify custom Visual and...
2010-03-25 gbAllow window creation with a specific visual (e.g....
next