Update NEWS for 1.3.2 pre1
[platform/upstream/libva-intel-driver.git] / src / gen75_mfc.c
2014-04-23 Zhao YakuiUse the VA_FOURCC_ABCD constant to replace the VA_FOURC...
2014-02-27 Zhao YakuiUpdate the MFX_AVC_IMAGE_STATE to follow the spec
2014-02-27 Zhao YakuiHandle the aux_batchbuffer correctly for H264 encoding...
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 YakuiRemove the unused variable to avoid the warning
2013-11-13 Zhao YakuiUse GPU to construct MFX command buffer for H264 encodi...
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 Zhao YakuiOptimize quantization rounding precision for MPEG2...
2013-09-06 Zhao YakuiEnable the Intra-prediction for MPEG2 P-B frame
2013-09-06 Xiang, HaihaoUse the right wight/height to initialize the internal...
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-01-30 Li XiaoweiCorrect the mv offset for mpeg2 encoding on HSW staging-20130205
2013-01-17 Li Xiaoweiapply new mv offset for mpeg2 encoding on HSW
2013-01-17 Zhao YakuiAdd the bidirectional MV prediction for B-frame on...
2013-01-17 Zhao YakuiRemove the preprocessor redefinitions for H264 and...
2013-01-17 Zhao YakuiDiscard the intermediate result during VME prediction...
2012-12-14 Xiang, HaihaoFix Motion Vector
2012-12-14 Xiang, HaihaoMPEG-2 encoding: Use pre deblocking output for reconstr...
2012-12-14 Xiang, HaihaoFollow the vme output to configure PAK command
2012-12-14 Xiang, HaihaoPAK command for inter macroblock
2012-12-14 Xiang, HaihaoUpdate coded_block_pattern
2012-12-14 Xiang, HaihaoChange the max size
2012-12-14 Xiang, HaihaoUpdate QM/FQM matrices for MPEG-2 encoding
2012-12-14 Xiang, HaihaoNo emulation bytes for MPEG-2
2012-12-14 Xiang, HaihaoInternal flag for the coded buffer
2012-12-14 Xiang, Haihaorename I965_CODEDBUFFER_SIZE
2012-12-14 Xiang, HaihaoInsert some redunrant data around a slice
2012-12-14 Xiang, HaihaoSetup MFC pipeline for MPEG-2 encoding on Haswell
2012-12-14 Zhao YakuiFeed MFC PAK with correct MV of VME output on haswell
2012-12-14 Zhao YakuiAdd the support of the chroma intra prediction on Haswell
2012-12-14 Zhao YakuiFix the corrupted macroblock for AVC encoding on HSW
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 YakuiHandle the MFX change between A stepping and B-stepping...
2012-10-23 Zhao YakuiAdd the support of encoding P frame on haswell
2012-10-23 Zhao YakuiAdd the Intra VME for I-frame on Haswell
2012-10-23 Zhao YakuiAdd the separated file for media encoding on haswell
2012-10-23 Zhao YakuiUse the common API to write avc SPS/PPS/SEI info on...
2012-10-23 Zhao YakuiHandle the MFX change between A stepping and B-stepping...
2012-10-23 Zhao YakuiAdd the support of encoding P/B-frame on haswell
2012-10-23 Zhao YakuiAdd the Intra VME for I-frame on Haswell
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