summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_vp9.c
AgeCommit message (Expand)AuthorFilesLines
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