Fix seek issue
[profile/ivi/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder.c
2013-04-20 Zhao HalleyFix seek issue 2.0 accepted/2.0/20130422.163146 submit/2.0/20130420.083526
2013-02-28 Wind Yuanvaapidecode: support seek actions
2013-02-05 Wind Yuandecoder context: rate_control unset to GST_VAAPI_RATECO...
2012-11-16 Gwenole Beauchesnedecoder: refine semantics of gst_vaapi_decoder_put_buff...
2012-11-16 Gwenole Beauchesnedecoder: drop unused functions.
2012-09-11 Gwenole Beauchesnevaapidecode: don't reset decoder if codec type is the...
2012-09-11 Gwenole Beauchesnedecoder: propagate buffer duration downstream.
2012-09-10 Gwenole Beauchesnedecoder: cope with new GstVaapiContextInfo based API.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-09-07 Gwenole Beauchesnedecoder: drop extraneous return for void function.
2012-08-27 Javier Jardóndecoder: use g_object_notify_by_pspec().
2012-03-19 Holger Kaelbererdecoder: maintain caps for interlaced streams.
2012-02-06 Gwenole Beauchesnempeg2: fix crash when there is no free surface to decod...
2012-01-30 Gwenole BeauchesneAdd header for system-dependent definitions.
2012-01-27 Gwenole Beauchesnedecoder: simplify output of decoded frames.
2012-01-27 Gwenole Beauchesnedecoder: rework the internal VA objects API.
2012-01-24 Gwenole Beauchesnedecoder: allow slices to be attached to pictures later.
2012-01-24 Gwenole Beauchesnedecoder: add ref_count to GstVaapiPicture.
2012-01-16 Gwenole Beauchesnelegal: fix year for some copyright notices.
2012-01-16 Gwenole Beauchesnelegal: fix copyright notices to include "Copyright...
2012-01-16 Gwenole Beauchesnevc1: fix bitplanes decoding.
2012-01-16 Gwenole BeauchesneAdd VA decoder helpers.
2012-01-05 Gwenole Beauchesnedecoder: fix possible leak of VA surfaces.
2011-10-19 Gwenole Beauchesnedecoder: fix use of invalid data at the end-of-stream.
2011-08-01 Gwenole BeauchesneAdd Intel copyright information.
2011-07-22 Gwenole BeauchesneReport caps update only once per video resolution change.
2011-06-14 Gwenole BeauchesneUpdate copyright notice.
2010-09-20 gbRegularly update and expose decoder caps.
2010-09-20 gbAdd mechanism to reinsert buffer leftovers into the...
2010-09-20 gbFix memory leak of encoded buffers.
2010-09-20 gbCheck for out-of-free-surfaces condition.
2010-09-20 gbExtract framerate information from caps.
2010-09-20 gbMove caps initialization to parent class.
2010-09-20 gbSimplify.
2010-09-20 gbMore simplifications.
2010-09-20 gbSimplify GstVaapiDecoder API.
2010-09-20 gbAdd gst_vaapi_decoder_ffmpeg_new_from_caps() helper.
2010-09-20 gbFix build with older gstreamer libs where gst_buffer_un...
2010-09-20 gbDrop obsolete (and wrong) code.
2010-09-20 gbTry to fix timestamps (step 1). Looks OK on H55.
2010-09-20 gbRelicense gst-libs/ code to LGPL v2.1+.
2010-09-20 gbDrop excessive threading that over-complicates synchron...
2010-09-20 gbAdd gst_vaapi_decoder_pause().
2010-09-20 gbUse a GstTask with start/stop semantics for the decoder...
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 gbFix GstVaapiDecoder::destroy(): GASyncQueue is not...
2010-09-20 gbMake sure gst_vaapi_decoder_get_surface() gets unblocke...
2010-09-20 gbAdd "codec-data" property for additional codec data.
2010-09-20 gb- Add PTS and framerate information.
2010-09-20 gbAdd more error codes. Fix documentation.
2010-09-20 gbHandle user end-of-streams. Add gst_vaapi_decoder_...
2010-04-23 gbAdd initial (multithreaded) decoder based on FFmpeg.