summaryrefslogtreecommitdiff
path: root/src/gen7_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-27Avoid the duplicated macro-definition of surface sizeZhao Yakui1-0/+4
2013-12-03H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao1-1/+1
2013-11-13Remove the unused variable to avoid the warningZhao Yakui1-1/+0
2013-11-13Encoding reuses aux_batchbuffer instead of allocating another new bufferZhao Yakui1-6/+3
2013-11-13Indent the code of encodingXiang, Haihao1-107/+107
2013-09-06Optimize quantization rounding precision for MPEG2 encoding on IvyZhao Yakui1-1/+8
2013-09-06Cleanup profile tracking in encoderXiang, Haihao1-1/+1
2013-09-06Rename the macrosXiang, Haihao1-1/+1
2013-03-15Encoder: directly use the objects for the reference picturesXiang, Haihao1-4/+2
2013-03-15Encoder: directly use the objects for the reconstructed picture and coded bufferXiang, Haihao1-4/+2
2013-03-15Encoder: directly use the surface object of the input surfaceXiang, Haihao1-2/+1
2013-03-15Silence a bunch of warningsXiang, Haihao1-1/+1
2013-01-17Refine mpeg2 mfc pipeline codeLi Xiaowei1-1/+787
2013-01-17Add the bidirectional MVP to optimize the VME parameter on IvbZhao Yakui1-2/+8
2012-10-23Add the common BRC API to avoid the duplicated codeZhao Yakui1-1/+1
2012-06-11New BRC algorithm to match HRDRogozhkin, Dmitry V1-0/+1
2012-05-14Enable Stream-Out on IVBZhou Chang1-0/+1
2012-04-19Remove hard-coded code.Xiang, Haihao1-4/+5
2012-03-09Setup pipeline to create MFC batchbuffer on SandybridgeXiang, Haihao1-1499/+17
2012-03-08Setup pipeline to create MFC batchbuffer on IVBXiang, Haihao1-95/+644
2012-03-02Synced gen7 with gen6 for HRD.teaonly1-18/+32
2012-02-29Synced IVB with SNB, added HRD and multipul slices support.Zhou,Chang1-111/+226
2012-02-01Add support for I420, YV12 etc. formatted YUV surface for encodingXiang, Haihao1-1/+1
2012-01-18Fix graphics memory allocation for VA surfaceXiang, Haihao1-1/+1
2011-12-19Split Gen6 MFC and Gen7 MFCXiang, Haihao1-0/+1173