decoder: re-indent GstVaapiDecoder base object.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder_priv.h
2014-04-25 Gwenole Beauchesnedecoder: re-indent GstVaapiDecoder base object.
2014-01-22 Gwenole Beauchesnelegal: update copyright notice dates.
2014-01-22 Gwenole Beauchesnedecoder: fix video codec frame number in standalone...
2013-11-22 Gwenole Beauchesnelegal: add per-file authorship information.
2013-09-20 Gwenole Beauchesnejpeg: rework and optimize parser.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiMiniObject for video decoders.
2013-04-25 Gwenole Beauchesnedecoder: add gst_vaapi_decoder_get_frame_with_timeout().
2013-04-16 Gwenole Beauchesnedecoder: rename GstVaapiDecoderFrame to GstVaapiParserF...
2013-03-21 Gwenole Beauchesnedecoder: sanitize codec-data decoding.
2013-01-30 Gwenole Beauchesnedecoder: allow frames to be dropped.
2013-01-29 Gwenole Beauchesnelegal: fix year for some copyright notices (2013).
2013-01-17 Gwenole Beauchesnedecoder: fix check for end-of-stream in raw API mode.
2013-01-07 Gwenole Beauchesnedecoder: use an array of units instead of a single...
2012-12-18 Gwenole Beauchesnedecoder: maintain decoded frames as GstVideoCodecFrame...
2012-12-18 Sreerenj Balachandrandecoder: use GstVideoCodecState.
2012-12-18 Gwenole Beauchesnedecoder: add new GstVaapiDecoder API.
2012-10-09 Gwenole Beauchesnedecoder: drop unused functions.
2012-09-10 Gwenole Beauchesnedecoder: cope with new GstVaapiContextInfo based API.
2012-07-19 Gwenole BeauchesneUse standard G_GNUC_INTERNAL keyword instead of attribu...
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-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: add Intel copyright on modified files.
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-12-08 Gwenole Beauchesnedecoder: drop unused headers.
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 gbExtract framerate information from caps.
2010-09-20 gbMove caps initialization to parent class.
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 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 gbUse a GstTask with start/stop semantics for the decoder...
2010-09-20 gbTry to set correct timestamps to the decoded surface...
2010-09-20 gbAdd "codec-data" property for additional codec data.
2010-09-20 gbCosmetics (weird indentation).
2010-09-20 gb- Add PTS and framerate information.
2010-09-20 gbHandle user end-of-streams. Add gst_vaapi_decoder_...
2010-04-23 gbAdd initial (multithreaded) decoder based on FFmpeg.