summaryrefslogtreecommitdiff
path: root/src/i965_decoder_utils.c
Commit message (Expand)AuthorAgeFilesLines
* i965_decoder_utils: enable decoding of VC-1 interlaced picturescarpalis2018-01-051-5/+0
* i965_decoder_utils: add support for VC-1 interlaced picturescarpalis2018-01-051-10/+51
* Fix deprecated warningXiang, Haihao2017-09-271-6/+3
* Unify the coding style in the driverXiang, Haihao2017-04-071-61/+52
* Avoid NULL pointer in avc_get_first_mb_bit_offset_with_epb()Xiang, Haihao2017-03-161-1/+6
* i965_decoder_utils: replace alloca(3) with malloc(3) and free(3)Leonardo Taccari2017-03-091-2/+3
* decoder/h264: don't assert on invalid parameterXiang, Haihao2016-08-051-12/+4
* support VP9 profile2 10bits decodingpeng.chen2016-01-291-3/+24
* set the minimum of vp9 deocding frame width and height as 1, not 8peng.chen2016-01-261-2/+2
* VP9 HWDec:add vp9 parameter check function before decodingPengfei Qu2015-12-071-0/+149
* support HEVC 10bits decodingPeng Chen2015-12-071-2/+19
* Check pointer returned from calloc()Xiang, Haihao2015-09-151-0/+3
* HEVC/dec: correct the frame store indexXiang, Haihao2015-04-291-7/+35
* HEVC: Make sure the buffer store is allocated for the current render targetXiang, Haihao2014-12-141-1/+1
* HEVC: Verify HEVC parameters before deocoding.Xiang, Haihao2014-12-141-2/+76
* HEVC: update frame store indexXiang, Haihao2014-12-141-0/+17
* HEVC: Set the default flat IQ matrixXiang, Haihao2014-12-141-0/+22
* Add the initial code for HEVC decoding on SKL into the driverXiang, Haihao2014-12-141-0/+14
* decoder: Remove the dependency on the fixed length frame store arrayXiang, Haihao2014-12-141-3/+7
* decoder: Remove the dependency on H.264 picture parameterXiang, Haihao2014-12-141-4/+19
* decoder: Add struct gen_codec_surfaceXiang, Haihao2014-12-141-7/+7
* Move gen6 phantom slice function as commonZhong Li2014-09-051-0/+75
* decoder: h264: fix RefPicList0/1 without frame in DPB.Gwenole Beauchesne2014-08-181-0/+4
* Add more check of H264 slice param to avoid GPU hang caused by the incorrect ...Zhao Yakui2014-07-231-0/+33
* decoder: h264: fix frame store logic for MVC.Gwenole Beauchesne2014-06-161-38/+74
* decoder: h264: improve AVC_REF_IDX_STATE for MVC.Gwenole Beauchesne2014-06-161-1/+17
* decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne2014-06-161-0/+2
* decoder: h264: enable Picture ID Remapping on Haswell and newer.Gwenole Beauchesne2014-06-161-0/+99
* decoder: h264: factor out look ups for VA/H264 picture info.Gwenole Beauchesne2014-06-161-0/+17
* decoder: h264: fix submission of AVC_REF_IDX_STATE command.Gwenole Beauchesne2014-06-161-17/+18
* decoder: h264: simplify and optimize reference frame store updates.Gwenole Beauchesne2014-06-161-64/+44
* decoder: h264: allocate reference frames earlier, if needed.Gwenole Beauchesne2014-06-161-23/+23
* decoder: h264: don't deallocate surface storage of older frames.Gwenole Beauchesne2014-06-161-9/+0
* decoder: h264: only allocate tiled surfaces for Sandybridge an newer.Gwenole Beauchesne2014-06-051-2/+4
* decoder: h264: optimize support for grayscale surfaces.Gwenole Beauchesne2014-06-021-4/+19
* decoder: h264: factor out allocation of reconstructed surfaces.Gwenole Beauchesne2014-06-021-1/+53
* surface: factor out release of surface buffer storage.Gwenole Beauchesne2014-06-021-5/+1
* mpeg2: check frame_pred_frame_dct instead of progressive_frameXiang, Haihao2014-05-261-1/+1
* Return error when trying to decoding an interlaced VC-1 videoXiang, Haihao2014-05-051-1/+6
* vp8: fix support for segmentation-enabled streams.Gwenole Beauchesne2014-04-241-0/+24
* Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui2014-04-231-1/+1
* intel-vaapi: Add more checks for H264 decoding parameter to filter the unsupp...Zhao Yakui2014-02-271-1/+10
* Fix vp8 p frame decode error issue.Zhong Li2014-02-271-0/+52
* Remove the unnecessary sorting to simplify the DPB buffer managementZhao Yakui2014-02-271-41/+11
* Complain the warning instead of assert fault when slice picture is not found ...Zhao Yakui2014-02-271-3/+9
* Update states for VP8 decoding on BDWXiang, Haihao2014-02-271-0/+46
* H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao2013-12-031-1/+1
* dec/mpeg2: ignore slices which aren't in raster scan order on SNBXiang, Haihao2013-12-031-0/+41
* Merge branch 'master' into stagingXiang, Haihao2013-04-031-9/+12
|\
| * naive fix in avc_get_first_mb_bit_offset_with_epbTobias Jakobi2013-01-041-4/+4