Add FFmpeg/VAAPI decoder for the new `vaapidecode' element.
[platform/upstream/gstreamer-vaapi.git] / gst-libs /
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 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 gbFlush stream only if avcodec_decode_video() read something.
2010-09-20 gbUse a recursive mutex so that a single thread can lock
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 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 gbTry to not reference VA-API types directly.
2010-03-29 gbUse a projection suitable for rotation around the Y...
2010-03-29 gbAdd glXSwapBuffers() workaround for NVIDIA.
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 gbAdd initial VA/GLX texture abstraction though the API...
2010-03-26 gbAdd gst_vaapi_object_{,un}lock_display() helpers.
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 gbFix compile flags.
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....
2010-03-25 gbFix return value on error (though it's the same in...
2010-03-25 gbSimplify initialization of VADisplay.
2010-03-25 gbRestore the gst_vaapi_{surface,image,subpicture}_get_id...
2010-03-25 gbUse the parent display object, no need to maintain...
2010-03-25 gbAdd more internal helpers.
2010-03-24 gbRename to GST_VAAPI_OBJECT_DISPLAY().
2010-03-24 gbAll GstVaapiID are initialized to GST_VAAPI_ID_NONE...
2010-03-24 gbMake GstVaapiWindow* derive from GstVaapiObject.
2010-03-24 gbgstvaapicompat.h is now a private header (not installed).
2010-03-24 gbInclude gstvaapicompat.h in source files only, not...
2010-03-24 gbDrop tedious LIBVA_EXTRA_{CFLAGS,LIBS} definitions...
2010-03-24 gbAdd compatibility with the original VA-API 0.29.
2010-03-24 gbAdd missing file (gstvaapivalue.h).
2010-03-24 gbFix g_warning() invocation.
2010-03-24 gbDeassociate subpictures while destroying the surface.
2010-03-24 gbFix destruction order of subpictures. They should be...
2010-03-24 gbAdd support for AYUV format.
2010-03-24 gbFix documentation.
2010-03-24 gbMove GValue specific stuff to a dedicated file.
2010-03-24 gbCosmetics (vertical alignment).
2010-03-24 gbFix return value on error.
2010-03-24 gbMove "id" down to the GstVaapiObject base.
2010-03-24 gbCosmetics (drop extraneous empty line).
2010-03-24 gbAdd GParamSpecs for GstVaapiID.
2010-03-24 gbAdd GST_VAAPI_ID_FORMAT() and GST_VAAPI_ID_ARGS() helpers.
2010-03-24 gbAdd GstVaapiID abstraction.
2010-03-24 gbDrop useless include (<va/va_backend.h>).
2010-03-24 gbOptimize GST_VAAPI_OBJECT_GET_DISPLAY to avoid a run...
2010-03-24 gbMove private definitions and accessors to gstvaapiobjec...
next