aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/va
Commit message (Expand)AuthorAgeFilesLines
* st/va: add VP9 config to enable profile2Leo Liu2018-04-122-1/+5
* st/va: add VP9 config to enable profile0Leo Liu2018-04-122-1/+5
* st/va: parse VP9 uncompressed frame headerLeo Liu2018-04-123-1/+239
* st/va: add slice parameter handling for VP9Leo Liu2018-04-121-1/+24
* st/va: add picture parameter handling for VP9Leo Liu2018-04-121-1/+51
* st/va: add handles for VP9 buffersLeo Liu2018-04-125-2/+54
* st/va: add VP9 picture to contextLeo Liu2018-04-122-0/+5
* meson: use va-api version reported by pkg-configDylan Baker2018-02-151-3/+3
* st/va: Make the vendor string more descriptiveMark Thompson2018-02-092-1/+6
* st/va: Enable vaExportSurfaceHandle()Mark Thompson2018-02-092-2/+8
* st/va: implement HEVC encode functionsBoyuan Zhang2018-02-051-6/+144
* st/va: add HEVC encode functionsBoyuan Zhang2018-02-055-4/+111
* st/va: enable dual instances encode only for H264Boyuan Zhang2018-02-052-11/+15
* st/va: add entrypoint check for HEVCBoyuan Zhang2018-02-051-10/+12
* st/va: add HEVC picture descBoyuan Zhang2018-02-052-4/+23
* st/va: move H264 enc functions into separate fileBoyuan Zhang2018-02-055-139/+260
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* st/va: add break for MPEG4 data buffer handling caseLeo Liu2018-01-171-0/+1
* st/va: remove TODO line for JPEG data buffer handlingLeo Liu2018-01-171-1/+0
* st/va: release held locks in error pathsGrazvydas Ignotas2018-01-173-3/+9
* st/va: clear pointers for mpeg2 quantiser matricesIndrajit Das2018-01-161-0/+5
* st/va: directly use idr pic flagBoyuan Zhang2017-12-151-5/+3
* meson: build gallium va state trackerDylan Baker2017-12-041-0/+39
* st/va: implement poc typeBoyuan Zhang2017-11-171-0/+1
* st/va: Return correct width and height for encode/decode supportMark Thompson2017-10-171-10/+30
* st/va: Fix config entrypoint handlingMark Thompson2017-10-171-6/+12
* st/va: Disable vaExportSurfaceHandle()Mark Thompson2017-10-172-2/+2
* st/va: Implement vaExportSurfaceHandle()Mark Thompson2017-10-073-1/+153
* st/va: add RGB support to vlVaPutSurfaceLeo Liu2017-10-041-1/+13
* st/va: don't re-allocate interlaced buffer with pakced formatLeo Liu2017-10-041-4/+6
* st/va: add dst rect to avoid scale on deintLeo Liu2017-09-291-6/+6
* st/va: use pipe transfer_map to map upload bufferLeo Liu2017-09-281-3/+9
* st/va/postproc: implement the DRM prime grabberLeo Liu2017-09-251-2/+16
* st/va/postproc: use progressive target buffer for scalingLeo Liu2017-09-251-0/+18
* st/va: make internal func vlVaHandleSurfaceAllocate() call simplerLeo Liu2017-09-253-7/+4
* st/va/postproc: add a full NV12 deint support from buffer I to PLeo Liu2017-09-251-1/+21
* st/va: use new vl_compositor_yuv_deint_full() to deintLeo Liu2017-09-251-3/+11
* st/va/postproc: use video original size for postprocessingLeo Liu2017-09-251-6/+8
* Revert "st/va: add enviromental variable to disable interlace"Leo Liu2017-09-071-4/+0
* st/va: move YUV content to deinterlaced buffer when reallocated for encoderLeo Liu2017-09-071-1/+10
* st/va: reallocate the buffer if the layout isn't supportedLeo Liu2017-09-071-9/+12
* st/va: exclude the buffer reallocation for encode caseLeo Liu2017-08-231-1/+1
* st/va: enable P016 format i.e. reallocate buffer if format changedLeo Liu2017-08-221-0/+12
* st/va: add MJPEG for configLeo Liu2017-08-212-1/+5
* st/va: reallocate surface with YUYV streamLeo Liu2017-08-211-0/+17
* st/va: detect MJPEG format from bitstreamLeo Liu2017-08-213-0/+10
* st/va: reallocate surface when interlacedLeo Liu2017-08-211-0/+22
* st/va: make surface allocate functions more usefullyLeo Liu2017-08-212-4/+5
* st/va: add slice parameter handling for MJPEGLeo Liu2017-08-211-1/+23
* st/va: add huffman table handling for MJPEGLeo Liu2017-08-211-1/+18