| Commit message (Expand) | Author | Age | Files | Lines |
* | VC1: No overlap smoothing if the overlap flag is 0 | Xiang, Haihao | 2015-03-09 | 1 | -19/+23 |
* | decoder: Add struct gen_codec_surface | Xiang, Haihao | 2014-12-14 | 1 | -1/+1 |
* | Add phantom slice support on IVB+ | Zhong Li | 2014-09-05 | 1 | -0/+12 |
* | decoder: h264: fix frame store logic for MVC. | Gwenole Beauchesne | 2014-06-16 | 1 | -0/+1 |
* | surface: drop SURFACE_DISPLAYED flag. | Gwenole Beauchesne | 2014-06-16 | 1 | -2/+4 |
* | decoder: h264: expose the set of supported MVC profiles. | Gwenole Beauchesne | 2014-06-16 | 1 | -0/+4 |
* | decoder: h264: enable Picture ID Remapping on Haswell and newer. | Gwenole Beauchesne | 2014-06-16 | 1 | -17/+6 |
* | decoder: h264: factor out look ups for VA/H264 picture info. | Gwenole Beauchesne | 2014-06-16 | 1 | -38/+14 |
* | Define i965_CreateSurfaces in header file explicitly to avoid multiple declar... | Zhao Yakui | 2014-06-16 | 1 | -8/+0 |
* | decoder: h264: optimize support for grayscale surfaces. | Gwenole Beauchesne | 2014-06-02 | 1 | -1/+5 |
* | decoder: h264: factor out allocation of reconstructed surfaces. | Gwenole Beauchesne | 2014-06-02 | 1 | -11/+1 |
* | Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 2014-04-23 | 1 | -13/+13 |
* | Define i965_DestroySurfaces in header file explicitly to avoid multiple decla... | Zhao Yakui | 2014-04-23 | 1 | -4/+0 |
* | Update the MFX_AVC_IMAGE_STATE to follow the spec | Zhao Yakui | 2014-02-27 | 1 | -2/+2 |
* | H.264: Support Constrained Baseline profile instead of Baseline profile | Xiang, Haihao | 2013-12-03 | 1 | -2/+2 |
* | Update the supported render target format and pixel format | Xiang, Haihao | 2013-06-21 | 1 | -17/+26 |
* | Use IMC3 for JPEG decoding | Xiang, Haihao | 2013-05-20 | 1 | -1/+1 |
* | Merge branch 'master' into staging | Xiang, Haihao | 2013-04-03 | 1 | -67/+46 |
|\ |
|
| * | Fill the bitplane for VC1 skip picture decoding | Li, Xiaowei A | 2013-01-23 | 1 | -1/+7 |
| * | Enlarge deblocking filter row store for VC-1 decoding | Xiang, Haihao | 2013-01-23 | 1 | -1/+1 |
| * | Use the internal CondOver flag | Xiang, Haihao | 2013-01-09 | 1 | -4/+4 |
| * | Fix ttmbf/ttfrm when vstransform is 0 on HSW | Xiang, Haihao | 2013-01-09 | 1 | -1/+12 |
| * | No overlap smoothing for B frame in Main and Simple profiles | Xiang, Haihao | 2013-01-09 | 1 | -2/+3 |
| * | workaround to set VC1 overlap filter flag | Li, Xiaowei A | 2013-01-09 | 1 | -3/+20 |
| * | Always set Fix_Prev_Mb_skipped in AVC_BSD_OBJECT command | Xiang, Haihao | 2013-01-08 | 1 | -0/+1 |
| * | Fix H264 YUV400 surface render issue | Li, Xiaowei A | 2012-12-14 | 1 | -0/+11 |
| * | Warning fixes | Xiang, Haihao | 2012-11-01 | 1 | -22/+0 |
| * | Allow to create batchbuffer based on the expected buffer size | Zhao Yakui | 2012-11-01 | 1 | -1/+1 |
| * | Unify the code for xxx_free_avc_surface | Xiang, Haihao | 2012-10-24 | 1 | -22/+9 |
| * | Haswell: Disable Picture ID Remapping for AVC decoding | Xiang, Haihao | 2012-10-23 | 1 | -0/+23 |
| * | Handle the MFX change between A stepping and B-stepping for haswell | Zhao Yakui | 2012-10-23 | 1 | -4/+591 |
| * | Add the seperated file for media decoding on Haswell | Zhao Yakui | 2012-10-23 | 1 | -0/+2827 |
* | Fix potential buffer overflow for JPEG decoding | Xiang, Haihao | 2013-03-15 | 1 | -1/+7 |
* | Decoder: use surface object for the workaround | Xiang, Haihao | 2013-03-15 | 1 | -4/+5 |
* | Decoder: directly use surface object for decoding | Xiang, Haihao | 2013-03-15 | 1 | -188/+49 |
* | Decoder: check whether the surface for decoding output is valid | Xiang, Haihao | 2013-03-15 | 1 | -26/+26 |
* | Return the status when running the pipeline | Xiang, Haihao | 2013-03-15 | 1 | -1/+3 |
* | Silence a bunch of warnings | Xiang, Haihao | 2013-03-15 | 1 | -3/+0 |
* | Enlarge deblocking filter row store for VC-1 decoding | Xiang, Haihao | 2013-01-23 | 1 | -1/+1 |
* | Use the internal CondOver flag | Xiang, Haihao | 2013-01-09 | 1 | -4/+4 |
* | Fix ttmbf/ttfrm when vstransform is 0 on HSW | Xiang, Haihao | 2013-01-09 | 1 | -1/+12 |
* | No overlap smoothing for B frame in Main and Simple profiles | Xiang, Haihao | 2013-01-09 | 1 | -2/+3 |
* | Always set Fix_Prev_Mb_skipped in AVC_BSD_OBJECT command | Xiang, Haihao | 2013-01-08 | 1 | -0/+1 |
* | Adopt the same fix used in the commit 29d73dc to HSW | Xiang, Haihao | 2012-12-28 | 1 | -30/+3 |
* | workaround to set VC1 overlap filter flag | Li, Xiaowei A | 2012-12-17 | 1 | -3/+20 |
* | Fill the bitplane for VC1 skip picture decoding | Li, Xiaowei A | 2012-12-17 | 1 | -1/+7 |
* | Fix H264 YUV400 surface render issue | Li, Xiaowei A | 2012-12-14 | 1 | -0/+11 |
* | vc1: fix bitplane buffer size(HSW) | Li, Xiaowei A | 2012-12-14 | 1 | -1/+1 |
* | Avoid the dup of gen_free_avc_surface during compile | Zhao Yakui | 2012-10-31 | 1 | -4/+0 |
* | Allow to create batchbuffer based on the expected buffer size | Zhao Yakui | 2012-10-31 | 1 | -1/+1 |