summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va/picture.c
Commit message (Expand)AuthorAgeFilesLines
* st/va: force to flush the last p frame in idr periodBoyuan Zhang2016-10-181-0/+3
* st/va: Fix H.264 PicOrderCnt valueMark Thompson2016-10-141-1/+1
* st/va Avoid VBR bitrate calculation overflow v2Andy Furniss2016-09-271-1/+1
* st/va: enable vbr rate control for vaapi encodeBoyuan Zhang2016-09-121-1/+1
* st/va: Remove unused variable coded_size from vlVaEndPicture()Kai Wasserbäch2016-08-241-1/+0
* st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11bKai Wasserbäch2016-08-241-3/+1
* st/va: enable dual instances encode by sync surfaceBoyuan Zhang2016-08-191-3/+9
* st/va: add function to handle misc param type frame rateBoyuan Zhang2016-07-251-5/+19
* st/va: add preset values for VAAPI encodeBoyuan Zhang2016-07-251-0/+27
* st/va: add functions for VAAPI encodeBoyuan Zhang2016-07-251-2/+170
* st/va: add NV12 -> NV12 post processing v2Christian König2016-01-121-5/+5
* st/va: make the implementation thread safe v2Christian König2016-01-121-3/+16
* st/va: count number of slicesJulien Isorce2016-01-051-0/+8
* st/va: fix unused variable warningChristian König2015-12-141-1/+0
* st/va: move HEVC functions into separate file v2Christian König2015-12-071-168/+4
* st/va: delay decoder creation until max_references is knownJulien Isorce2015-12-011-8/+40
* st/va: add missing break statementEmil Velikov2015-11-291-0/+1
* st/va: fix indentationChristian König2015-11-241-7/+7
* st/va: move MPEG4 functions into separate fileChristian König2015-11-241-180/+6
* st/va: move VC-1 functions into separate fileChristian König2015-11-241-35/+1
* st/va: move H264 functions into separate fileChristian König2015-11-241-72/+4
* st/va: move MPEG12 functions into separate fileChristian König2015-11-241-49/+8
* st/va: move post processing function into own fileChristian König2015-11-241-57/+1
* st/va: fix post process dirty area handlingChristian König2015-11-241-4/+1
* st/va: use the vl_screen dispatchEmil Velikov2015-11-201-1/+1
* 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