summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_h264.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-04h264: Update for parse_vui_params parameter removal.Jan Schmidt1-3/+2
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal1-1/+0
2018-09-03libs: decoder: h264: remove create() and destroy() callbacksVíctor Manuel Jáquez Leal1-2/+0
2018-09-03libs: decoder: refactor decoders as gobjectVíctor Manuel Jáquez Leal1-16/+21
2018-08-28libs: decoder: h264: Avoid using picture after it has been freeNicolas Dufresne1-1/+7
2018-08-01h264decoder: Fail decoding slice with missing inter-view referenceNicolas Dufresne1-16/+30
2018-08-01libs: decoder: h264: reset context when the number of view is increasedHyunjun Ko1-0/+1
2018-07-25vaapidecode: Skip unparsable units from adapterNicolas Dufresne1-0/+1
2018-07-25libs: h264: renable the vaapi category for loggingVíctor Manuel Jáquez Leal1-0/+1
2018-07-19h264decoder: Fail decoding slice if modification process failedNicolas Dufresne1-12/+27
2018-07-19h264decoder: Don't scan empty bufferNicolas Dufresne1-0/+3
2018-06-18h264dec: Remove false assumption about parity orderNicolas Dufresne1-99/+7
2018-06-14h264dec: Properly set sentinel in ref frame listNicolas Dufresne1-2/+7
2018-05-18libs: decoder: h264: use g_clear_pointer()Víctor Manuel Jáquez Leal1-10/+5
2018-03-16libs: decoder: h264: ensure num_ref_frames is greater than 0Julien Isorce1-0/+3
2017-09-19libs: decoder: h264/h265: decode codec data only if openedHyunjun Ko1-0/+3
2017-08-28libs: decoder: h264: decode SVC base layer onlyOrestis Floros1-9/+17
2017-08-28libs: decoder: h264: check nalu validity in parser info finalizeOrestis Floros1-0/+3
2017-08-25libs: decoder: h264: improve code-styleVíctor Manuel Jáquez Leal1-2/+2
2017-08-08libs: decoder: h264: remove unrequired NULL checkVíctor Manuel Jáquez Leal1-5/+2
2017-08-03libs: decoder: h264: decode MVC base view onlyorestisf1-4/+3
2017-08-03libs: decoder: h264: add setter for base-only modeorestisf1-0/+19
2017-07-31libs: decoder: h264: libva 1.0 deprecated baselineVíctor Manuel Jáquez Leal1-0/+3
2017-07-10libs: decoder: h264: push frames as soon as possibleMatt Staples1-5/+68
2017-07-07libs: decoder: h264: add getter/setter for low latency modeVíctor Manuel Jáquez Leal1-0/+38
2017-06-15libs: decoder: h264: initialize active_sps/pps in resetHyunjun Ko1-0/+2
2017-04-12h264 decoder: Implement reset() for faster flushJan Schmidt1-0/+32
2017-04-12Implement decoder reset on flush, rather than recreatingJan Schmidt1-1/+2
2017-02-16libs: decoder: h264,h265 avoid uninitialized variableVíctor Manuel Jáquez Leal1-6/+6
2017-02-07libs: decoder: h264: reduce frame number of gapsHyunjun Ko1-2/+15
2017-01-10libs: decoder: h264: don't update cloned attributesHyunjun Ko1-4/+11
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-36/+67
2016-09-15vaapidecode: codec_data minimal size is 7Víctor Manuel Jáquez Leal1-1/+1
2016-03-09vaapidecoder_h264: plug leak of h264 parsing infoThiago Santos1-2/+6
2016-02-19vaapidecoder_h264: fix parsing of NALU aligned dataThiago Santos1-2/+5
2016-02-03libs: humongous code style fixVíctor Manuel Jáquez Leal1-3520/+3422
2016-02-02vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller1-2/+2
2016-01-25Remove old gst version guardsVíctor Manuel Jáquez Leal1-3/+0
2015-09-15decoder: h264: initialize PPS's slice_group_idVíctor Manuel Jáquez Leal1-0/+1
2015-08-31multiview: initial attempt at stereo/multiview supportJan Schmidt1-1/+31
2015-07-20decoder: h264: track previous reference frames.Gwenole Beauchesne1-34/+41
2015-07-20decoder: h264: fix integration of second field into the DPB.Gwenole Beauchesne1-27/+7
2015-07-20decoder: h264: fix closure of "other-field" gap.Gwenole Beauchesne1-6/+29
2015-07-20decoder: h264: track corrupted frames.Gwenole Beauchesne1-0/+33
2015-06-02decoder: h264: fix uninitialized variables in avcC mode.Gwenole Beauchesne1-0/+6
2015-05-28decoder: h264: add initial support for loss of pictures.Gwenole Beauchesne1-1/+139
2015-05-28decoder: h264: add support for missing first field.Gwenole Beauchesne1-0/+93
2015-05-28decoder: h264: add support for missing second field.Gwenole Beauchesne1-17/+150
2015-05-28decoder: h264: improve tracking of "top-field-first" flag.Gwenole Beauchesne1-7/+20
2015-05-28decoder: h264: skip all pictures prior the first I-frame.Gwenole Beauchesne1-2/+27