platform/upstream/gstreamer-vaapi.git
2010-09-20 gbCosmetics.
2010-09-20 gbFix OpenGL texture internal format (Clutter).
2010-09-20 gbRespin release.
2010-09-20 gbDebug video & display PARs.
2010-09-20 gbUse XGetGeometry() to retrieve the window size.
2010-09-20 gbMove code around. 0.2.1
2010-09-20 gbEnsure VA display is created prior to initializing...
2010-09-20 gbDrop obsolete comment.
2010-09-20 gb0.2.1.
2010-09-20 gbFix GstVaapiDisplay refcounting in vaapidecode.
2010-09-20 gbFix comment.
2010-09-20 gbFix render rect when the foreign window size changes.
2010-09-20 gbAdd GstXOverlay interface to vaapisink (e.g. for Totem).
2010-09-20 gbUpdate deps to match configure.ac versions.
2010-09-20 gbCosmetics.
2010-09-20 gbFix vaapidecode to expose the HW supported caps only.
2010-09-20 gbInitialize decoder earlier.
2010-09-20 gbFix integration within the playbin2 pipeline.
2010-09-20 gbExclude gstvaapiutils_gst.h from docs for now.
2010-09-20 gbRaise VA-API plugins ranks.
2010-09-20 gbAdd gst_vaapi_display_lookup_downstream() helper.
2010-09-20 gbUse fixed caps on the src pad, they are not meant to...
2010-09-20 gbExpose VA display through GstVaapiVideoBuffer.
2010-09-20 gbSimplify gst_vaapidecode_set_caps() and fix memory...
2010-09-20 gbExpose video pool display.
2010-09-20 gbStop iteration if there is no more element to examine.
2010-09-20 gbImprove plugin details.
2010-09-20 gbFactor out VA surface caps.
2010-09-20 gbAdd gst_vaapidecode_ensure_display() helper for set...
2010-09-20 gbBump version for development.
2010-09-20 gbReally make it 0.2.0. 0.2.0
2010-09-20 gbMore docs.
2010-09-20 gbDon't exclude GstVaapiParamSpecs.
2010-09-20 gbFix docs.
2010-09-20 gbLower plugins rank for now since playbin2 auto-plugging...
2010-09-20 gbReally link all helper libraries with libtool -no-undef...
2010-09-20 gbLink helper libraries with libtool -no-undefined.
2010-09-20 gbDon't build plugins with SONAME. Make them plain *.so.
2010-09-20 gbImprove documentation for release.
2010-09-20 gbFix build with older VA-API 0.29.
2010-09-20 gb0.2.0.
2010-09-20 gbFix make dist.
2010-09-20 gbAdd missing docs.
2010-09-20 gbFix doc.
2010-09-20 gbRename gst_vaapi_decoder_ffmpeg_new_from_caps() to...
2010-09-20 gbExtract framerate information from caps.
2010-09-20 gbMove caps initialization to parent class.
2010-09-20 gbSimplify.
2010-09-20 gbFix doc.
2010-09-20 gbMore simplifications.
2010-09-20 gbSimplify GstVaapiDecoder API.
2010-09-20 gbDrop obsolete defs.
2010-09-20 gbDrop obsolete decls.
2010-09-20 gbAdd more aliases for MPEG-4 decoding.
2010-09-20 gbUse avctx->coded_{width,height} info to create the...
2010-09-20 gbUse gst_vaapi_decoder_ffmpeg_new_from_caps().
2010-09-20 gbSimplify tests info.
2010-09-20 gbTry to improve heuristics to use an AVCodecContextParser.
2010-09-20 gbFix VC-1 decoding, it does not require any specific...
2010-09-20 gbFix VC-1 detection with older gstreamer libs (no "fourc...
2010-09-20 gbUse size information from the demuxer, whenever availab...
2010-09-20 gbAdd gst_vaapi_decoder_ffmpeg_new_from_caps() helper.
2010-09-20 gbImprove WMV3 detection yet further.
2010-09-20 gbFix detection of plain old WMV3 contents.
2010-09-20 gbAdd End-of-Sequence start code.
2010-09-20 gbFix VC-1 detection.
2010-09-20 gbFix build with older gstreamer libs where gst_buffer_un...
2010-09-20 gbDrop obsolete (and wrong) code.
2010-09-20 gbCosmetics (spelling).
2010-09-20 gbTry to fix timestamps (step 1). Looks OK on H55.
2010-09-20 gbShip with COPYING.LIB.
2010-09-20 gbRelicense gst-libs/ code to LGPL v2.1+.
2010-09-20 gbDrop extraneous comma.
2010-09-20 gbDrop variant=itu field to help codec detection.
2010-09-20 gbDecode as many surfaces as possible in gst_vaapidecode_...
2010-09-20 gbDrop excessive threading that over-complicates synchron...
2010-09-20 gb0.2.0.
2010-09-20 gbMove VA context reset to AVCodecContext.get_context...
2010-09-20 gbFix gst_vaapi_display_has_{decoder,encoder}() to check...
2010-09-20 gbAdd GST_VAAPI_ENTRYPOINT_SLICE_ENCODE.
2010-09-20 gbDocument H.264 / AVC1 format case better.
2010-09-20 gbFix H.264 decoding with AVC1 format bitstreams.
2010-09-20 gbComplete initialization of the GstVaapiVideoBuffer...
2010-09-20 gbAdd missing GstBaseSink::buffer_alloc() override. i...
2010-09-20 gbExport gst_vaapi_video_buffer_new().
2010-09-20 gbFix gst_vaapi_profile_get_caps() to include the "profil...
2010-09-20 gbFix comment.
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...
next