OSDN Git Service

Update README.md
[android-x86/hardware-intel-common-vaapi.git] / src / gen6_mfc.c
2018-03-14 Xiang, HaihaoDon't compare an unsigned variable with 0
2017-06-12 Jun ZhaoFix AUD insert issue in AVC encoder with GEN6/7.5/8.
2017-06-12 Xiang, HaihaoUnify the coding style in the driver
2017-05-22 Jun ZhaoFix AUD insert issue in AVC encoder with GEN6/7.5/8.
2017-04-19 Xiang, HaihaoMerge branch 'v1.8-branch' into 01org--master
2017-04-07 Xiang, HaihaoUnify the coding style in the driver
2017-01-10 Mark ThompsonH.264 encoder: add a simple reactive VBR rate control...
2016-10-31 Xiang, HaihaoUpdate CBR algo for H.264 per tempolar layer
2016-10-31 Xiang, HaihaoUse arrays to store BRC related parameters per temporal...
2016-10-31 Xiang, HaihaoChange the type of the 2nd parameter of intel_mfc_updat...
2016-10-31 Xiang, Haihaomove QpPrimeY to another inner structure for H.264...
2016-09-19 Xiang, HaihaoMerge branch 'v1.7-branch' into fdo--master
2016-09-16 Xiang, HaihaoUpdate CBR algo for H.264 per tempolar layer
2016-09-16 Xiang, HaihaoUse arrays to store BRC related parameters per temporal...
2016-09-16 Xiang, HaihaoChange the type of the 2nd parameter of intel_mfc_updat...
2016-09-16 Xiang, Haihaomove QpPrimeY to another inner structure for H.264...
2016-08-22 Jia Mengscaling matrix of h264 encoder on gen7/gen7.5/gen8...
2016-08-22 Zhao Yakuiencoding:use the qp per every macroblock on Ivy and...
2016-08-22 Zhao YakuiEncoding: Dynamically select one mechanism to construct...
2016-08-15 Jia Mengscaling matrix of h264 encoder on gen7/gen7.5/gen8...
2016-08-15 Zhao Yakuiencoding:use the qp per every macroblock on Ivy and...
2016-08-15 Zhao YakuiEncoding: Dynamically select one mechanism to construct...
2015-09-06 Lim Siew HoonClean up unused local variable 'i965'
2015-09-06 Lim Siew HoonFix suspiciously placed semicolon at if statement.
2015-09-06 Lim Siew HoonClean up unused local variable 'i965'
2015-09-06 Lim Siew HoonFix suspiciously placed semicolon at if statement.
2014-09-02 Zhao YakuiH264_Encoding: Fix the incorrect Qp setting under CBR...
2014-06-16 Zhao, YakuiH264_encoding: Don't update the slice qp for CBR mode...
2014-06-16 Zhao, YakuiH264_Encoding: Add the support of packed slice header...
2014-06-16 Zhao, YakuiH264_encoding: Add the support of inserting the packed...
2014-06-16 Xiang, HaihaoCheck the pointer against NULL
2014-02-27 Zhao YakuiAvoid the duplicated macro-definition of surface size
2013-12-03 Xiang, HaihaoH.264: Support Constrained Baseline profile instead...
2013-11-13 Zhao YakuiEncoding reuses aux_batchbuffer instead of allocating...
2013-11-13 Zhao YakuiCalculate the required space of batch buffer to avoid...
2013-11-13 Xiang, HaihaoFollow the input Picture/Slice parameters to generate...
2013-11-13 Xiang, HaihaoPass the reference frame index in List0/1 into the...
2013-11-13 Xiang, HaihaoIndent the code of encoding
2013-09-06 Xiang, HaihaoUse the right wight/height to initialize the internal...
2013-05-09 Zhao YakuiPAK encoding uses the reference list parsed from slice_...
2013-05-09 Zhao YakuiUnify the AVC ref frame index setting on Snb/Ivy/HSW
2013-04-03 Xiang, HaihaoMerge branch 'master' into staging
2013-03-15 Xiang, HaihaoSilence a bunch of warnings
2013-03-15 Xiang, HaihaoAvoid potential buffer overflow issue
2013-01-17 Li XiaoweiRefine mpeg2 mfc pipeline code
2013-01-17 Zhao YakuiAdd the bidirectional MVP to optimize the VME parameter...
2013-01-17 Li XiaoweiPacking the Intra macroblock in P/B slice for MPEG2
2013-01-17 Li XiaoweiAdd MPEG2 MFC pipeline for IVB
2012-11-01 Xiang, HaihaoWarning fixes
2012-11-01 Xiang, HaihaoEncoding: use a separated command buffer
2012-11-01 Xiang, HaihaoEncoding: modify function to fill command into a specif...
2012-10-31 Zhao YakuiRemove the hard coded value to suppor the 4Kx4K encoding
2012-10-31 Zhao YakuiAllow to create batchbuffer based on the expected buffe...
2012-10-31 Zhao YakuiRemove the dup code of XXX_mfc_avc_prepare
2012-10-31 Zhao YakuiRemove the hard coded value to suppor the 4Kx4K encoding
2012-10-31 Zhao YakuiUnify the XXX_free_avc_surface for media encoding/decoding
2012-10-23 Zhao YakuiUse the common API to write avc SPS/PPS/SEI info on...
2012-10-23 Zhao YakuiAdd the common BRC API to avoid the duplicated code
2012-10-23 Zhao YakuiAdd the separated files for media encoder on haswell
2012-06-11 Xiang, Haihaosilence compiler warning
2012-06-11 Xiang, HaihaoFix slice delta for CBR mode
2012-06-11 Rogozhkin, Dmitry VNew BRC algorithm to match HRD
2012-06-07 Xiang, HaihaoFix coded buffer size calculating for CBR mode
2012-06-07 Xiang, HaihaoFix QP setting for CBR mode
2012-05-31 Xiang, HaihaoAccept packed misc data package such as SEI data
2012-05-30 Xiang, HaihaoFix weight denom for implicit weight tables on SNB...
2012-04-25 Xiang, HaihaoSupport mixed mode for VME
2012-04-25 Xiang, HaihaoFix the filling of MFC batchbuffer for software path
2012-04-23 Zhou ChangAdded workaroud for CBR support in IVB.
2012-04-19 Xiang, HaihaoRemove hard-coded code.
2012-04-06 Zhou ChangChange to none-block in CBR mode
2012-04-06 Zhou ChangAdded interlace mode check, just a workaround.
2012-04-06 Xiang, HaihaoExpand the VME output buffer for Inter frame
2012-03-16 Xiang, HaihaoFix compiler error after merge
2012-03-16 Xiang, HaihaoMerge branch 'vaapi-ext' into staging-work
2012-03-16 Xiang, HaihaoFix VME output offset issue
2012-03-16 Xiang, HaihaoAlways append MI_BATCH_BUFFER_END at the end of a batch...
2012-03-16 Xiang, HaihaoMore space for the header of picture & slice in the...
2012-03-15 Xiang, HaihaoMFC: optimize the MFC batchbuffer shader
2012-03-13 Xiang, HaihaoMerge branch 'vaapi-ext' into staging-work
2012-03-09 Xiang, HaihaoSetup pipeline to create MFC batchbuffer on Sandybridge
2012-02-27 Xiang, HaihaoUse the right slice parameters for multi-slice encoding
2012-02-27 Xiang, HaihaoUse the right slice parameters for multi-slice encoding
2012-02-22 Xiang, HaihaoAlso support Main & High profile on Sandybridge
2012-02-22 Xiang, HaihaoUse the bitrate control mode set in the current configu...
2012-02-22 Xiang, HaihaoSwitch to the new interface in staging branch.
2012-02-22 Xiang, HaihaoMerge branch 'master' into staging
2012-02-14 Xiang, HaihaoMerge branch 'master' into vaapi-ext
2012-02-07 Xiang, HaihaoFix graphics memory allocation for VA surface
2012-02-06 Zhou ChangAdded HRD support for Gen6.
2012-02-01 Xiang, HaihaoAdd support for I420, YV12 etc. formatted YUV surface...
2012-01-18 Xiang, HaihaoFix graphics memory allocation for VA surface
2012-01-12 Xiang, HaihaoMerge branch 'master' into vaapi-ext
2011-12-19 Xiang, HaihaoSplit Gen6 MFC and Gen7 MFC
2011-12-16 Xiang, HaihaoAdd support for transform 8x8 on Ivybridge
2011-12-16 Xiang, HaihaoFix INSERT_OBJECT command on Ivybridge
2011-10-24 Zhou ChangFixed CAVLC/CABAC hardcoded issue.
2011-10-13 Zhou ChangFixed 1080p issue and add transform 8x8 support.
2011-10-11 Xiang, HaihaoMerge branch 'master' into vaapi-ext
2011-10-10 Xiang, Haihaoupdate due to the change of interface
next