Age | Commit message (Expand) | Author | Files | Lines |
2014-02-27 | Fix the wrong setting in MI_BATCH_BATCH_START command on Snb/Ivy/Haswell | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Avoid the duplicated macro-definition of surface size | Zhao Yakui | 1 | -8/+0 |
2013-11-13 | Clean up for setting up reference surface state | Xiang, Haihao | 1 | -33/+4 |
2013-11-13 | Fix the reference for list1 | Xiang, Haihao | 1 | -2/+1 |
2013-11-13 | Check the reference surface id against VA_INVALID_SURFACE | Xiang, Haihao | 1 | -2/+2 |
2013-11-13 | Indent the code of encoding | Xiang, Haihao | 1 | -31/+31 |
2013-09-06 | Cleanup profile tracking in encoder | Xiang, Haihao | 1 | -3/+1 |
2013-05-09 | VME uses reference frame parsed from slice_param instead of hacked DPB | Zhao Yakui | 1 | -11/+40 |
2013-04-03 | Merge branch 'master' into staging | Xiang, Haihao | 1 | -1/+1 |
2013-03-15 | Remove the dead code in gen6_vme.c | Xiang, Haihao | 1 | -369/+21 |
2013-03-15 | Encoder: directly use the objects for the reference pictures | Xiang, Haihao | 1 | -14/+9 |
2013-03-15 | Encoder: directly use the surface object of the input surface | Xiang, Haihao | 1 | -4/+2 |
2013-03-15 | Avoid potential buffer overflow issue | Xiang, Haihao | 1 | -1/+2 |
2013-02-20 | gen6: MPEG2 is not supported by gen6 pipeline | Adrian Marius Negreanu | 1 | -1/+1 |
2013-01-17 | Avoid intra VME for MPEG2 | Li Xiaowei | 1 | -10/+30 |
2013-01-17 | Add MPEG2 VME pipeline for IVB | Li Xiaowei | 1 | -30/+335 |
2012-11-01 | Warning fixes | Xiang, Haihao | 1 | -2/+0 |
2012-11-01 | Encoding: use a separated command buffer | Xiang, Haihao | 1 | -3/+27 |
2012-11-01 | Encoding: modify function to fill command into a specified batch buffer | Xiang, Haihao | 1 | -18/+40 |
2012-10-31 | Restrict the max MV number in MV prediction | Zhao Yakui | 1 | -1/+16 |
2012-07-07 | Adjust the search path and LUT_MV table in VME | Xiang, Haihao | 1 | -9/+9 |
2012-06-11 | New BRC algorithm to match HRD | Rogozhkin, Dmitry V | 1 | -5/+6 |
2012-05-29 | Optimal parameters for Intra prediction mode | Rogozhkin, Dmitry V | 1 | -26/+101 |
2012-04-10 | Correct the setting for search path in VME_STATE | Xiang, Haihao | 1 | -1/+1 |
2012-04-06 | Fixed multipul slices edge prediction issue for Intra | Zhou Chang | 1 | -35/+30 |
2012-04-06 | Update LUT_MV table | Xiang, Haihao | 1 | -1/+3 |
2012-04-06 | Expand the VME output buffer for Inter frame | Xiang, Haihao | 1 | -2/+2 |
2012-04-01 | Update LUT_MbMode for set 0 | Xiang, Haihao | 1 | -4/+8 |
2012-03-15 | VME: dual start and adaptive search | Xiang, Haihao | 1 | -11/+11 |
2012-03-15 | VME: Handle multiple macroblocks in a single thread | Xiang, Haihao | 1 | -57/+40 |
2012-02-29 | Cleanup VME | Xiang, Haihao | 1 | -693/+92 |
2012-02-28 | Fix memory leak | Xiang, Haihao | 1 | -0/+3 |
2012-02-23 | Reissue all states before executing VME | Xiang, Haihao | 1 | -0/+5 |
2012-02-14 | Use the same the binding table index on Sandybridge & Ivybridge | Xiang, Haihao | 1 | -4/+4 |
2012-02-14 | Create batchbuffer for VME via GPU shader on Sandybridge | Xiang, Haihao | 1 | -0/+58 |
2012-02-14 | Fill VME batchbuffer by GPU instead of CPU | Xiang, Haihao | 1 | -34/+174 |
2012-02-10 | Clean up | Xiang, Haihao | 1 | -27/+12 |
2012-02-10 | Fix the address of the surface state for vme output buffer | Xiang, Haihao | 1 | -1/+0 |
2012-02-10 | Fix surface state size | Xiang, Haihao | 1 | -1/+1 |
2012-02-01 | Add support for I420, YV12 etc. formatted YUV surface for encoding | Xiang, Haihao | 1 | -3/+3 |
2012-01-12 | Merge branch 'master' into vaapi-ext | Xiang, Haihao | 1 | -2/+0 |
2012-01-10 | Avoid depending on va_backend.h for some files | Xiang, Haihao | 1 | -2/+0 |
2011-12-19 | Split Gen6 MFC and Gen7 MFC | Xiang, Haihao | 1 | -101/+110 |
2011-10-13 | Fixed 1080p issue and add transform 8x8 support. | Zhou Chang | 1 | -1/+4 |
2011-10-10 | update due to the change of interface | Xiang, Haihao | 1 | -9/+9 |
2011-09-19 | silence compiler warning | Xiang, Haihao | 1 | -2/+2 |
2011-08-25 | Revert "The MV's quarlity has been improved and multi MB type is enabled." | Zhou Chang | 1 | -4/+1 |
2011-08-25 | The MV's quarlity has been improved and multi MB type is enabled. | Zhou Chang | 1 | -1/+4 |
2011-08-25 | Fixed a vme search path bug, current search area is 48x40. | Zhou Chang | 1 | -10/+10 |
2011-08-25 | Improve VME search area from 32x32 to 48x48. | Zhou Chang | 1 | -7/+14 |