summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-05decoder/h264: don't assert on invalid parameterHEADmasterfdo-masterXiang, Haihao1-12/+4
2016-08-04Set cost for modes used for VP8 encodingXiang, Haihao1-0/+11
2016-07-29Encode: Set cost for MODE_CHROMA_INTRA/MODE_REFID_COSTXiang, Haihao1-0/+5
2016-07-29Encode: Clear right and bottom border of NV12 surface to avoid run2run issueXuGuangxin3-2/+58
2016-07-29i965_encoder: return a failing statusDaniel Charles1-2/+4
2016-07-27Missing 'do' in "do ...while" in macro ALLOC_VDENC_BUFFER_RESOURCELim Siew Hoon1-1/+1
2016-07-27dri: return error for unimplemented surface formatsScott D Phillips1-0/+3
2016-07-27Fix to use source and output regions size instead of the input output surface...Ung, Teng En1-5/+5
2016-07-22Fix the condition used in 'else if()'Xiang, Haihao1-2/+2
2016-07-22encode: h264, h265: Remove unnecessary warningSreerenj Balachandran2-7/+0
2016-07-22Export the P010 surface attribute for HEVC/VP9 10-bits decodingZhao Yakui1-0/+9
2016-07-22shaders/gen9: fix build when no intel-gen4asm availableU. Artie Eoff1-0/+2
2016-07-22i965_drv: fix cb_cr_height for YUV422 formatsScott D Phillips1-1/+1
2016-06-28Downgrade the alignment requirement for linear surface on BDW+Zhao Yakui2-5/+9
2016-06-24Update PCI IDs for KabylakeXiang, Haihao1-5/+3
2016-06-22Make sure a right VEBOX_IECP_STATE is used on BDW+Xiang, Haihao1-0/+2
2016-06-13check the result of hsw_veb_post_format_convert()Víctor Manuel Jáquez Leal1-21/+13
2016-06-13Follow the HW spec to set the surface cache attribute for Gen9+Qu, PengFei3-0/+28
2016-06-13Encoding: H264 uses the GPU to construct the PAK obj command on Gen8+Zhao Yakui6-203/+481
2016-06-13Encoding: Encoding reuses aux_batchbuffer instead of allocate new bufferZhao Yakui1-16/+7
2016-06-08jpeg enc/dec gen9: Allow up to 8K JPEG max resolution on gen9U. Artie Eoff2-6/+24
2016-06-08i965_drv: add support for per-codec max resolutionU. Artie Eoff2-5/+36
2016-06-07Fix the potential NULL issueZhao Yakui2-10/+90
2016-06-07Restrict the VP9 HW encoding for Profile0Zhao Yakui1-1/+1
2016-06-06Fix the alpha mask at getting derive imagesVíctor Manuel Jáquez Leal1-2/+2
2016-06-031.7.2.pre1 for developmentXiang, Haihao1-1/+1
2016-06-03libdrm 2.4.52 is required to avoid the compiler errorXiang, Haihao1-1/+1
2016-06-03Don't check WAYLAND_SCANNER if wayland isn't used or foundXiang, Haihao4-38/+16
2016-06-01Remove extraneous OUT_BATCH in gen8_gpe_state_base_addressScott D Phillips1-2/+0
2016-05-27Update the dependency on VA-API versionXiang, Haihao1-1/+1
2016-05-27Export the VBR bit rate-control for VP9 encoding on KBLZhao Yakui1-0/+4
2016-05-27Add the support of CBR/VBR for Vp9 EncodingZhao Yakui2-13/+165
2016-05-27Release the corresponding buffers for VP9 encodingZhao Yakui1-0/+7
2016-05-27Export the Vp9 encoding profile/entrypoint for KBLZhao Yakui4-6/+135
2016-05-27Add the low-level implementation of VP9 encodingZhao Yakui11-0/+14859
2016-05-27Add some utility functions for i965_gpe_resourcesZhao Yakui5-0/+573
2016-05-26Add the VAEncMacroblockMapBufferType buffer for encodingZhao Yakui2-0/+10
2016-05-26Fix the 48-bit address issue for gpe_util functions on gen8+Zhao Yakui1-26/+37
2016-05-26Use the buffer allocated externally to configure dynamic state for gpe_contex...Zhao Yakui2-0/+33
2016-05-26Add one field to keep the specific priv_state for encodingZhao Yakui2-0/+6
2016-05-26Add common helper functions for VP9 Hw encodingZhao Yakui2-2/+539
2016-05-26Refine vp9_probs.h so that the prob table can be used for encodingZhao Yakui3-462/+552
2016-05-24Avoid potential NULL pointer accessXiang, Haihao2-1/+9
2016-05-11Update the dependency on VA-API versionXiang, Haihao1-1/+1
2016-05-09Export Low power encoding for H.264 on SKLXiang, Haihao1-0/+3
2016-05-09Implement low power mode on SKLXiang, Haihao8-6/+4808
2016-05-09Add support for VAEntrypointEncSliceLPXiang, Haihao4-19/+85
2016-05-09Add a path to fetch encoder status from the underlying contextXiang, Haihao4-52/+94
2016-05-09Make intel_avc_find_skipemulcnt() a public functionXiang, Haihao3-52/+56
2016-05-09Add some utility functions for MI commands for GEN9Xiang, Haihao3-0/+268