summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_vp9.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-28libs: dec: vp9: do not use display size as decoded sizeWang Zhanjun1-6/+0
2019-05-31libs: dec: vp9: clear parser pointer after releaseVíctor Manuel Jáquez Leal1-2/+1
2019-05-08libs: decoder: vp9: support 422/444 8bit/10bit chroma type.Wangfei1-10/+47
2019-05-03lib: decoder: vp9: Set chroma_type by VP9 bit_depthHe Junyan1-1/+10
2018-10-09libs: Move from g_debug to GST_DEBUG.Matteo Valdina1-1/+1
2018-09-03libs: decoder: vp9: implement reset() callbackVíctor Manuel Jáquez Leal1-2/+10
2018-09-03libs: decoder: refactor decoders as gobjectVíctor Manuel Jáquez Leal1-14/+20
2017-08-13build: consolidate the VA sub API includesVíctor Manuel Jáquez Leal1-3/+0
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-3/+6
2016-06-15decoder: vp9: Update comment about context resetsScott D Phillips1-3/+4
2016-06-15gstvaapicontext: control reset_on_resize with optionScott D Phillips1-0/+3
2016-04-01decoder: vp9: Align with the ABI changes in vp9 codecparserSreerenj Balachandran1-3/+3
2016-04-01decoder: vp9 : Add 10bit decoding support (Profile2)Sreerenj Balachandran1-1/+32
2016-03-04decoder: vp9: Assign values for profile and bit_depth from frame headerSreerenj Balachandran1-1/+4
2016-02-16vaapi: Fix various compiler warnings and disable -Wredundant-decls for nowSebastian Dröge1-1/+1
2016-02-03libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal1-3/+2
2016-02-02decoder: vp9: Fix crop rectangle settingSreerenj Balachandran1-4/+7
2015-11-17decoder: vp9: Fix last/golden/altref frame index settingSreerenj Balachandran1-11/+8
2015-11-16decoder: vp9: Fix PTS calculation of cloned framesSreerenj Balachandran1-0/+3
2015-11-16decoder: vp9: Avoid unnecessary show_frame flag checking while doing picture ...Sreerenj Balachandran1-3/+2
2015-11-16decoder: vp9: Fix ref picture update while doing repeat frameSreerenj Balachandran1-1/+10
2015-11-16decoder: vp9: Add repeat-frame display handlingSreerenj Balachandran1-8/+30
2015-11-13decoder: vp9: Add crop rectangle support.Sreerenj Balachandran1-0/+19
2015-11-13decoder: vp9: Fix the context and surface pool reset for multi resolution videoSreerenj Balachandran1-2/+16
2015-11-13decoder: vp9: Fill the VADecPictureParameterBufferVP9 width/height from frame...Sreerenj Balachandran1-2/+2
2015-11-13decoder: vp9: Set lossless flag from frame headerSreerenj Balachandran1-1/+1
2015-11-11libs: vp9: remove unused symbolsVíctor Manuel Jáquez Leal1-4/+0
2015-11-06VP9: libgstvaapi: Add VP9 decoderSreerenj Balachandran1-0/+679