Age | Commit message (Expand) | Author | Files | Lines |
2016-01-29 | support VP9 profile2 10bits decodingv1.6-branch | peng.chen | 1 | -3/+24 |
2016-01-29 | set the minimum of vp9 deocding frame width and height as 1, not 8 | peng.chen | 1 | -2/+2 |
2015-12-07 | VP9 HWDec:add vp9 parameter check function before decoding | Pengfei Qu | 1 | -0/+149 |
2015-12-07 | support HEVC 10bits decoding | Peng Chen | 1 | -2/+19 |
2015-09-15 | Check pointer returned from calloc() | Xiang, Haihao | 1 | -0/+3 |
2015-04-29 | HEVC/dec: correct the frame store index | Xiang, Haihao | 1 | -7/+35 |
2014-12-14 | HEVC: Make sure the buffer store is allocated for the current render target | Xiang, Haihao | 1 | -1/+1 |
2014-12-14 | HEVC: Verify HEVC parameters before deocoding. | Xiang, Haihao | 1 | -2/+76 |
2014-12-14 | HEVC: update frame store index | Xiang, Haihao | 1 | -0/+17 |
2014-12-14 | HEVC: Set the default flat IQ matrix | Xiang, Haihao | 1 | -0/+22 |
2014-12-14 | Add the initial code for HEVC decoding on SKL into the driver | Xiang, Haihao | 1 | -0/+14 |
2014-12-14 | decoder: Remove the dependency on the fixed length frame store array | Xiang, Haihao | 1 | -3/+7 |
2014-12-14 | decoder: Remove the dependency on H.264 picture parameter | Xiang, Haihao | 1 | -4/+19 |
2014-12-14 | decoder: Add struct gen_codec_surface | Xiang, Haihao | 1 | -7/+7 |
2014-09-05 | Move gen6 phantom slice function as common | Zhong Li | 1 | -0/+75 |
2014-08-18 | decoder: h264: fix RefPicList0/1 without frame in DPB. | Gwenole Beauchesne | 1 | -0/+4 |
2014-07-23 | Add more check of H264 slice param to avoid GPU hang caused by the incorrect ... | Zhao Yakui | 1 | -0/+33 |
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 |