OSDN Git Service

build: automake options in configure.ac
[android-x86/hardware-intel-common-vaapi.git] / src / gen7_mfd.c
2018-01-09 Xiang, HaihaoVC1: Fix for frame coding mode
2018-01-05 carpalisgenX_mfd: add comment on dmv buffer scaling
2018-01-05 carpalisgenX_mfd: optimize comparison out of loop
2018-01-05 carpalisgenX_mfd: fix code indenting
2018-01-05 carpalisgenX_mfd: clean up the use of profile bitstream element
2018-01-05 carpalisgenX_mfd: fix range reduction scaling
2018-01-05 carpalisgenX_mfd: fix dmv buffer size calculation
2018-01-05 carpalisgenX_mfd: fix intensity compensation for frame-interlac...
2018-01-05 carpalisgen7_mfd: add support for VC-1 interlaced intensity...
2018-01-05 carpalisgen7_mfd: add support for VC-1 interlaced reference...
2018-01-05 carpalisgen7_mfd: add support for VC-1 interlaced pictures
2018-01-05 carpalisgenX_mfd: fix calculation of motion vector mode
2018-01-05 carpalisgenX_mfd: no raw coded bitplanes for skipped pictures
2018-01-05 carpalisgenX_mfd: fix BitplanePresentFlag for skipped pictures
2018-01-05 carpalisgenX_mfd: align dmv buffer use with VC-1 spec and PRM
2018-01-05 carpalisgenX_mfd: no need for loop filtering for skipped pictures
2018-01-05 carpalisgenX_mfd: remove mapping of I frame to BI frame
2018-01-05 carpalisgenX_mfd: change order within if-else
2018-01-05 carpalisgenX_mfd: use input range instead of mapped range in...
2018-01-05 carpalisgenX_mfd: remove one-to-one mapping for picture_type
2018-01-05 carpalisgenX_mfd: fix unnecessary variable reuse
2018-01-05 carpalisgenX_mfd: do not scale dmv buffer with height
2018-01-05 carpalisgenX_mfd: align hardware programming of Y Offset for...
2018-01-05 carpalisgenX_mfd: fix hardware programming for bitplanes coded...
2018-01-05 carpalisgenX_mfd: mask unused bits in bitplane_present.value
2018-01-05 carpalisgenX_mfd: fix bitplane encoding for skipped pictures
2018-01-05 carpalisgenX_mfd: remove emulation byte on MB layer boundary
2017-09-04 fritschgen7_mfd: Check ptr before dereferencing
2017-08-16 Xiang, HaihaoMerge branch 'v1.8-branch' into master
2017-07-28 carpalisimplement intensity compensation for VC-1 decoding
2017-06-12 Wang, Tiantiancorrect subsampling calculate methods of various fourcc...
2017-06-12 Wang, Tiantiancorrect subsampling calculate methods of various fourcc...
2017-06-12 Chih-Wei HuangRemove the unnecessary exec bit
2017-06-12 Xiang, HaihaoUnify the coding style in the driver
2017-05-02 Chih-Wei HuangRemove the unnecessary exec bit
2017-04-19 Xiang, HaihaoMerge branch 'v1.8-branch' into 01org--master
2017-04-07 Xiang, HaihaoUnify the coding style in the driver
2015-09-06 Lim Siew HoonClean up the duplicate extra two line of code
2015-09-06 Lim Siew HoonFix if statement checking sampling factor for YUV422V_4Y
2015-09-06 Lim Siew HoonFix klockwork critical message hit on calloc function...
2015-09-06 Zhao YakuiH264: Use macroblock pair to calculate H264 decoding...
2015-09-06 Lim Siew HoonClean up the duplicate extra two line of code
2015-09-06 Lim Siew HoonFix if statement checking sampling factor for YUV422V_4Y
2015-09-06 Lim Siew HoonFix klockwork critical message hit on calloc function...
2015-07-08 Xiang, HaihaoMerge branch 'v1.6-branch' into master
2015-07-06 Zhao YakuiH264: Use macroblock pair to calculate H264 decoding...
2015-05-18 Zhao YakuiDecode: Free the allocated internal surface used by...
2015-03-24 Olivier Cretegen7_mfd: Optimise start code search
2015-02-03 Xiang, HaihaoVC1: No overlap smoothing if the overlap flag is 0
2014-12-13 Xiang, Haihaodecoder: Add struct gen_codec_surface
2014-09-05 Zhong LiAdd phantom slice support on IVB+
2014-06-16 Gwenole Beauchesnedecoder: h264: fix frame store logic for MVC.
2014-06-16 Gwenole Beauchesnesurface: drop SURFACE_DISPLAYED flag.
2014-06-16 Gwenole Beauchesnedecoder: h264: expose the set of supported MVC profiles.
2014-06-16 Gwenole Beauchesnedecoder: h264: factor out look ups for VA/H264 picture...
2014-06-16 Zhao YakuiDefine i965_CreateSurfaces in header file explicitly...
2014-06-06 Xiang, Haihaompeg2: calculate the slice data length on IVB
2014-06-02 Gwenole Beauchesnedecoder: h264: optimize support for grayscale surfaces.
2014-06-02 Gwenole Beauchesnedecoder: h264: factor out allocation of reconstructed...
2014-05-26 Xiang, HaihaoSimplify some macros
2014-04-23 Zhao YakuiUse the VA_FOURCC_ABCD constant to replace the VA_FOURC...
2014-04-23 Zhao YakuiDefine i965_DestroySurfaces in header file explicitly...
2014-02-27 Zhao YakuiUpdate the MFX_AVC_IMAGE_STATE to follow the spec
2013-12-03 Xiang, HaihaoH.264: Support Constrained Baseline profile instead...
2013-06-21 Xiang, HaihaoUpdate the supported render target format and pixel...
2013-05-20 Xiang, HaihaoUse IMC3 for JPEG decoding
2013-04-03 Xiang, HaihaoMerge branch 'master' into staging
2013-03-15 Xiang, HaihaoFix potential buffer overflow for JPEG decoding
2013-03-15 Xiang, HaihaoDecoder: use surface object for the workaround
2013-03-15 Xiang, HaihaoDecoder: directly use surface object for decoding
2013-03-15 Xiang, HaihaoDecoder: check whether the surface for decoding output...
2013-03-15 Xiang, HaihaoReturn the status when running the pipeline
2013-03-12 Li XiaoweiFix H264 YUV400 surface render issue on IVB
2013-02-22 Xiang, HaihaoUpdate the size of DMV buffer for H.264 decoding on IVB
2013-02-22 Xiang, HaihaoUpdate the size of DMV buffer for H.264 decoding on IVB
2013-01-23 Li, Xiaowei AFill the bitplane for VC1 skip picture decoding
2013-01-23 Xiang, HaihaoEnlarge deblocking filter row store for VC-1 decoding
2013-01-23 Xiang, HaihaoEnlarge deblocking filter row store for VC-1 decoding
2013-01-09 Xiang, HaihaoUse the internal CondOver flag
2013-01-09 Xiang, HaihaoNo overlap smoothing for B frame in Main and Simple...
2013-01-09 Xiang, HaihaoUse the internal CondOver flag
2013-01-09 Xiang, HaihaoNo overlap smoothing for B frame in Main and Simple...
2013-01-09 Li, Xiaowei Aworkaround to set VC1 overlap filter flag
2013-01-08 Xiang, HaihaoAlways set Fix_Prev_Mb_skipped in AVC_BSD_OBJECT command
2013-01-08 Xiang, HaihaoAlways set Fix_Prev_Mb_skipped in AVC_BSD_OBJECT command
2012-12-28 Gwenole Beauchesneh264: fix first macroblock bit offset calculation ...
2012-12-17 Li, Xiaowei Aworkaround to set VC1 overlap filter flag
2012-12-17 Li, Xiaowei AFill the bitplane for VC1 skip picture decoding
2012-12-14 Gwenole Beauchesnevc1: fix bitplane buffer size (SNB, IVB).
2012-11-01 Xiang, HaihaoWarning fixes
2012-11-01 Zhao YakuiAllow to create batchbuffer based on the expected buffe...
2012-10-31 Zhao YakuiAvoid the dup of gen_free_avc_surface during compile
2012-10-31 Zhao YakuiAllow to create batchbuffer based on the expected buffe...
2012-10-31 Zhao YakuiUnify the XXX_free_avc_surface for media encoding/decoding
2012-10-31 Xiang, HaihaoUnify the code for xxx_free_avc_surface
2012-10-24 Xiang, HaihaoUnify the code for xxx_free_avc_surface
2012-10-23 Gwenole Beauchesnehaswell: fix MPEG-2 decoding.
2012-10-08 Gwenole BeauchesneFix build with VA-API 0.32.0.
2012-10-08 Gwenole BeauchesneAdd sysdeps.h for system-dependent definitions.
2012-09-27 Zhao Halleyfix ttmbf/ttfrm when vstransform is 0
next