summaryrefslogtreecommitdiff
path: root/src/gen9_hevc_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* HEVC encoder: correct the minimal bitrate for VBRHaihao Xiang2019-01-081-15/+14
* Fix memory leakHaihao Xiang2018-12-071-26/+29
* Fix a potential over run issuepeng.chen2018-03-141-1/+5
* Remove implicit truncations from int to bit-fieldVíctor Manuel Jáquez Leal2018-03-141-16/+16
* Use enum's type name to fix implicit conversionVictor Toso2018-01-101-4/+4
* Fix coding styleVictor Toso2018-01-101-1/+1
* Fix check return value without assignmentVictor Toso2018-01-101-1/+1
* vme_context->private_enc_ctx: check null before dereferenceU. Artie Eoff2017-11-301-0/+3
* change prefix of function name from gen9 to i965 in gpe utilsWang Tiatian2017-09-221-20/+20
* Add the configure attributes of EncMaxRefs for GEN9 HEVC encoderpeng.chen2017-08-101-0/+4
* Add the support of ROI for HEVC encoder on GEN9 SKL+peng.chen2017-07-131-40/+60
* Check pointers against NULL before usingXiang, Haihao2017-06-121-0/+3
* Fix the max slice number definition error in hevc encoderpeng.chen2017-06-081-3/+3
* Use the down sampled NV12 surface as the RAW surfacepeng.chen2017-05-271-6/+18
* Improve the performance of HEVC fast level encodingpeng.chen2017-05-111-15/+26
* Add the support of multi-slices for the HEVC encoderpeng.chen2017-04-271-0/+32
* Enable HEVC encoder for GLKjkyu2017-04-131-14/+14
* Improve the HEVC encoding quality on SKL/APL/KBLpeng.chen2017-04-131-0/+7347