summaryrefslogtreecommitdiff
path: root/src/gen9_mfc_hevc.c
Commit message (Expand)AuthorAgeFilesLines
* Unify the coding style in the driverXiang, Haihao2017-04-071-159/+123
* Add the support for GLK in the intel-driverpeng.chen2017-03-151-11/+22
* Fix the incorrect 48-bit address reallocationZhao Yakui2017-01-171-8/+5
* Follow the HW spec to configure the buffer cache on Gen9+Zhao Yakui2017-01-171-2/+3
* HEVC encoder: use generic rate control parametersMark Thompson2016-12-231-68/+15
* Use a 2-dimensional array to store misc parametersXiang, Haihao2016-09-161-2/+2
* HEVC10bit ENC:enable hevc 10bit on VME and PAKPengfei Qu2016-09-081-66/+39
* HEVC ENC:set the initial QP threshold to avoid the low quality in the first GOPPengfei Qu2016-08-231-3/+3
* HEVC ENC:fill the correct chroma intra modePengfei Qu2016-08-231-4/+3
* encode: h264, h265: Remove unnecessary warningSreerenj Balachandran2016-07-221-4/+0
* add the support of 8-aligned size setting for hevc encodingpeng.chen2016-04-281-4/+64
* fix the FPS caculation error for HEVC encoderpeng.chen2016-04-081-3/+3
* KBL driver enablingPeng Chen2016-01-291-9/+86
* HEVC ENC:add CBR feature.Pengfei Qu2015-11-181-50/+78
* Make sure the pointer is valid before dereferencing itXiang, Haihao2015-09-281-7/+13
* Silence compiler warningXiang, Haihao2015-09-151-4/+0
* Check pointer returned from calloc()Xiang, Haihao2015-09-151-6/+8
* Fix klockwork critical message hit on calloc function usageLim Siew Hoon2015-09-061-0/+2
* encode/hevc: Check the correct BO before unreferencing itXiang, Haihao2015-09-061-1/+1
* encode/hevc: fix HEVC encode on SKL GT3Xiang, Haihao2015-07-231-1/+5
* FIX:HEVC enc cause GPU hang when lcu_size=32 with 720x480 and 176x144Qu,Pengfei2015-06-191-11/+15
* HEVC/enc: Fix Multi Slice Encoding.Sreerenj Balachandran2015-06-021-2/+2
* HEVC enc:Added 4K&2K support; Added Profile&Level 5.1 aboveQu,Pengfei2015-04-171-153/+164
* HEVC ENC:Added PAK pipelineQu,Pengfei2015-03-191-0/+2584