Age | Commit message (Expand) | Author | Files | Lines |
2013-04-03 | Merge branch 'master' into staging | Xiang, Haihao | 1 | -5/+4 |
2013-03-15 | Encoder: directly use the objects for the reference pictures | Xiang, Haihao | 1 | -4/+2 |
2013-03-15 | Encoder: directly use the objects for the reconstructed picture and coded buffer | Xiang, Haihao | 1 | -4/+2 |
2013-03-15 | Encoder: directly use the surface object of the input surface | Xiang, Haihao | 1 | -2/+1 |
2013-03-15 | Silence a bunch of warnings | Xiang, Haihao | 1 | -1/+1 |
2013-03-15 | Avoid potential buffer overflow issue | Xiang, Haihao | 1 | -20/+13 |
2013-01-30 | Correct the mv offset for mpeg2 encoding on HSW | Li Xiaowei | 1 | -5/+5 |
2013-01-17 | apply new mv offset for mpeg2 encoding on HSW | Li Xiaowei | 1 | -11/+5 |
2013-01-17 | Add the bidirectional MV prediction for B-frame on Haswell | Zhao Yakui | 1 | -3/+12 |
2013-01-17 | Remove the preprocessor redefinitions for H264 and MPEG2 on Haswell | Zhao Yakui | 1 | -9/+9 |
2013-01-17 | Discard the intermediate result during VME prediction on haswell | Zhao Yakui | 1 | -3/+3 |
2012-12-14 | Fix Motion Vector | Xiang, Haihao | 1 | -23/+42 |
2012-12-14 | MPEG-2 encoding: Use pre deblocking output for reconstructed picture. | Xiang, Haihao | 1 | -2/+2 |
2012-12-14 | Follow the vme output to configure PAK command | Xiang, Haihao | 1 | -12/+48 |
2012-12-14 | PAK command for inter macroblock | Xiang, Haihao | 1 | -1/+76 |
2012-12-14 | Update coded_block_pattern | Xiang, Haihao | 1 | -1/+1 |
2012-12-14 | Change the max size | Xiang, Haihao | 1 | -1/+1 |
2012-12-14 | Update QM/FQM matrices for MPEG-2 encoding | Xiang, Haihao | 1 | -18/+44 |
2012-12-14 | No emulation bytes for MPEG-2 | Xiang, Haihao | 1 | -3/+3 |
2012-12-14 | Internal flag for the coded buffer | Xiang, Haihao | 1 | -16/+16 |
2012-12-14 | rename I965_CODEDBUFFER_SIZE | Xiang, Haihao | 1 | -1/+1 |
2012-12-14 | Insert some redunrant data around a slice | Xiang, Haihao | 1 | -27/+38 |
2012-12-14 | Setup MFC pipeline for MPEG-2 encoding on Haswell | Xiang, Haihao | 1 | -2/+561 |
2012-12-14 | Feed MFC PAK with correct MV of VME output on haswell | Zhao Yakui | 1 | -0/+37 |
2012-12-14 | Add the support of the chroma intra prediction on Haswell | Zhao Yakui | 1 | -1/+1 |
2012-12-14 | Fix the corrupted macroblock for AVC encoding on HSW | Zhao Yakui | 1 | -0/+1 |
2012-11-01 | Warning fixes | Xiang, Haihao | 1 | -23/+0 |
2012-11-01 | Encoding: use a separated command buffer | Xiang, Haihao | 1 | -2/+25 |
2012-11-01 | Encoding: modify function to fill command into a specified batch buffer | Xiang, Haihao | 1 | -77/+138 |
2012-10-31 | Remove the hard coded value to suppor the 4Kx4K encoding | Zhao Yakui | 1 | -5/+10 |
2012-10-31 | Allow to create batchbuffer based on the expected buffer size | Zhao Yakui | 1 | -3/+10 |
2012-10-31 | Remove the dup code of XXX_mfc_avc_prepare | Zhao Yakui | 1 | -151/+1 |
2012-10-31 | Remove the hard coded value to suppor the 4Kx4K encoding | Zhao Yakui | 1 | -10/+18 |
2012-10-31 | Unify the XXX_free_avc_surface for media encoding/decoding | Zhao Yakui | 1 | -25/+12 |
2012-10-23 | Handle the MFX change between A stepping and B-stepping for haswell | Zhao Yakui | 1 | -0/+247 |
2012-10-23 | Add the support of encoding P frame on haswell | Zhao Yakui | 1 | -36/+79 |
2012-10-23 | Add the Intra VME for I-frame on Haswell | Zhao Yakui | 1 | -18/+35 |
2012-10-23 | Add the separated file for media encoding on haswell | Zhao Yakui | 1 | -0/+810 |
2012-10-23 | Use the common API to write avc SPS/PPS/SEI info on SNB/IVY/HSW | Zhao Yakui | 1 | -78/+2 |
2012-10-23 | Handle the MFX change between A stepping and B-stepping for haswell | Zhao Yakui | 1 | -5/+264 |
2012-10-23 | Add the support of encoding P/B-frame on haswell | Zhao Yakui | 1 | -11/+38 |
2012-10-23 | Add the Intra VME for I-frame on Haswell | Zhao Yakui | 1 | -9/+16 |
2012-10-23 | Add the common BRC API to avoid the duplicated code | Zhao Yakui | 1 | -330/+4 |
2012-10-23 | Add the separated files for media encoder on haswell | Zhao Yakui | 1 | -0/+2111 |