platform/upstream/gstreamer-vaapi.git
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...
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.
next