summaryrefslogtreecommitdiff
path: root/src/gen8_mfd.c
AgeCommit message (Expand)AuthorFilesLines
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