summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_priv.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Implement decoder reset on flush, rather than recreatingJan Schmidt1-0/+1
2016-01-25Remove old gst version guardsVíctor Manuel Jáquez Leal1-2/+0
2015-08-31multiview: initial attempt at stereo/multiview supportJan Schmidt1-0/+7
2015-02-04vaapidecode: Check the condition after taking the lockOlivier Crete1-4/+0
2014-04-25decoder: re-indent GstVaapiDecoder base object.Gwenole Beauchesne1-75/+68
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-22decoder: fix video codec frame number in standalone mode.Gwenole Beauchesne1-0/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-09-20jpeg: rework and optimize parser.Gwenole Beauchesne1-0/+1
2013-05-07libs: use GstVaapiMiniObject for video decoders.Gwenole Beauchesne1-7/+65
2013-04-25decoder: add gst_vaapi_decoder_get_frame_with_timeout().Gwenole Beauchesne1-2/+2
2013-04-16decoder: rename GstVaapiDecoderFrame to GstVaapiParserFrame.Gwenole Beauchesne1-1/+1
2013-03-21decoder: sanitize codec-data decoding.Gwenole Beauchesne1-0/+4
2013-01-30decoder: allow frames to be dropped.Gwenole Beauchesne1-0/+4
2013-01-29legal: fix year for some copyright notices (2013).Gwenole Beauchesne1-1/+1
2013-01-17decoder: fix check for end-of-stream in raw API mode.Gwenole Beauchesne1-1/+2
2013-01-07decoder: use an array of units instead of a single-linked list.Gwenole Beauchesne1-6/+7
2012-12-18decoder: maintain decoded frames as GstVideoCodecFrame objects.Gwenole Beauchesne1-5/+3
2012-12-18decoder: use GstVideoCodecState.Sreerenj Balachandran1-12/+21
2012-12-18decoder: add new GstVaapiDecoder API.Gwenole Beauchesne1-0/+35
2012-10-09decoder: drop unused functions.Gwenole Beauchesne1-9/+0
2012-09-10decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne1-5/+2
2012-07-19Use standard G_GNUC_INTERNAL keyword instead of attribute_hidden.Gwenole Beauchesne1-10/+16
2012-03-19decoder: maintain caps for interlaced streams.Holger Kaelberer1-0/+5
2012-02-06mpeg2: fix crash when there is no free surface to decode into.Gwenole Beauchesne1-0/+4
2012-01-27decoder: simplify output of decoded frames.Gwenole Beauchesne1-10/+2
2012-01-27decoder: rework the internal VA objects API.Gwenole Beauchesne1-116/+0
2012-01-24decoder: allow slices to be attached to pictures later.Gwenole Beauchesne1-0/+4
2012-01-24decoder: add ref_count to GstVaapiPicture.Gwenole Beauchesne1-0/+15
2012-01-16legal: fix year for some copyright notices.Gwenole Beauchesne1-1/+1
2012-01-16legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2012-01-16vc1: fix bitplanes decoding.Gwenole Beauchesne1-0/+11
2012-01-16Add VA decoder helpers.Gwenole Beauchesne1-0/+88
2012-01-05decoder: fix possible leak of VA surfaces.Gwenole Beauchesne1-0/+7
2011-12-08decoder: drop unused headers.Gwenole Beauchesne1-1/+0
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2010-09-20Regularly update and expose decoder caps.gb1-1/+24
2010-09-20Add mechanism to reinsert buffer leftovers into the queue.gb1-0/+8
2010-09-20Extract framerate information from caps.gb1-1/+0
2010-09-20Move caps initialization to parent class.gb1-0/+1
2010-09-20Use size information from the demuxer, whenever available. i.e. fix WMV3 deco...gb1-0/+22
2010-09-20Add gst_vaapi_decoder_ffmpeg_new_from_caps() helper.gb1-0/+2
2010-09-20Drop obsolete (and wrong) code.gb1-2/+0
2010-09-20Try to fix timestamps (step 1). Looks OK on H55.gb1-1/+2
2010-09-20Relicense gst-libs/ code to LGPL v2.1+.gb1-10/+11
2010-09-20Drop excessive threading that over-complicates synchronisation.gb1-13/+10
2010-09-20Use a GstTask with start/stop semantics for the decoder thread.gb1-3/+3
2010-09-20Try to set correct timestamps to the decoded surface proxy.gb1-1/+2
2010-09-20Add "codec-data" property for additional codec data.gb1-0/+13