summaryrefslogtreecommitdiff
path: root/src/i965_decoder_utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-18PROJECT HAS MOVEDHEADmasterSean V Kelley1-1533/+0
2016-08-05decoder/h264: don't assert on invalid parameterXiang, Haihao1-12/+4
2016-01-29support VP9 profile2 10bits decodingpeng.chen1-3/+24
2016-01-26set the minimum of vp9 deocding frame width and height as 1, not 8peng.chen1-2/+2
2015-12-07VP9 HWDec:add vp9 parameter check function before decodingPengfei Qu1-0/+149
2015-12-07support HEVC 10bits decodingPeng Chen1-2/+19
2015-09-15Check pointer returned from calloc()Xiang, Haihao1-0/+3
2015-04-29HEVC/dec: correct the frame store indexXiang, Haihao1-7/+35
2014-12-14HEVC: Make sure the buffer store is allocated for the current render targetXiang, Haihao1-1/+1
2014-12-14HEVC: Verify HEVC parameters before deocoding.Xiang, Haihao1-2/+76
2014-12-14HEVC: update frame store indexXiang, Haihao1-0/+17
2014-12-14HEVC: Set the default flat IQ matrixXiang, Haihao1-0/+22
2014-12-14Add the initial code for HEVC decoding on SKL into the driverXiang, Haihao1-0/+14
2014-12-14decoder: Remove the dependency on the fixed length frame store arrayXiang, Haihao1-3/+7
2014-12-14decoder: Remove the dependency on H.264 picture parameterXiang, Haihao1-4/+19
2014-12-14decoder: Add struct gen_codec_surfaceXiang, Haihao1-7/+7
2014-09-05Move gen6 phantom slice function as commonZhong Li1-0/+75
2014-08-18decoder: h264: fix RefPicList0/1 without frame in DPB.Gwenole Beauchesne1-0/+4
2014-07-23Add more check of H264 slice param to avoid GPU hang caused by the incorrect ...Zhao Yakui1-0/+33
2014-06-16decoder: h264: fix frame store logic for MVC.Gwenole Beauchesne1-38/+74
2014-06-16decoder: h264: improve AVC_REF_IDX_STATE for MVC.Gwenole Beauchesne1-1/+17
2014-06-16decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne1-0/+2
2014-06-16decoder: h264: enable Picture ID Remapping on Haswell and newer.Gwenole Beauchesne1-0/+99
2014-06-16decoder: h264: factor out look ups for VA/H264 picture info.Gwenole Beauchesne1-0/+17
2014-06-16decoder: h264: fix submission of AVC_REF_IDX_STATE command.Gwenole Beauchesne1-17/+18
2014-06-16decoder: h264: simplify and optimize reference frame store updates.Gwenole Beauchesne1-64/+44
2014-06-16decoder: h264: allocate reference frames earlier, if needed.Gwenole Beauchesne1-23/+23
2014-06-16decoder: h264: don't deallocate surface storage of older frames.Gwenole Beauchesne1-9/+0
2014-06-05decoder: h264: only allocate tiled surfaces for Sandybridge an newer.Gwenole Beauchesne1-2/+4
2014-06-02decoder: h264: optimize support for grayscale surfaces.Gwenole Beauchesne1-4/+19
2014-06-02decoder: h264: factor out allocation of reconstructed surfaces.Gwenole Beauchesne1-1/+53
2014-06-02surface: factor out release of surface buffer storage.Gwenole Beauchesne1-5/+1
2014-05-26mpeg2: check frame_pred_frame_dct instead of progressive_frameXiang, Haihao1-1/+1
2014-05-05Return error when trying to decoding an interlaced VC-1 videoXiang, Haihao1-1/+6
2014-04-24vp8: fix support for segmentation-enabled streams.Gwenole Beauchesne1-0/+24
2014-04-23Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui1-1/+1
2014-02-27intel-vaapi: Add more checks for H264 decoding parameter to filter the unsupp...Zhao Yakui1-1/+10
2014-02-27Fix vp8 p frame decode error issue.Zhong Li1-0/+52
2014-02-27Remove the unnecessary sorting to simplify the DPB buffer managementZhao Yakui1-41/+11
2014-02-27Complain the warning instead of assert fault when slice picture is not found ...Zhao Yakui1-3/+9
2014-02-27Update states for VP8 decoding on BDWXiang, Haihao1-0/+46
2013-12-03H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao1-1/+1
2013-12-03dec/mpeg2: ignore slices which aren't in raster scan order on SNBXiang, Haihao1-0/+41
2013-04-03Merge branch 'master' into stagingXiang, Haihao1-9/+12
2013-03-15Decoder: directly use surface object for decodingXiang, Haihao1-48/+211
2013-03-15Decoder: Verify picture parameter before set up pipeline for decodingXiang, Haihao1-2/+139
2013-03-15Decoder: check whether the surface for decoding output is validXiang, Haihao1-0/+74
2013-03-15Silence a bunch of warningsXiang, Haihao1-1/+1
2013-01-04naive fix in avc_get_first_mb_bit_offset_with_epbTobias Jakobi1-4/+4
2012-12-28h264: fix first macroblock bit offset calculation (ILK, SNB, IVB).Gwenole Beauchesne1-0/+55