summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.c
Commit message (Expand)AuthorAgeFilesLines
* Don't show an error on hybrid driver failureNicolas Chauvet2018-06-291-1/+1
* Do not return FEI caps for non-FEI entrypointsMark Thompson2018-04-281-4/+7
* Fix packed headers attribute test in vaCreateConfig()Mark Thompson2018-03-151-1/+14
* Add the missing 'break' in switchXiang, Haihao2018-03-141-0/+2
* Correct the valid buffer sizeXiang, Haihao2018-03-141-2/+2
* Support VBR for HEVC 10bitXiang, Haihao2018-02-021-1/+2
* ENC/VP8: set value to VA_ATTRIB_NOT_SUPPORTED when querying VAConfigAttribEnc...Xiang, Haihao2018-01-311-6/+1
* Return surface width/height in pixelsXiang, Haihao2018-01-311-2/+2
* Add support for VDEnc VP9 CQP mode on CNLXiang, Haihao2018-01-291-0/+5
* Add flags for VP9 low power encoding modeXiang, Haihao2018-01-291-2/+15
* Add a flag for VP9 BRC mode in struct hw_codec_infoXiang, Haihao2018-01-291-1/+3
* CQP is supported for jpegXiang, Haihao2018-01-251-0/+3
* VP8 encoding doesn't require packed headerXiang, Haihao2018-01-251-10/+27
* ENC:fix min resolution check for encoderPengfei Qu2018-01-231-5/+23
* Check the flags of the packed headers when creating a configXiang, Haihao2018-01-221-21/+42
* Check the requirement on RC modeXiang, Haihao2018-01-221-60/+56
* Check decoding modeXiang, Haihao2018-01-221-1/+13
* ENC: add mininum resolution query for encoderPengfei Qu2018-01-181-0/+19
* Add the HEVC encoder on CNLpeng.chen2018-01-111-0/+2
* ENC: enable avc encoder on cnlQu Pengfei2018-01-111-1/+7
* Add the initial support of CNLZhao Yakui2018-01-111-3/+7
* Fix: AVC encoder use at most 4 fwd ref frames and 1 bwd ref framesPengfei Qu2018-01-101-2/+3
* Stats/PreEnc: Add basic infrastructure for PreEnc enablementSreerenj Balachandran2018-01-101-8/+117
* i965: Remove negative check on unsigned variableVictor Toso2018-01-101-2/+1
* Add info messages for failure cases of vaExportSurfaceHandle()Mark Thompson2017-12-041-3/+14
* Add new functions for loggingMark Thompson2017-12-041-0/+47
* Implement vaExportSurfaceHandle()Mark Thompson2017-11-301-0/+224
* Change the vertical alignment for linear surfaceXiang, Haihao2017-10-051-1/+0
* Fix a typo in VAConfigAttribValEncROIXiang, Haihao2017-09-271-3/+3
* FEI: validate VAConfigAttribRateControl in i965_CreateConfigU. Artie Eoff2017-08-241-0/+3
* FEI: Add basic infrastructure for FEI enablementSreerenj Balachandran2017-08-231-16/+60
* Return UYVY format for vaQuerySurfaceAttributesXiang, Haihao2017-08-171-0/+12
* avoid NULL pointer deref in i965_CreateConfigU. Artie Eoff2017-08-111-2/+2
* add brc mode check for AVC when creating the configPengfei Qu2017-08-101-0/+21
* Add the configure attributes of EncMaxRefs for GEN9 HEVC encoderpeng.chen2017-08-101-0/+4
* Don't check the stride in the y direction for a single plane surfaceXiang, Haihao2017-07-131-4/+11
* Add HEVC ROI attributes for VAConfigAttribEncROIpeng.chen2017-07-131-4/+8
* Enc: add max ref number query for AVC encoder on SKL+Pengfei Qu2017-06-301-2/+10
* ENC: add RC query for AVC mb rc mode on SKL+Pengfei Qu2017-06-121-3/+5
* decode: release huffman_table from decode stateU. Artie Eoff2017-06-041-0/+1
* VP8 encoder can support VBR method since using the new media kernelXiang, Haihao2017-05-121-1/+2
* Fix coding style in the previous commitsXiang, Haihao2017-05-121-1/+1
* Enc:support multi slice for AVC encoder on SKL/APL/KBLPengfei Qu2017-05-041-16/+34
* Add the support of multi-slices for the HEVC encoderpeng.chen2017-04-271-4/+12
* Fix the suspicious reference before check NULL pointerZhao Yakui2017-04-201-4/+5
* Set the quality range and default level for hevc encoderpeng.chen2017-04-131-1/+3
* Add the RC_VBR in GetConfigAttributes for HEVC encodingpeng.chen2017-04-131-1/+2
* Improve the HEVC encoding quality on SKL/APL/KBLpeng.chen2017-04-131-2/+2
* Fix: check height alignment against hpitchVíctor Manuel Jáquez Leal2017-04-131-1/+1
* Unify the coding style in the driverXiang, Haihao2017-04-071-591/+616