OSDN Git Service

Add support for VDEnc VP9 CQP mode on CNL
[android-x86/hardware-intel-common-vaapi.git] / src / i965_drv_video.h
2018-01-29 Xiang, HaihaoAdd support for VDEnc VP9 CQP mode on CNL
2018-01-29 Xiang, HaihaoAdd flags for VP9 low power encoding mode
2018-01-29 Xiang, HaihaoAdd a flag for VP9 BRC mode in struct hw_codec_info
2018-01-23 Pengfei QuENC:fix min resolution check for encoder
2018-01-10 Sreerenj BalachandranStats/PreEnc: Add basic infrastructure for PreEnc enabl...
2017-12-04 Mark ThompsonAdd new functions for logging
2017-09-27 Xiang, HaihaoFix deprecated warning
2017-08-23 Sreerenj BalachandranFEI: Add basic infrastructure for FEI enablement
2017-08-17 Xiang, HaihaoReturn UYVY format for vaQuerySurfaceAttributes
2017-06-12 Pengfei QuENC: add RC query for AVC mb rc mode on SKL+
2017-06-12 Pengfei QuENC: add RC query for AVC mb rc mode on SKL+
2017-06-12 Pengfei QuFix: AVC/HEVC encoder quality range should be 7 on...
2017-06-12 Jun ZhaoFix typo in comments.
2017-06-12 peng.chenSet the quality range and default level for hevc encoder
2017-06-12 Xiang, HaihaoUnify the coding style in the driver
2017-06-12 Pengfei QuFix: AVC/HEVC encoder quality range should be 7 on...
2017-05-17 Jun ZhaoFix typo in comments.
2017-04-19 Xiang, HaihaoMerge branch 'v1.8-branch' into 01org--master
2017-04-13 peng.chenSet the quality range and default level for hevc encoder
2017-04-07 Xiang, HaihaoUnify the coding style in the driver
2017-04-06 Pengfei QuENC: Add the attribute of VAConfigAttribEncMaxSlices...
2017-04-06 Pengfei QuENC: Add the attribute of VAConfigAttribEncMaxSlices...
2017-03-02 Pengfei QuENC: add MFX pipeline for AVC encoder
2017-01-17 Sean V KelleyRevert "ENC:support more quality level and switch to...
2017-01-10 Pengfei QuENC:support more quality level and switch to new AVC...
2017-01-09 Xiang, HaihaoMerge branch 'v1.7-branch' into fdo--master
2016-11-30 Xiang, HaihaoAdd a function table for used GPE functions
2016-11-17 Daniel Charlesi965_driver_info: add vp9_enc_profiles
2016-10-31 Xiang, HaihaoRevert "HEVC10bit ENC: work around gpu hang when p010...
2016-10-31 Xiang, HaihaoStore buffers for VAEncMiscParameterTypeRateControl...
2016-10-31 Xiang, HaihaoUse a 2-dimensional array to store misc parameters
2016-10-31 U. Artie Eoffmove HAS_* macros to header
2016-10-31 Pengfei QuHEVC10bit ENC: work around gpu hang when p010->nv12
2016-10-31 Pengfei QuHEVC10bit ENC:enable hevc 10bit encoding pipeline
2016-09-26 Xiang, HaihaoRevert "HEVC10bit ENC: work around gpu hang when p010...
2016-09-19 Xiang, HaihaoMerge branch 'v1.7-branch' into fdo--master
2016-09-16 Xiang, HaihaoStore buffers for VAEncMiscParameterTypeRateControl...
2016-09-16 Xiang, HaihaoUse a 2-dimensional array to store misc parameters
2016-09-08 U. Artie Eoffmove HAS_* macros to header
2016-09-08 Pengfei QuHEVC10bit ENC: work around gpu hang when p010->nv12
2016-09-08 Pengfei QuHEVC10bit ENC:enable hevc 10bit encoding pipeline
2016-08-22 Xiang, HaihaoRemove unused fields in struct encode_state
2016-08-22 Zhao YakuiEncoding: ROI support for CQP/CBR on Haswell/Ivy
2016-08-22 XuGuangxinEncode: Clear right and bottom border of NV12 surface...
2016-08-22 U. Artie Eoffi965_drv: add support for per-codec max resolution
2016-08-19 Xiang, HaihaoRemove unused fields in struct encode_state
2016-08-15 Zhao YakuiEncoding: ROI support for CQP/CBR on Haswell/Ivy
2016-07-29 XuGuangxinEncode: Clear right and bottom border of NV12 surface...
2016-06-08 U. Artie Eoffi965_drv: add support for per-codec max resolution
2016-05-27 Zhao YakuiExport the Vp9 encoding profile/entrypoint for KBL
2016-05-26 Zhao YakuiAdd the VAEncMacroblockMapBufferType buffer for encoding
2016-05-09 Xiang, HaihaoAdd support for VAEntrypointEncSliceLP
2016-05-09 Xiang, HaihaoAdd a path to fetch encoder status from the underlying...
2016-05-09 Xiang, HaihaoInrease the maximum number of attributes
2016-01-29 peng.chensupport VP9 profile2 10bits decoding
2016-01-29 peng.chensupport VP9 profile2 10bits decoding
2016-01-15 Xiang, HaihaoMerge remote-tracking branch 'fdo/master' into v1.6...
2016-01-15 peng.chenVPP P010(10bits) enabling
2015-12-07 Sirisha MuppavarapuVP9 HWDec: Added profile and entrypoint for VAProfileVP...
2015-12-07 Peng Chensupport HEVC 10bits decoding
2015-12-07 Sirisha MuppavarapuVP9 HWDec: Added profile and entrypoint for VAProfileVP...
2015-12-07 Peng Chensupport HEVC 10bits decoding
2015-09-06 Zhao YakuiAdd one function to wrapper VA surface into backend...
2015-09-06 Zhao YakuiWrapper the DriverContextP of backend driver
2015-09-06 Zhao YakuiAdd one field for Config/Context/Surface/Buffer to...
2015-09-06 Zhao YakuiAdd one field to store the expected VA_RT_FORMAT for...
2015-09-06 Zhao YakuiAdd one function to wrapper VA surface into backend...
2015-09-06 Zhao YakuiWrapper the DriverContextP of backend driver
2015-09-06 Zhao YakuiAdd one field for Config/Context/Surface/Buffer to...
2015-08-25 Zhao YakuiAdd one field to store the expected VA_RT_FORMAT for...
2015-03-19 Qu,PengfeiHEVC ENC:Added slice header generated internally
2015-03-19 Zhong LiVP8 HWEnc: Calc vp8 coded size by internal buffer
2015-03-19 Zhong LiVP8 HWEnc: Build VP8 PAK pipeline and enabling I frame
2015-03-19 Zhong LiVP8 HWEnc: Build vp8 gen9 encoding vme pipeline
2014-12-13 Xiang, HaihaoAdvertise the support for HEVC on SKL
2014-11-19 Sirisha MuppavarapuJPEG Encode: Added support for JPEG Encode in the driver.
2014-09-15 Zhao Yakuichange the attribute of hw_codec_info so that it can...
2014-09-15 Zhao YakuiAdd one callback function for hw_codec_info to initiali...
2014-09-09 Gwenole BeauchesneReport BUSY surface state accordingly.
2014-09-09 Gwenole BeauchesneAdd support for new VA buffer export APIs.
2014-09-09 Zhong LiAdd multi quality levels encoding support for GEN7
2014-06-16 Zhao, YakuiEncoding: Use the different delimeter to pass packed_ra...
2014-06-16 Zhao, YakuiEncoding: Update the comment for the data structure...
2014-06-16 Zhao, YakuiH264_Encoding: Add the support of packed slice header...
2014-06-16 Zhao, YakuiH264_Encoding: Prepare some data structures for adding...
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 Li XiaoweiMVC: CODEC_H264_MVC defination and relatived properties...
2014-06-16 Zhao YakuiDefine i965_CreateSurfaces in header file explicitly...
2014-06-02 Gwenole Beauchesnedecoder: h264: optimize support for grayscale surfaces.
2014-06-02 Gwenole Beauchesneconfig: fix supported set of chroma formats for JPEG...
2014-06-02 Gwenole Beauchesnesurface: factor out release of surface buffer storage.
2014-05-26 Xiang, HaihaoLimit the minimum pitch for linear surface
2014-05-26 Xiang, Haihaoposst_processing_context_init()/finalize() callback...
2014-05-26 Xiang, Haihaorender_init()/render_terminate() callback functions...
2014-05-26 Xiang, HaihaoMove all of PCIIDs and codec info into separated files
2014-04-23 Zhao YakuiUse the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X...
2014-04-23 Zhao, Halleyclean up some assert in i965_drv_video.c
2014-04-23 Zhao, Halleyva: User specified tiling and stride support.
2014-04-23 Zhao YakuiDefine i965_DestroySurfaces in header file explicitly...
next