summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_priv.h
Commit message (Expand)AuthorAgeFilesLines
* Remove old gst version guardsVíctor Manuel Jáquez Leal2016-01-251-2/+0
* multiview: initial attempt at stereo/multiview supportJan Schmidt2015-08-311-0/+7
* vaapidecode: Check the condition after taking the lockOlivier Crete2015-02-041-4/+0
* decoder: re-indent GstVaapiDecoder base object.Gwenole Beauchesne2014-04-251-75/+68
* legal: update copyright notice dates.Gwenole Beauchesne2014-01-221-1/+1
* decoder: fix video codec frame number in standalone mode.Gwenole Beauchesne2014-01-221-0/+1
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* jpeg: rework and optimize parser.Gwenole Beauchesne2013-09-201-0/+1
* libs: use GstVaapiMiniObject for video decoders.Gwenole Beauchesne2013-05-071-7/+65
* decoder: add gst_vaapi_decoder_get_frame_with_timeout().Gwenole Beauchesne2013-04-251-2/+2
* decoder: rename GstVaapiDecoderFrame to GstVaapiParserFrame.Gwenole Beauchesne2013-04-161-1/+1
* decoder: sanitize codec-data decoding.Gwenole Beauchesne2013-03-211-0/+4
* decoder: allow frames to be dropped.Gwenole Beauchesne2013-01-301-0/+4
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-291-1/+1
* decoder: fix check for end-of-stream in raw API mode.Gwenole Beauchesne2013-01-171-1/+2
* decoder: use an array of units instead of a single-linked list.Gwenole Beauchesne2013-01-071-6/+7
* decoder: maintain decoded frames as GstVideoCodecFrame objects.Gwenole Beauchesne2012-12-181-5/+3
* decoder: use GstVideoCodecState.Sreerenj Balachandran2012-12-181-12/+21
* decoder: add new GstVaapiDecoder API.Gwenole Beauchesne2012-12-181-0/+35
* decoder: drop unused functions.Gwenole Beauchesne2012-10-091-9/+0
* decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne2012-09-101-5/+2
* Use standard G_GNUC_INTERNAL keyword instead of attribute_hidden.Gwenole Beauchesne2012-07-191-10/+16
* decoder: maintain caps for interlaced streams.Holger Kaelberer2012-03-191-0/+5
* mpeg2: fix crash when there is no free surface to decode into.Gwenole Beauchesne2012-02-061-0/+4
* decoder: simplify output of decoded frames.Gwenole Beauchesne2012-01-271-10/+2
* decoder: rework the internal VA objects API.Gwenole Beauchesne2012-01-271-116/+0
* decoder: allow slices to be attached to pictures later.Gwenole Beauchesne2012-01-241-0/+4
* decoder: add ref_count to GstVaapiPicture.Gwenole Beauchesne2012-01-241-0/+15
* legal: fix year for some copyright notices.Gwenole Beauchesne2012-01-161-1/+1
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-161-0/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* vc1: fix bitplanes decoding.Gwenole Beauchesne2012-01-161-0/+11
* Add VA decoder helpers.Gwenole Beauchesne2012-01-161-0/+88
* decoder: fix possible leak of VA surfaces.Gwenole Beauchesne2012-01-051-0/+7
* decoder: drop unused headers.Gwenole Beauchesne2011-12-081-1/+0
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Regularly update and expose decoder caps.gb2010-09-201-1/+24
* Add mechanism to reinsert buffer leftovers into the queue.gb2010-09-201-0/+8
* Extract framerate information from caps.gb2010-09-201-1/+0
* Move caps initialization to parent class.gb2010-09-201-0/+1
* Use size information from the demuxer, whenever available. i.e. fix WMV3 deco...gb2010-09-201-0/+22
* Add gst_vaapi_decoder_ffmpeg_new_from_caps() helper.gb2010-09-201-0/+2
* Drop obsolete (and wrong) code.gb2010-09-201-2/+0
* Try to fix timestamps (step 1). Looks OK on H55.gb2010-09-201-1/+2
* Relicense gst-libs/ code to LGPL v2.1+.gb2010-09-201-10/+11
* Drop excessive threading that over-complicates synchronisation.gb2010-09-201-13/+10
* Use a GstTask with start/stop semantics for the decoder thread.gb2010-09-201-3/+3
* Try to set correct timestamps to the decoded surface proxy.gb2010-09-201-1/+2
* Add "codec-data" property for additional codec data.gb2010-09-201-0/+13
* Cosmetics (weird indentation).gb2010-09-201-7/+7