summaryrefslogtreecommitdiff
path: root/src/i965_encoder.c
Commit message (Expand)AuthorAgeFilesLines
...
* Encoding: ROI support for CQP/CBR on Haswell/IvyZhao Yakui2016-08-151-1/+0
* Encoding: Add one ROI flag and ROI bufferZhao Yakui2016-08-151-2/+5
* Encode: Clear right and bottom border of NV12 surface to avoid run2run issueXuGuangxin2016-07-291-2/+54
* i965_encoder: return a failing statusDaniel Charles2016-07-291-2/+4
* Export the Vp9 encoding profile/entrypoint for KBLZhao Yakui2016-05-271-0/+87
* Add one field to keep the specific priv_state for encodingZhao Yakui2016-05-261-0/+5
* Implement low power mode on SKLXiang, Haihao2016-05-091-6/+11
* Add support for VAEntrypointEncSliceLPXiang, Haihao2016-05-091-6/+16
* Add a path to fetch encoder status from the underlying contextXiang, Haihao2016-05-091-0/+14
* Fix klockwork critical message hit on calloc function usageLim Siew Hoon2015-09-061-0/+1
* encode/hevc: Check slice type first in case user passes wrong parameters to d...Xiang, Haihao2015-09-061-1/+13
* HEVC ENC:Added pipeline initQu,Pengfei2015-03-191-1/+73
* VP8 HWEnc: Build VP8 PAK pipeline and enabling I frameZhong Li2015-03-191-0/+73
* VP8 HWEnc: Build vp8 gen9 encoding vme pipelineZhong Li2015-03-191-0/+4
* JPEG Encode: Added support for UYVY/YUY2/Y8 Input formatsSirisha Muppavarapu2014-12-141-7/+138
* Add support for JPEG encoding on SKLXiang, Haihao2014-12-141-1/+4
* Skl: Add the initial support for media encodingZhao Yakui2014-12-141-0/+5
* JPEG Encode: Added JPEG Encode feature support for gen8Sirisha Muppavarapu2014-11-191-5/+47
* Remove gen7 only limitation for encoding configurationZhong Li2014-09-091-6/+2
* Add multi quality levels encoding support for GEN7Zhong Li2014-09-091-1/+36
* MVC: CODEC_H264_MVC defination and relatived properties checkLi Xiaowei2014-06-161-0/+7
* Define i965_CreateSurfaces in header file explicitly to avoid multiple declar...Zhao Yakui2014-06-161-8/+0
* Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui2014-04-231-2/+2
* Define i965_DestroySurfaces in header file explicitly to avoid multiple decla...Zhao Yakui2014-04-231-4/+0
* Don't advertise CBR for MPEG-2 encodingXiang, Haihao2014-02-271-0/+7
* Add the separated media encoding/decoding files for BDWZhao Yakui2014-02-271-0/+7
* H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao2013-12-031-2/+2
* Cleanup profile tracking in encoderXiang, Haihao2013-09-061-1/+18
* VPP: check the backing store bufferXiang, Haihao2013-03-151-2/+3
* Encoder: directly use the objects for the reference picturesXiang, Haihao2013-03-151-1/+58
* Encoder: directly use the objects for the reconstructed picture and coded bufferXiang, Haihao2013-03-151-1/+7
* Encoder: check whether the coded buffer and reconstructed surface are validXiang, Haihao2013-03-151-1/+96
* Encoder: unify the initialization of the contextXiang, Haihao2013-03-151-64/+17
* Encoder: directly use the surface object of the input surfaceXiang, Haihao2013-03-151-3/+20
* Return the status when running the pipelineXiang, Haihao2013-03-151-1/+2
* Add the separated encoding files for IvyZhao Yakui2013-01-171-1/+1
* New field profile in struct intel_encoder_contextXiang, Haihao2012-12-141-0/+3
* Allow to create batchbuffer based on the expected buffer sizeZhao Yakui2012-10-311-3/+3
* Add the separated files for media encoder on haswellZhao Yakui2012-10-231-0/+36
* New BRC algorithm to match HRDRogozhkin, Dmitry V2012-06-111-0/+2
* Fixed CBR mode missed issue in SNB.Zhou Chang2012-03-291-0/+9
* Use the bitrate control mode set in the current configurationXiang, Haihao2012-02-221-0/+9
* Fix the interface for internal context initializationXiang, Haihao2012-02-221-2/+2
* Add support for I420, YV12 etc. formatted YUV surface for encodingXiang, Haihao2012-02-011-0/+81
* Merge branch 'master' into vaapi-extXiang, Haihao2012-01-121-2/+0
|\
| * Avoid depending on va_backend.h for some filesXiang, Haihao2012-01-101-2/+0
* | Split Gen6 MFC and Gen7 MFCXiang, Haihao2011-12-191-20/+55
* | i965_drv_video: Simplify render buffer functionXiang, Haihao2011-08-251-1/+1
|/
* Moved files around.Gwenole Beauchesne2011-08-221-0/+83