summaryrefslogtreecommitdiff
path: root/src/gen6_mfd.c
Commit message (Expand)AuthorAgeFilesLines
* Check pointer returned from calloc()Xiang, Haihao2015-09-151-0/+7
* Fix klockwork critical message hit on calloc function usageLim Siew Hoon2015-09-061-0/+1
* H264: Use macroblock pair to calculate H264 decoding parameter under MBAFF flagZhao Yakui2015-07-061-2/+8
* VC1: No overlap smoothing if the overlap flag is 0Xiang, Haihao2015-02-031-19/+23
* decoder: Add struct gen_codec_surfaceXiang, Haihao2014-12-141-1/+1
* Move gen6 phantom slice function as commonZhong Li2014-09-051-79/+2
* decoder: h264: fix frame store logic for MVC.Gwenole Beauchesne2014-06-161-1/+3
* surface: drop SURFACE_DISPLAYED flag.Gwenole Beauchesne2014-06-161-2/+4
* decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne2014-06-161-0/+1
* decoder: h264: factor out look ups for VA/H264 picture info.Gwenole Beauchesne2014-06-161-19/+7
* decoder: h264: optimize support for grayscale surfaces.Gwenole Beauchesne2014-06-021-2/+6
* decoder: h264: factor out allocation of reconstructed surfaces.Gwenole Beauchesne2014-06-021-11/+1
* Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui2014-04-231-3/+3
* H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao2013-12-031-1/+1
* dec/mpeg2: ignore slices which aren't in raster scan order on SNBXiang, Haihao2013-12-031-22/+12
* Insert a phantom slice for H.264 deocdong on SNBXiang, Haihao2013-09-061-5/+51
* Merge branch 'master' into stagingXiang, Haihao2013-04-031-32/+14
|\
| * Fill the bitplane for VC1 skip picture decodingLi, Xiaowei A2013-01-231-0/+6
| * Enlarge deblocking filter row store for VC-1 decodingXiang, Haihao2013-01-231-1/+1
| * Set Fix_Prev_Mb_skipped flag in AVC_BSD_OBJECT command instead of VC1_BSD_OBJ...Xiang, Haihao2013-01-141-1/+1
| * Use the internal CondOver flagXiang, Haihao2013-01-091-4/+4
| * 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-21/+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-21/+8
| * Add sysdeps.h for system-dependent definitions.Gwenole Beauchesne2012-10-081-6/+1
| * fix ttmbf/ttfrm when vstransform is 0Zhao Halley2012-09-271-2/+12
| * Allocate internal buffers with right size for SNB & IVBXiang, Haihao2012-03-271-13/+20
| * mpeg2: fix construction of reference frames list (SNB, IVB).Gwenole Beauchesne2012-03-181-19/+6
| * mpeg2: fix TFF calculation (SNB).Gwenole Beauchesne2012-03-181-1/+9
| * mpeg2: fix incorrect slice_vertical_position from codec layers.Gwenole Beauchesne2012-03-181-3/+11
| * h264: fix weight denom for implicit weight tables (SNB).Gwenole Beauchesne2012-03-131-2/+12
| * h264: fix weighted prediction indicator (SNB).Gwenole Beauchesne2012-03-131-1/+1
| * h264: fix first macroblock bit offset calculation (ILK, SNB, IVB).Gwenole Beauchesne2012-03-021-33/+10
| * vc1: fix bitplane buffer size (SNB, IVB).Gwenole Beauchesne2012-02-231-1/+1
* | Decoder: directly use surface object for decodingXiang, Haihao2013-03-151-168/+31
* | Decoder: check whether the surface for decoding output is validXiang, Haihao2013-03-151-19/+19
* | Return the status when running the pipelineXiang, Haihao2013-03-151-1/+3
* | Enlarge deblocking filter row store for VC-1 decodingXiang, Haihao2013-01-231-1/+1
* | Set Fix_Prev_Mb_skipped flag in AVC_BSD_OBJECT command instead of VC1_BSD_OBJ...Xiang, Haihao2013-01-141-1/+1
* | Use the internal CondOver flagXiang, Haihao2013-01-091-4/+4
* | 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
* | h264: fix first macroblock bit offset calculation (ILK, SNB, IVB).Gwenole Beauchesne2012-12-281-33/+10
* | 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-0/+6
* | Fix H264 YUV400 surface render issueLi, Xiaowei A2012-12-141-0/+11