summaryrefslogtreecommitdiff
path: root/src/gen75_mfd.c
AgeCommit message (Expand)AuthorFilesLines
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-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-27Update the MFX_AVC_IMAGE_STATE to follow the specZhao Yakui1-2/+2
2013-12-03H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao1-2/+2
2013-06-21Update the supported render target format and pixel formatXiang, Haihao1-17/+26
2013-05-20Use IMC3 for JPEG decodingXiang, Haihao1-1/+1
2013-04-03Merge branch 'master' into stagingXiang, Haihao1-67/+46
2013-03-15Fix potential buffer overflow for JPEG decodingXiang, Haihao1-1/+7
2013-03-15Decoder: use surface object for the workaroundXiang, Haihao1-4/+5
2013-03-15Decoder: directly use surface object for decodingXiang, Haihao1-188/+49
2013-03-15Decoder: check whether the surface for decoding output is validXiang, Haihao1-26/+26
2013-03-15Return the status when running the pipelineXiang, Haihao1-1/+3
2013-03-15Silence a bunch of warningsXiang, Haihao1-3/+0
2013-01-23Fill the bitplane for VC1 skip picture decodingLi, Xiaowei A1-1/+7
2013-01-23Enlarge deblocking filter row store for VC-1 decodingXiang, Haihao1-1/+1
2013-01-23Enlarge deblocking filter row store for VC-1 decodingXiang, Haihao1-1/+1
2013-01-09Use the internal CondOver flagXiang, Haihao1-4/+4
2013-01-09Fix ttmbf/ttfrm when vstransform is 0 on HSWXiang, Haihao1-1/+12
2013-01-09No overlap smoothing for B frame in Main and Simple profilesXiang, Haihao1-2/+3
2013-01-09Use the internal CondOver flagXiang, Haihao1-4/+4
2013-01-09Fix ttmbf/ttfrm when vstransform is 0 on HSWXiang, Haihao1-1/+12
2013-01-09No overlap smoothing for B frame in Main and Simple profilesXiang, Haihao1-2/+3
2013-01-09workaround to set VC1 overlap filter flagLi, Xiaowei A1-3/+20
2013-01-08Always set Fix_Prev_Mb_skipped in AVC_BSD_OBJECT commandXiang, Haihao1-0/+1
2013-01-08Always set Fix_Prev_Mb_skipped in AVC_BSD_OBJECT commandXiang, Haihao1-0/+1
2012-12-28Adopt the same fix used in the commit 29d73dc to HSWXiang, Haihao1-30/+3
2012-12-17workaround to set VC1 overlap filter flagLi, Xiaowei A1-3/+20
2012-12-17Fill the bitplane for VC1 skip picture decodingLi, Xiaowei A1-1/+7
2012-12-14Fix H264 YUV400 surface render issueLi, Xiaowei A1-0/+11
2012-12-14Fix H264 YUV400 surface render issueLi, Xiaowei A1-0/+11
2012-12-14vc1: fix bitplane buffer size(HSW)Li, Xiaowei A1-1/+1
2012-11-01Warning fixesXiang, Haihao1-22/+0
2012-11-01Allow to create batchbuffer based on the expected buffer sizeZhao Yakui1-1/+1
2012-10-31Avoid the dup of gen_free_avc_surface during compileZhao Yakui1-4/+0
2012-10-31Allow to create batchbuffer based on the expected buffer sizeZhao Yakui1-1/+1
2012-10-31Unify the XXX_free_avc_surface for media encoding/decodingZhao Yakui1-0/+1
2012-10-31Unify the code for xxx_free_avc_surfaceXiang, Haihao1-22/+9
2012-10-24Unify the code for xxx_free_avc_surfaceXiang, Haihao1-22/+9
2012-10-23Haswell: Disable Picture ID Remapping for AVC decodingXiang, Haihao1-0/+23
2012-10-23Handle the MFX change between A stepping and B-stepping for haswellZhao Yakui1-4/+591
2012-10-23Add the seperated file for media decoding on HaswellZhao Yakui1-0/+2827
2012-10-23Haswell: Disable Picture ID Remapping for AVC decodingXiang, Haihao1-1/+23
2012-10-23Handle the MFX change between A stepping and B-stepping for haswellZhao Yakui1-9/+567
2012-10-23Add the seperate decoding callback API for HaswellZhao Yakui1-0/+2858