summaryrefslogtreecommitdiff
path: root/src/gen6_mfd.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid GPU crash with malformed streamsStéphane Marchesin2021-09-171-0/+11
* Since commit 1591f6c1be689c5265cb5beab18c97771d056cb9 WVC1 videos areJan Burgmeier2019-08-051-1/+4
* genX_mfd: add comment on dmv buffer scalingcarpalis2018-01-051-1/+7
* genX_mfd: optimize comparison out of loopcarpalis2018-01-051-8/+10
* genX_mfd: clean up the use of profile bitstream elementcarpalis2018-01-051-7/+4
* genX_mfd: fix dmv buffer size calculationcarpalis2018-01-051-1/+1
* genX_mfd: no raw coded bitplanes for skipped picturescarpalis2018-01-051-7/+16
* genX_mfd: fix BitplanePresentFlag for skipped picturescarpalis2018-01-051-3/+6
* genX_mfd: align dmv buffer use with VC-1 spec and PRMcarpalis2018-01-051-11/+15
* genX_mfd: no need for loop filtering for skipped picturescarpalis2018-01-051-4/+13
* genX_mfd: remove mapping of I frame to BI framecarpalis2018-01-051-4/+0
* genX_mfd: change order within if-elsecarpalis2018-01-051-6/+6
* genX_mfd: use input range instead of mapped range in comparisoncarpalis2018-01-051-2/+2
* genX_mfd: remove one-to-one mapping for picture_typecarpalis2018-01-051-17/+15
* genX_mfd: fix unnecessary variable reusecarpalis2018-01-051-5/+2
* genX_mfd: fix hardware programming for bitplanes coded in raw modecarpalis2018-01-051-7/+7
* genX_mfd: mask unused bits in bitplane_present.valuecarpalis2018-01-051-2/+2
* genX_mfd: fix bitplane encoding for skipped picturescarpalis2018-01-051-20/+36
* genX_mfd: remove emulation byte on MB layer boundarycarpalis2018-01-051-2/+7
* gen6_mfd: Check ptr before dereferencingfritsch2017-09-041-4/+5
* add VC-1 intensity compensation for SNBcarpalis2017-07-281-6/+38
* Remove the unnecessary exec bitChih-Wei Huang2017-05-021-0/+0
* Unify the coding style in the driverXiang, Haihao2017-04-071-57/+57
* 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