summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va/picture.c
Commit message (Expand)AuthorAgeFilesLines
* st/vaapi: fix vaapi VC-1 simple/main corruption v2Boyuan Zhang2015-11-061-0/+2
* st/va: add support for RGBX and BGRX in VPPJulien Isorce2015-11-061-2/+3
* st/va: properly indent buffer.c, config.c, image.c and picture.cJulien Isorce2015-11-061-41/+41
* st/va: add colospace conversion through Video Post ProcessingJulien Isorce2015-10-301-1/+80
* st/va: add VAAPI HEVC decode supportBoyuan Zhang2015-10-271-0/+182
* st/va: pass picture desc to begin and decodeJulien Isorce2015-10-261-2/+2
* st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()Michael Varga2014-11-101-0/+7
* st/va: MPEG4 generate GOV and VOP headerMichael Varga2014-11-101-0/+92
* st/va: MPEG4 populate the SPS structureMichael Varga2014-11-101-0/+6
* st/va: MPEG4 populate the iq matrix buffersMichael Varga2014-11-101-0/+16
* st/va: MPEG4 populate the PPS structureMichael Varga2014-11-101-0/+72
* st/va: refactored handleVASliceDataBufferTypeMichael Varga2014-11-101-35/+40
* st/va: implement Picture functions for mpeg2 h264 and vc1Christian König2014-10-011-6/+346
* st/va: skeleton VAAPI state trackerChristian König2014-10-011-0/+56