Add the common BRC API to avoid the duplicated code
[platform/upstream/libva-intel-driver.git] / src / gen6_mfc.c
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
2011-09-19 Xiang, HaihaoMerge branch 'master' into vaapi-ext
2011-09-14 Xiang, Haihaoencode: Correct slice QP and macroblock QP
2011-09-08 Zhou ChangImprove performance of CBR mode.
2011-09-08 Zhou ChangImproved CBR's accuracy based on a multi-try based...
2011-08-25 Xiang, Haihaoi965_drv_vidoe: update packed header iterface
2011-08-25 Zhou ChangRevert "The MV's quarlity has been improved and multi...
2011-08-25 Zhou ChangThe MV's quarlity has been improved and multi MB type...
2011-08-25 Xiang, Haihaoi965_drv_video: deallocate all unused surfaces
2011-08-25 Zhou ChangDisabled direct mode.
2011-08-25 Xiang, Haihaoi965_drv_video: fix a typo
2011-08-25 Xiang, Haihaoi965_drv_video: insert PPS/SPS header into coded buffer
2011-08-25 Zhou ChangSupport direct mode in B frames.
2011-08-25 Xiang, Haihaoi965_drv_video: bound check for coded buffer
2011-08-25 Xiang, Haihaoi965_drv_video: append trail data as the indicator...
2011-08-25 Xiang, Haihaoi965_drv_video: generate slice header in driver
2011-08-25 Xiang, Haihaoi965_drv_video: set QP in slice state
2011-08-25 Xiang, Haihaoi965_drv_video: use new buffers for encoding
2011-08-25 Zhou ChangAdjust HW bit rate contorl panic mode's threshold for...
2011-08-25 Zhou Changimprove CBR accuracy.
2011-08-25 Zhou ChangFixed a const qp for P frame bug.
2011-08-25 Zhou ChangEnable HW bit rate control in MFC, MB level QP auto...
2011-08-25 Zhou ChangSupport B frame in MFC and VME.
2011-08-22 Gwenole BeauchesneMoved files around.