summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_h264.c
Commit message (Expand)AuthorAgeFilesLines
* vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller2016-02-021-2/+2
* Remove old gst version guardsVíctor Manuel Jáquez Leal2016-01-251-3/+0
* decoder: h264: initialize PPS's slice_group_idVíctor Manuel Jáquez Leal2015-09-151-0/+1
* multiview: initial attempt at stereo/multiview supportJan Schmidt2015-08-311-1/+31
* decoder: h264: track previous reference frames.Gwenole Beauchesne2015-07-201-34/+41
* decoder: h264: fix integration of second field into the DPB.Gwenole Beauchesne2015-07-201-27/+7
* decoder: h264: fix closure of "other-field" gap.Gwenole Beauchesne2015-07-201-6/+29
* decoder: h264: track corrupted frames.Gwenole Beauchesne2015-07-201-0/+33
* decoder: h264: fix uninitialized variables in avcC mode.Gwenole Beauchesne2015-06-021-0/+6
* decoder: h264: add initial support for loss of pictures.Gwenole Beauchesne2015-05-281-1/+139
* decoder: h264: add support for missing first field.Gwenole Beauchesne2015-05-281-0/+93
* decoder: h264: add support for missing second field.Gwenole Beauchesne2015-05-281-17/+150
* decoder: h264: improve tracking of "top-field-first" flag.Gwenole Beauchesne2015-05-281-7/+20
* decoder: h264: skip all pictures prior the first I-frame.Gwenole Beauchesne2015-05-281-2/+27
* decoder: h264: fix processing of EOSEQ NAL.Gwenole Beauchesne2015-05-281-5/+0
* decoder: add utility function to clone picture objects.Wind Yuan2015-05-281-0/+1
* decoder: cast GST_VAAPI_DECODER_STATUS_DROP_FRAMEVíctor Manuel Jáquez Leal2015-04-081-5/+1
* Fix compiler warningsVíctor Manuel Jáquez Leal2015-02-181-2/+1
* decoder: h264: add initial support for repeat-first-field (RFF) flag.Gwenole Beauchesne2014-11-141-0/+5
* decoder: h264: fix picture ordering count type 0 with previous MMCO5.Gwenole Beauchesne2014-11-141-1/+1
* decoder: h264: fix detection of top-field-first (TFF) flag.Gwenole Beauchesne2014-11-141-9/+56
* decoder: h264: detect incorrectly paired fields in frames.Gwenole Beauchesne2014-07-031-0/+14
* decoder: h264: simplify the DPB output process.Gwenole Beauchesne2014-07-031-19/+33
* decoder: h264: fix memory leak in PPS.Gwenole Beauchesne2014-07-011-0/+3
* decoder: h264: decode current picture earlier.Gwenole Beauchesne2014-06-301-2/+2
* decoder: h264: fix output of second field when first field is not in DPB.Gwenole Beauchesne2014-06-301-11/+19
* decoder: h264: slightly optimize the process to detect new pictures.Gwenole Beauchesne2014-06-301-1/+6
* decoder: h264: handle access unit ("au") optimization.Gwenole Beauchesne2014-06-301-1/+12
* decoder: h264: fix tracking of DPB size changes.Gwenole Beauchesne2014-06-281-18/+12
* decoder: h264: fix the DPB compaction process.Gwenole Beauchesne2014-06-271-4/+10
* decoder: h264: fix marking of non-reference picture into DPB.Gwenole Beauchesne2014-06-251-1/+3
* decoder: h264: fix DPB clear when no decoding actually started.Gwenole Beauchesne2014-06-191-2/+3
* decoder: h264: add support for NALU "alignment" optimization.Sreerenj Balachandran2014-06-191-21/+51
* decoder: h264: fix caps to report interlace-mode accordingly.Gwenole Beauchesne2014-06-191-3/+0
* decoder: h264: cope with new gst_h264_quant_matrix_*() interfaces.Gwenole Beauchesne2014-06-131-2/+2
* decoder: h264: factor out DPB pruning for MVC.Gwenole Beauchesne2014-06-101-22/+12
* decoder: h264: clean-ups.Gwenole Beauchesne2014-06-101-2/+2
* decoder: h264: improve pruning of unused MVC inter-view frames.Gwenole Beauchesne2014-06-101-12/+67
* decoder: h264: improve DPB bumping process for MVC.Gwenole Beauchesne2014-06-101-10/+33
* decoder: h264: fix inter-view references array growth.Gwenole Beauchesne2014-06-061-3/+1
* decoder: h264: reduce ReferenceFrames entries to the essential set.Gwenole Beauchesne2014-06-061-1/+41
* decoder: h264: fix MVC inter-view prediction process.Gwenole Beauchesne2014-06-041-2/+21
* decoder: h264: fix detection of profile changes for MVC.Gwenole Beauchesne2014-06-041-1/+1
* decoder: h264: compute view ids only once per slice.Gwenole Beauchesne2014-05-221-35/+20
* decoder: h264: add support for MVC interlaced streams.Gwenole Beauchesne2014-05-211-11/+90
* decoder: h264: add MVC profiles compatibility logic.Gwenole Beauchesne2014-05-211-2/+47
* decoder: h264: add initial support for MVC.Gwenole Beauchesne2014-05-211-15/+366
* decoder: h264: dynamically allocate the DPB.Gwenole Beauchesne2014-05-211-16/+80
* decoder: h264: fix detection of access unit boundaries.Gwenole Beauchesne2014-05-211-2/+93
* decoder: h264: detect the first VCL NAL unit of a picture for MVC.Sreerenj Balachandran2014-05-211-0/+4