H264_Encoding: Add the support of packed slice header to be flexible
[platform/upstream/libva-intel-driver.git] / src / gen6_mfc_common.c
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 Zhao, YakuiH264_Encoding: Parse the packed header data from user...
2014-06-16 Zhao, YakuiEncoding: Reinitialize CBR bit rate-control parameter...
2014-05-26 Xiang, HaihaoSimplify some macros
2014-04-23 Zhao YakuiUse the VA_FOURCC_ABCD constant to replace the VA_FOURC...
2014-02-27 Xiang, HaihaoUse the right parameters to initialize bit rate context
2014-02-27 Xiang, HaihaoDon't advertise CBR for MPEG-2 encoding
2013-11-13 Xiang, HaihaoFix the Reference Index Mapping Table L0/L1
2013-11-13 Xiang, HaihaoPass the reference frame index in List0/1 into the...
2013-11-13 Xiang, HaihaoSelect a reference frame from the reference list0/1
2013-11-13 Xiang, HaihaoTrack the used reference surface
2013-11-13 Xiang, HaihaoClean up for setting up reference surface state
2013-11-13 Xiang, HaihaoCheck the reference surface id against VA_INVALID_SURFACE
2013-11-13 Xiang, HaihaoIndent the code of encoding
2013-09-06 Zhao YakuiUse the scoreboard/walker to assure MB dependency for...
2013-09-06 Zhao Yakuiconfigure the dynamic VME MV/mode cost for MPEG2 encodi...
2013-09-06 Zhao YakuiRestrict the MV search range based on MPEG2 encoding...
2013-09-06 Zhao YakuiRewrite inter-frame shader for MPEG2 encoding on HSW...
2013-09-06 Xiang, HaihaoCleanup profile tracking in encoder
2013-09-06 Xiang, HaihaoRename the macros
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, HaihaoEncoder: directly use the objects for the reference...
2013-03-15 Xiang, HaihaoEncoder: directly use the objects for the reconstructed...
2013-03-15 Xiang, HaihaoEncoder: directly use the surface object of the input...
2013-03-15 Xiang, HaihaoSilence a bunch of warnings
2013-03-15 Xiang, HaihaoAvoid potential buffer overflow issue
2013-02-20 Adrian Marius Negreanuadd replacement for log2f when not available
2013-01-23 Zhao YakuiFix the issue of GPU hang when encoding picture with...
2013-01-17 Zhao YakuiUse the common scoreboard code on Ivy/Haswell to remove...
2013-01-17 Zhao YakuiBackport the mode/mv cost table on Ivy
2013-01-17 Zhao YakuiAdd the bidirectional MV prediction for B-frame on...
2012-12-14 Xiang, HaihaoInternal flag for the coded buffer
2012-12-14 Xiang, Haihaorename I965_CODEDBUFFER_SIZE
2012-12-14 Zhao YakuiAdjust the mode/mv cost for VME parameter based on...
2012-10-31 Zhao YakuiAvoid the dup of gen_free_avc_surface during compile
2012-10-31 Zhao YakuiRemove the dup code of XXX_mfc_avc_prepare
2012-10-23 Zhao YakuiAdd the default SEI info for CBR mode
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