summaryrefslogtreecommitdiff
path: root/src/gen8_mfd.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-18PROJECT HAS MOVEDHEADmasterSean V Kelley1-3228/+0
2017-01-17Fix the incorrect 48-bit address reallocationZhao Yakui1-45/+44
2017-01-17Follow the HW spec to configure the buffer cache on Gen9+Zhao Yakui1-20/+30
2016-10-03jpeg/dec: gen8+ set correct fourcc for monochrome decodeU. Artie Eoff1-2/+3
2015-09-15Check pointer returned from calloc()Xiang, Haihao1-0/+11
2015-09-06Clean up the duplicate extra two line of codeLim Siew Hoon1-3/+0
2015-09-06Fix if statement checking sampling factor for YUV422V_4YLim Siew Hoon1-1/+1
2015-07-06H264: Use macroblock pair to calculate H264 decoding parameter under MBAFF flagZhao Yakui1-2/+7
2015-06-03dec/vp8: fix segmentation updateXiang, Haihao1-1/+2
2015-05-20gen8_mfd: free surface used by JPEG decodeU. Artie Eoff1-0/+12
2015-03-19VP8 DEC: Change error concealment methodZhong Li1-3/+1
2015-02-26decode/VP8: HW needs 1 extra byte for each partitionZhong Li1-2/+2
2015-02-03VC1: No overlap smoothing if the overlap flag is 0Xiang, Haihao1-19/+23
2015-02-03Disable upper bound check for decoding on BDW+Xiang, Haihao1-2/+2
2014-12-14decoder: Add struct gen_codec_surfaceXiang, Haihao1-1/+1
2014-09-05Add phantom slice support on IVB+Zhong Li1-0/+12
2014-06-16decoder: h264: fix frame store logic for MVC.Gwenole Beauchesne1-0/+1
2014-06-16surface: drop SURFACE_DISPLAYED flag.Gwenole Beauchesne1-2/+4
2014-06-16decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne1-0/+4
2014-06-16decoder: h264: enable Picture ID Remapping on Haswell and newer.Gwenole Beauchesne1-19/+8
2014-06-16decoder: h264: factor out look ups for VA/H264 picture info.Gwenole Beauchesne1-19/+7
2014-06-16Define i965_CreateSurfaces in header file explicitly to avoid multiple declar...Zhao Yakui1-8/+0
2014-06-05decoder: h264: don't allocate bottom DMV buffer on Broadwell.Gwenole Beauchesne1-12/+2
2014-06-02decoder: h264: optimize support for grayscale surfaces.Gwenole Beauchesne1-1/+5
2014-06-02decoder: h264: factor out allocation of reconstructed surfaces.Gwenole Beauchesne1-11/+1
2014-04-24vp8: fix support for segmentation-enabled streams.Gwenole Beauchesne1-5/+30
2014-04-23vp8: fix loop filter for bitexact reconstruction.Gwenole Beauchesne1-8/+8
2014-04-23Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui1-13/+13
2014-04-23Define i965_DestroySurfaces in header file explicitly to avoid multiple decla...Zhao Yakui1-4/+0
2014-02-27Don't use assert() in case getting wrong parameters from userXiang, Haihao1-5/+11
2014-02-27Fix vp8 partition offset set errorZhao, Halley1-1/+2
2014-02-27Fix vp8 p frame decode error issue.Zhong Li1-0/+5
2014-02-27vp8 dec: fix when bool_coder_ctx.count is 0Zhao, Halley1-3/+14
2014-02-27vp8 dec: follows va_dec_vp8.h updateZhao, Halley1-3/+4
2014-02-27Update the MFX_AVC_IMAGE_STATE to follow the specZhao Yakui1-1/+1
2014-02-27Fix a bug of vp8 quant index calculation errorZhong Li1-1/+3
2014-02-27Update the supported render target format and pixel format for JPEG on BDWZhao Yakui1-16/+25
2014-02-27BDW doesn't support H.264 Baseline profileXiang, Haihao1-2/+2
2014-02-27Vp8 quant index converted to quant value on BDWZhong Li1-7/+51
2014-02-27Enable loop-deblock of bdw vp8 decoderZhong Li1-3/+4
2014-02-27Fix a vp8 decoder picture parameter errorZhong Li1-2/+6
2014-02-27Set BSP buffer for VP8 decodingXiang, Haihao1-0/+1
2014-02-27Update states for VP8 decoding on BDWXiang, Haihao1-40/+95
2014-02-27Setup VP8 decoding pipelineXiang, Haihao1-1/+219
2014-02-27Enlarge deblocking filter row store on BDWXiang, Haihao1-1/+1
2014-02-27No workaround for JPEG decoding on BDWXiang, Haihao1-0/+5
2014-02-27Add the separated media encoding/decoding files for BDWZhao Yakui1-0/+2834