summaryrefslogtreecommitdiff
path: root/src/gen75_mfc.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-03Merge branch 'master' into stagingXiang, Haihao1-5/+4
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-03-15Avoid potential buffer overflow issueXiang, Haihao1-20/+13
2013-01-30Correct the mv offset for mpeg2 encoding on HSWLi Xiaowei1-5/+5
2013-01-17apply new mv offset for mpeg2 encoding on HSWLi Xiaowei1-11/+5
2013-01-17Add the bidirectional MV prediction for B-frame on HaswellZhao Yakui1-3/+12
2013-01-17Remove the preprocessor redefinitions for H264 and MPEG2 on HaswellZhao Yakui1-9/+9
2013-01-17Discard the intermediate result during VME prediction on haswellZhao Yakui1-3/+3
2012-12-14Fix Motion VectorXiang, Haihao1-23/+42
2012-12-14MPEG-2 encoding: Use pre deblocking output for reconstructed picture.Xiang, Haihao1-2/+2
2012-12-14Follow the vme output to configure PAK commandXiang, Haihao1-12/+48
2012-12-14PAK command for inter macroblockXiang, Haihao1-1/+76
2012-12-14Update coded_block_patternXiang, Haihao1-1/+1
2012-12-14Change the max sizeXiang, Haihao1-1/+1
2012-12-14Update QM/FQM matrices for MPEG-2 encodingXiang, Haihao1-18/+44
2012-12-14No emulation bytes for MPEG-2Xiang, Haihao1-3/+3
2012-12-14Internal flag for the coded bufferXiang, Haihao1-16/+16
2012-12-14rename I965_CODEDBUFFER_SIZEXiang, Haihao1-1/+1
2012-12-14Insert some redunrant data around a sliceXiang, Haihao1-27/+38
2012-12-14Setup MFC pipeline for MPEG-2 encoding on HaswellXiang, Haihao1-2/+561
2012-12-14Feed MFC PAK with correct MV of VME output on haswellZhao Yakui1-0/+37
2012-12-14Add the support of the chroma intra prediction on HaswellZhao Yakui1-1/+1
2012-12-14Fix the corrupted macroblock for AVC encoding on HSWZhao Yakui1-0/+1
2012-11-01Warning fixesXiang, Haihao1-23/+0
2012-11-01Encoding: use a separated command bufferXiang, Haihao1-2/+25
2012-11-01Encoding: modify function to fill command into a specified batch bufferXiang, Haihao1-77/+138
2012-10-31Remove the hard coded value to suppor the 4Kx4K encodingZhao Yakui1-5/+10
2012-10-31Allow to create batchbuffer based on the expected buffer sizeZhao Yakui1-3/+10
2012-10-31Remove the dup code of XXX_mfc_avc_prepareZhao Yakui1-151/+1
2012-10-31Remove the hard coded value to suppor the 4Kx4K encodingZhao Yakui1-10/+18
2012-10-31Unify the XXX_free_avc_surface for media encoding/decodingZhao Yakui1-25/+12
2012-10-23Handle the MFX change between A stepping and B-stepping for haswellZhao Yakui1-0/+247
2012-10-23Add the support of encoding P frame on haswellZhao Yakui1-36/+79
2012-10-23Add the Intra VME for I-frame on HaswellZhao Yakui1-18/+35
2012-10-23Add the separated file for media encoding on haswellZhao Yakui1-0/+810
2012-10-23Use the common API to write avc SPS/PPS/SEI info on SNB/IVY/HSWZhao Yakui1-78/+2
2012-10-23Handle the MFX change between A stepping and B-stepping for haswellZhao Yakui1-5/+264
2012-10-23Add the support of encoding P/B-frame on haswellZhao Yakui1-11/+38
2012-10-23Add the Intra VME for I-frame on HaswellZhao Yakui1-9/+16
2012-10-23Add the common BRC API to avoid the duplicated codeZhao Yakui1-330/+4
2012-10-23Add the separated files for media encoder on haswellZhao Yakui1-0/+2111