Age | Commit message (Expand) | Author | Files | Lines |
2014-06-16 | decoder: h264: fix frame store logic for MVC. | Gwenole Beauchesne | 1 | -38/+74 |
2014-06-16 | decoder: h264: improve AVC_REF_IDX_STATE for MVC. | Gwenole Beauchesne | 1 | -1/+17 |
2014-06-16 | decoder: h264: expose the set of supported MVC profiles. | Gwenole Beauchesne | 1 | -0/+2 |
2014-06-16 | decoder: h264: enable Picture ID Remapping on Haswell and newer. | Gwenole Beauchesne | 1 | -0/+99 |
2014-06-16 | decoder: h264: factor out look ups for VA/H264 picture info. | Gwenole Beauchesne | 1 | -0/+17 |
2014-06-16 | decoder: h264: fix submission of AVC_REF_IDX_STATE command. | Gwenole Beauchesne | 1 | -17/+18 |
2014-06-16 | decoder: h264: simplify and optimize reference frame store updates. | Gwenole Beauchesne | 1 | -64/+44 |
2014-06-16 | decoder: h264: allocate reference frames earlier, if needed. | Gwenole Beauchesne | 1 | -23/+23 |
2014-06-16 | decoder: h264: don't deallocate surface storage of older frames. | Gwenole Beauchesne | 1 | -9/+0 |
2014-06-05 | decoder: h264: only allocate tiled surfaces for Sandybridge an newer. | Gwenole Beauchesne | 1 | -2/+4 |
2014-06-02 | decoder: h264: optimize support for grayscale surfaces. | Gwenole Beauchesne | 1 | -4/+19 |
2014-06-02 | decoder: h264: factor out allocation of reconstructed surfaces. | Gwenole Beauchesne | 1 | -1/+53 |
2014-06-02 | surface: factor out release of surface buffer storage. | Gwenole Beauchesne | 1 | -5/+1 |
2014-05-26 | mpeg2: check frame_pred_frame_dct instead of progressive_frame | Xiang, Haihao | 1 | -1/+1 |
2014-05-05 | Return error when trying to decoding an interlaced VC-1 video | Xiang, Haihao | 1 | -1/+6 |
2014-04-24 | vp8: fix support for segmentation-enabled streams. | Gwenole Beauchesne | 1 | -0/+24 |
2014-04-23 | Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | intel-vaapi: Add more checks for H264 decoding parameter to filter the unsupp... | Zhao Yakui | 1 | -1/+10 |
2014-02-27 | Fix vp8 p frame decode error issue. | Zhong Li | 1 | -0/+52 |
2014-02-27 | Remove the unnecessary sorting to simplify the DPB buffer management | Zhao Yakui | 1 | -41/+11 |
2014-02-27 | Complain the warning instead of assert fault when slice picture is not found ... | Zhao Yakui | 1 | -3/+9 |
2014-02-27 | Update states for VP8 decoding on BDW | Xiang, Haihao | 1 | -0/+46 |
2013-12-03 | H.264: Support Constrained Baseline profile instead of Baseline profile | Xiang, Haihao | 1 | -1/+1 |
2013-12-03 | dec/mpeg2: ignore slices which aren't in raster scan order on SNB | Xiang, Haihao | 1 | -0/+41 |
2013-04-03 | Merge branch 'master' into staging | Xiang, Haihao | 1 | -9/+12 |
2013-03-15 | Decoder: directly use surface object for decoding | Xiang, Haihao | 1 | -48/+211 |
2013-03-15 | Decoder: Verify picture parameter before set up pipeline for decoding | Xiang, Haihao | 1 | -2/+139 |
2013-03-15 | Decoder: check whether the surface for decoding output is valid | Xiang, Haihao | 1 | -0/+74 |
2013-03-15 | Silence a bunch of warnings | Xiang, Haihao | 1 | -1/+1 |
2013-01-04 | naive fix in avc_get_first_mb_bit_offset_with_epb | Tobias Jakobi | 1 | -4/+4 |
2012-12-28 | h264: fix first macroblock bit offset calculation (ILK, SNB, IVB). | Gwenole Beauchesne | 1 | -0/+55 |
2012-11-05 | Fix build and remaining compilation warnings. | Gwenole Beauchesne | 1 | -3/+1 |
2012-03-30 | mpeg2: propagate reference surfaces to other slots. | Gwenole Beauchesne | 1 | -2/+6 |
2012-03-30 | mpeg2: propagate reference surfaces to other slots. | Gwenole Beauchesne | 1 | -2/+6 |
2012-03-29 | mpeg2: fix construction of reference frames list (SNB, IVB). | Gwenole Beauchesne | 1 | -0/+86 |
2012-03-29 | mpeg2: fix incorrect slice_vertical_position from codec layers. | Gwenole Beauchesne | 1 | -0/+41 |
2012-03-18 | mpeg2: fix construction of reference frames list (SNB, IVB). | Gwenole Beauchesne | 1 | -0/+86 |
2012-03-18 | mpeg2: fix incorrect slice_vertical_position from codec layers. | Gwenole Beauchesne | 1 | -0/+41 |
2012-03-14 | h264: fix max header size calculation with EPB. | Gwenole Beauchesne | 1 | -1/+1 |
2012-03-14 | h264: fix scan for bit offset to macroblock. | Gwenole Beauchesne | 1 | -7/+8 |
2012-03-02 | h264: fix first macroblock bit offset calculation (ILK, SNB, IVB). | Gwenole Beauchesne | 1 | -0/+55 |
2012-02-14 | h264: always submit MFX_QM_STATE for flat scaling lists (IVB). | Gwenole Beauchesne | 1 | -0/+12 |
2012-02-01 | h264: fix and simplify REF_IDX_STATE (ILK, SNB, IVB). | Gwenole Beauchesne | 1 | -0/+130 |