summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add upper bound check in HCP_IND_OBJ_BASE_ADDR_STATEv1.8-branchXiang, Haihao2018-01-081-1/+1
* Set pipe_buffer_state before ind_obj_base_addr for VP9 decoderpeng.chen2017-10-171-1/+1
* Change the vertical alignment for linear surfaceXiang, Haihao2017-10-172-12/+11
* Don't check the stride in the y direction for a single plane surfaceXiang, Haihao2017-10-171-4/+11
* Fix VDENC_PIPE_BUF_ADDR_STATE for AVC VDEnc encodingXiang, Haihao2017-10-171-2/+2
* add VC-1 intensity compensation for SNBcarpalis2017-10-172-6/+41
* implement intensity compensation for VC-1 decodingcarpalis2017-10-174-18/+117
* Check pointers against NULL before usingXiang, Haihao2017-06-121-0/+3
* Add gen9_hevc_enc_kernels.h to the corresponding listXiang, Haihao2017-06-121-0/+1
* correct subsampling calculate methods of various fourcc that jpeg support.Wang, Tiantian2017-06-123-72/+48
* ENC: add RC query for AVC mb rc mode on SKL+Pengfei Qu2017-06-123-3/+20
* Fix: AVC/HEVC encoder quality range should be 7 on SKL+Pengfei Qu2017-06-121-2/+2
* Enable is_16bpp flag of gpe_surface for P010 surfacepeng.chen2017-06-121-0/+5
* Fix the max slice number definition error in hevc encoderpeng.chen2017-06-122-5/+5
* Use ASSERT_RET() instead of assert() for some assertionsXiang, Haihao2017-06-122-9/+10
* Add the missing parameter type in a function definitionXiang, Haihao2017-06-121-1/+1
* decode: release huffman_table from decode stateU. Artie Eoff2017-06-121-0/+1
* gen9_avc_encoder: brc_curbe_size is not static anymoreVíctor Manuel Jáquez Leal2017-06-121-1/+1
* gen9_avc_encoder: Fix mbenc curbe size of KBL and GLKSreerenj Balachandran2017-06-121-2/+2
* Use the down sampled NV12 surface as the RAW surfacepeng.chen2017-06-121-6/+18
* Fix AUD insert issue in AVC encoder with GEN6/7.5/8.Jun Zhao2017-06-125-20/+81
* Fix typo in comments.Jun Zhao2017-06-122-3/+3
* Gen9 H.264 encoders: Fix condition for enabling MB rate controlMark Thompson2017-06-122-3/+3
* VP8 encoder can support VBR method since using the new media kernelXiang, Haihao2017-06-121-1/+2
* This silences a gcc warningXiang, Haihao2017-06-121-0/+5
* Fix coding style in the previous commitsXiang, Haihao2017-06-121-6/+3
* ENC: fix the low quality at the first GOP for AVC encoder on the platform pre...Pengfei Qu2017-06-121-4/+12
* Improve the performance of HEVC fast level encodingpeng.chen2017-06-121-15/+26
* android: move the libraries to /vendorChih-Wei Huang2017-06-121-0/+1
* Make the compiler happyChih-Wei Huang2017-06-121-0/+1
* Move source lists into Makefile.sourcesChih-Wei Huang2017-06-123-182/+138
* android: set the installation pathChih-Wei Huang2017-06-121-0/+1
* android: fix the rules to generate intel_version.hChih-Wei Huang2017-06-121-9/+11
* android: remove deprecated include pathsChih-Wei Huang2017-06-121-4/+0
* android: remove redundant -DANDROIDChih-Wei Huang2017-06-121-1/+1
* Remove the unnecessary exec bitChih-Wei Huang2017-06-1214-0/+0
* Add the support of multi-slices for the HEVC encoderpeng.chen2017-06-124-6/+46
* Fix the suspicious reference before check NULL pointerZhao Yakui2017-06-121-4/+5
* gen9_vp9_encoder: fix parameters sent to the shadersDaniel Charles2017-06-122-5/+3
* Enable HEVC encoder for GLKjkyu2017-06-122-16/+16
* Set the quality range and default level for hevc encoderpeng.chen2017-06-123-5/+33
* Add the RC_VBR in GetConfigAttributes for HEVC encodingpeng.chen2017-06-121-1/+2
* Improve the HEVC encoding quality on SKL/APL/KBLpeng.chen2017-06-1212-7/+8638
* Add the new kernel binary for the improved HEVC encoder on SKL/APL/KBLpeng.chen2017-06-124-0/+20680
* Check and allocate (if not exist) bo for dst_obj_surface in vppWang, Tiantian2017-06-121-4/+35
* ENC: add AUD nal unit at the beginning of picturePengfei Qu2017-06-122-4/+56
* dri: error for more unimplemented surface formatsVíctor Manuel Jáquez Leal2017-06-121-2/+4
* Fix: check height alignment against hpitchVíctor Manuel Jáquez Leal2017-06-121-1/+1
* Unify the coding style in the driverXiang, Haihao2017-06-12104-45215/+44157
* gen9_avc_encoder: macro optimizationSreerenj Balachandran2017-06-121-7/+7