summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_h265.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-25libs: decoder: h264/h265: decode codec data only if openedHyunjun Ko1-0/+3
2017-08-24libs: decoder: h265: remove spurious codeVíctor Manuel Jáquez Leal1-6/+1
2017-08-24libs: decoder: h265: check for nullVíctor Manuel Jáquez Leal1-2/+4
2017-08-24libs: decoder: h265: untaint loop control variableVíctor Manuel Jáquez Leal1-1/+11
2017-04-12Implement decoder reset on flush, rather than recreatingJan Schmidt1-1/+4
2017-02-16libs: decoder: h264,h265 avoid uninitialized variableVíctor Manuel Jáquez Leal1-2/+2
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-5/+10
2016-07-21decoder: h265: handle the SEI NAL units included in codec_dataAllen Zhang1-0/+10
2016-06-22decoder: h265: fix to release all dpb picturesHyunjun Ko1-3/+10
2016-03-30decoder: h265: Fix offset calculation when there is more than one vps/sps/pps...Sreerenj Balachandran1-1/+3
2016-03-11decoder: h265: Fix offset calculation in codec_data parsingSreerenj Balachandran1-0/+1
2016-03-09vaapidecoder_h265: plug leak of h265 parsing infoThiago Santos1-2/+6
2016-02-23decoder: hevc: Fill dependent slice segment headers while parsingScott D Phillips1-18/+18
2016-02-22vaapidecoder_h265: fix parsing of NALU aligned dataThiago Santos1-2/+5
2016-02-03libs: small code style fixesVíctor Manuel Jáquez Leal1-5/+7
2016-02-02Fix some more compiler warningTim-Philipp Müller1-1/+1
2015-12-08Add 10 HEVC 10 bit decoding supportSreerenj Balachandran1-1/+1
2015-09-04decoder: hevc: Don't flush dpb for EOS/EOB nalSreerenj Balachandran1-1/+0
2015-09-04decoder: hevc: Fix the dpb_add() based on C.5.2.3Sreerenj Balachandran1-7/+7
2015-09-04decoder: hevc: Fix the picture addition in dpb() based on spec H265 v3 (04/2015)Sreerenj Balachandran1-6/+8
2015-09-04decoder: h265: Fix indentationSreerenj Balachandran1-4/+4
2015-08-31decoder: hevc: remove unused functionsVíctor Manuel Jáquez Leal1-18/+7
2015-08-26decoder: hevc: Fix the scaling list scan orderSreerenj Balachandran1-4/+4
2015-08-26decoder: hevc: sync with the codecparser changesSreerenj Balachandran1-41/+0
2015-08-13decoder: hevc: Add calculation of WpOffsetHalfRangeCSreerenj Balachandran1-6/+20
2015-08-13decoder: hevc: Fix ChromaOffsetL0/ChromaOffsetL1 calculationSreerenj Balachandran1-3/+3
2015-08-13decoder: hevc: Fix default value assignment of pred_weight_tableSreerenj Balachandran1-17/+18
2015-08-13decoder: hevc: Fix the value assigning for delta_chroma_log2_weight_denomSreerenj Balachandran1-1/+1
2015-08-10decoder: hevc: Add SEI parsingSreerenj Balachandran1-20/+24
2015-08-07decoder: hevc: Workaround to recognize wrongly encoded main profile streamsSreerenj Balachandran1-3/+17
2015-08-06decoder: hevc: Fix decoding of stream when it has temporal sublayersSreerenj Balachandran1-1/+4
2015-08-05decoder: hevc: Fix the decoding of dependent slice segmentSreerenj Balachandran1-4/+5
2015-05-28decoder: add utility function to clone picture objects.Wind Yuan1-0/+1
2015-05-27HEVC: decode: add missing va_dec_hevc headerAlban Browaeys1-0/+1
2015-05-26HEVC: decode: Replace clip3 implementation with glib CLAMP macroSreerenj Balachandran1-15/+6
2015-05-26HEVC: decode: Update Cropping RectangleSreerenj Balachandran1-6/+12
2015-04-17decoder: hevc: cosmetics.Gwenole Beauchesne1-32/+56
2015-04-16decoder: hevc: Add Support for tiled video decodingSreerenj Balachandran1-3/+69
2015-04-16decoder: hevc: Fix decoding when there are RASL pictures present.Sreerenj Balachandran1-34/+62
2015-04-16HEVC: silence the compilerVíctor Manuel Jáquez Leal1-3/+5
2015-04-13HEVC: Add HEVC(h265) decoder to core libgstvaapiSreerenj Balachandran1-0/+2942