summaryrefslogtreecommitdiff
path: root/src/gen9_vdenc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove decode code.Xiang, Haihao2018-03-141-3/+0
* VDENC: Add the VDENC H264 on CNLZhao Yakui2018-01-111-12/+157
* Remove some unused static tablesMark Thompson2017-10-101-38/+1
* Don't align the bitrate to 1000 for VDEnc AVC encodingXiang, Haihao2017-07-311-8/+8
* Initialize the HME mv cost table for VDEnc AVC encodingXiang, Haihao2017-07-311-0/+7
* Fix VDENC_PIPE_BUF_ADDR_STATE for AVC VDEnc encodingXiang, Haihao2017-07-121-2/+2
* Fix the ROI bottom setting issue in vdencpeng.chen2017-06-201-1/+1
* Gen9 H.264 encoders: Fix condition for enabling MB rate controlMark Thompson2017-05-161-1/+1
* Unify the coding style in the driverXiang, Haihao2017-04-071-17/+17
* Add the video encoder support for GLKjkyu2017-04-071-4/+8
* VDENC: Avoid using the first index reference frame for the invalid referenceZhao Yakui2017-03-061-6/+28
* VDENC: Fix the incorrect shift in REF_IDX_STATE commandZhao Yakui2017-02-271-2/+2
* Fix the incorrect usage of buffer domain for VDENCZhao Yakui2017-02-171-2/+2
* Follow the HW requirement to configure VDENC on KBLZhao Yakui2017-02-141-18/+35
* Fix the incorrect ver-coord for VDENC encodingZhao Yakui2017-02-141-4/+4
* VDENC: add the const prefix to avoid updating the const tableZhao Yakui2017-02-101-39/+44
* Follow the HW spec to configure the buffer cache on Gen9+Zhao Yakui2017-01-171-1/+8
* Support AVC VDEnc on KBLXiang, Haihao2016-12-281-16/+215
* VDEnc: update the constant bufferXiang, Haihao2016-12-281-3/+3
* VDEnc: update the value of inter rounding for CQP modeXiang, Haihao2016-12-281-1/+5
* VDEnc: update the MFX_AVC_IMG_STATE commandXiang, Haihao2016-12-281-4/+5
* VDEnc: always enable bitrate control per mbXiang, Haihao2016-12-281-0/+1
* i965_encoder: consistently represent framerate as a fractionMark Thompson2016-12-231-12/+16
* Don't parse Misc parameters in VDEncXiang, Haihao2016-11-301-127/+31
* Rename gen9_gpe_mi_store_register_mem() to gen8_gpe_mi_store_register_mem()Xiang, Haihao2016-11-181-5/+5
* Rename gen9_gpe_mi_flush_dw() to gen8_gpe_mi_flush_dw()Xiang, Haihao2016-11-181-5/+5
* Rename gen9_gpe_mi_store_data_imm() to gen8_gpe_mi_store_data_imm()Xiang, Haihao2016-11-181-2/+2
* Rename gen9_gpe_mi_batch_buffer_start() to gen8_gpe_mi_batch_buffer_start()Xiang, Haihao2016-11-181-1/+1
* vdenc: Always use the 1st VCS ringXiang, Haihao2016-10-281-1/+2
* Use a 2-dimensional array to store misc parametersXiang, Haihao2016-09-161-2/+2
* Missing 'do' in "do ...while" in macro ALLOC_VDENC_BUFFER_RESOURCELim Siew Hoon2016-07-271-1/+1
* Add some utility functions for i965_gpe_resourcesZhao Yakui2016-05-271-0/+1
* Avoid potential NULL pointer accessXiang, Haihao2016-05-241-0/+6
* Implement low power mode on SKLXiang, Haihao2016-05-091-0/+3771