summaryrefslogtreecommitdiff
path: root/src/gen8_mfc.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-23Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui1-1/+1
2014-02-27Update the MFX_AVC_IMAGE_STATE to follow the specZhao Yakui1-1/+1
2014-02-27Fix the incorrect MV upper bound setting of MFC_IND_OBJ_BASE_ADDRESS_STAE for...Zhao Yakui1-1/+3
2014-02-27BDW encoding reuses aux_batchbuffer instead of allocating another new bufferZhao Yakui1-12/+6
2014-02-27Calculate required space of batch buffer to avoid buffer overflow in encoding...Zhao Yakui1-1/+5
2014-02-27BDW doesn't support H.264 Baseline profileXiang, Haihao1-1/+1
2014-02-27Enable the Intra-prediction for MPEG2 P-B frame on BDWZhao Yakui1-1/+20
2014-02-27Fix incorrect MI_BATCH_BUFFER_START command for MPEG2 encoding on BDWZhao Yakui1-2/+4
2014-02-27Follow the input Picture/Slice parameters for SLICE_STATE command on BDWXiang, Haihao1-11/+21
2014-02-27Pass the reference frame index in List0/1 into the PAK command on BDWXiang, Haihao1-2/+3
2014-02-27Indent the code of encoding on BDWXiang, Haihao1-159/+159
2014-02-27Optimize quantization rounding precision of MPEG2 encoding on Gen8Zhao Yakui1-1/+8
2014-02-27PAK encoding uses the reference list parsed from slice_param instead of hacke...Zhao Yakui1-26/+1
2014-02-27Fix the MV offset for MPEG2 on BDWZhao Yakui1-6/+7
2014-02-27Handle the bit length of last dword for INSERT_OBJECT on BDWZhao Yakui1-0/+3
2014-02-27Rewrite the VME shader for encoding on BDWZhao Yakui1-1/+1
2014-02-27Update the MI_BATCH_BUFFER_START for BDWZhao Yakui1-2/+3
2014-02-27Avoid the duplicated macro-definition of surface sizeZhao Yakui1-0/+4
2014-02-27Add the separated media encoding/decoding files for BDWZhao Yakui1-0/+2469