summaryrefslogtreecommitdiff
path: root/src/gen75_mfd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Define i965_DestroySurfaces in header file explicitly to avoid multiple decla...Zhao Yakui2014-04-231-4/+0
* Update the MFX_AVC_IMAGE_STATE to follow the specZhao Yakui2014-02-271-2/+2
* H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao2013-12-031-2/+2
* Update the supported render target format and pixel formatXiang, Haihao2013-06-211-17/+26
* Use IMC3 for JPEG decodingXiang, Haihao2013-05-201-1/+1
* Merge branch 'master' into stagingXiang, Haihao2013-04-031-67/+46
|\
| * Fill the bitplane for VC1 skip picture decodingLi, Xiaowei A2013-01-231-1/+7
| * Enlarge deblocking filter row store for VC-1 decodingXiang, Haihao2013-01-231-1/+1
| * Use the internal CondOver flagXiang, Haihao2013-01-091-4/+4
| * Fix ttmbf/ttfrm when vstransform is 0 on HSWXiang, Haihao2013-01-091-1/+12
| * No overlap smoothing for B frame in Main and Simple profilesXiang, Haihao2013-01-091-2/+3
| * workaround to set VC1 overlap filter flagLi, Xiaowei A2013-01-091-3/+20
| * Always set Fix_Prev_Mb_skipped in AVC_BSD_OBJECT commandXiang, Haihao2013-01-081-0/+1
| * Fix H264 YUV400 surface render issueLi, Xiaowei A2012-12-141-0/+11
| * Warning fixesXiang, Haihao2012-11-011-22/+0
| * Allow to create batchbuffer based on the expected buffer sizeZhao Yakui2012-11-011-1/+1
| * Unify the code for xxx_free_avc_surfaceXiang, Haihao2012-10-241-22/+9
| * Haswell: Disable Picture ID Remapping for AVC decodingXiang, Haihao2012-10-231-0/+23
| * Handle the MFX change between A stepping and B-stepping for haswellZhao Yakui2012-10-231-4/+591
| * Add the seperated file for media decoding on HaswellZhao Yakui2012-10-231-0/+2827
* Fix potential buffer overflow for JPEG decodingXiang, Haihao2013-03-151-1/+7
* Decoder: use surface object for the workaroundXiang, Haihao2013-03-151-4/+5
* Decoder: directly use surface object for decodingXiang, Haihao2013-03-151-188/+49
* Decoder: check whether the surface for decoding output is validXiang, Haihao2013-03-151-26/+26
* Return the status when running the pipelineXiang, Haihao2013-03-151-1/+3
* Silence a bunch of warningsXiang, Haihao2013-03-151-3/+0
* Enlarge deblocking filter row store for VC-1 decodingXiang, Haihao2013-01-231-1/+1
* Use the internal CondOver flagXiang, Haihao2013-01-091-4/+4
* Fix ttmbf/ttfrm when vstransform is 0 on HSWXiang, Haihao2013-01-091-1/+12
* No overlap smoothing for B frame in Main and Simple profilesXiang, Haihao2013-01-091-2/+3
* Always set Fix_Prev_Mb_skipped in AVC_BSD_OBJECT commandXiang, Haihao2013-01-081-0/+1
* Adopt the same fix used in the commit 29d73dc to HSWXiang, Haihao2012-12-281-30/+3
* workaround to set VC1 overlap filter flagLi, Xiaowei A2012-12-171-3/+20
* Fill the bitplane for VC1 skip picture decodingLi, Xiaowei A2012-12-171-1/+7
* Fix H264 YUV400 surface render issueLi, Xiaowei A2012-12-141-0/+11
* vc1: fix bitplane buffer size(HSW)Li, Xiaowei A2012-12-141-1/+1
* Avoid the dup of gen_free_avc_surface during compileZhao Yakui2012-10-311-4/+0
* Allow to create batchbuffer based on the expected buffer sizeZhao Yakui2012-10-311-1/+1
* Unify the XXX_free_avc_surface for media encoding/decodingZhao Yakui2012-10-311-0/+1
* Unify the code for xxx_free_avc_surfaceXiang, Haihao2012-10-311-22/+9
* Haswell: Disable Picture ID Remapping for AVC decodingXiang, Haihao2012-10-231-1/+23
* Handle the MFX change between A stepping and B-stepping for haswellZhao Yakui2012-10-231-9/+567
* Add the seperate decoding callback API for HaswellZhao Yakui2012-10-231-0/+2858