summaryrefslogtreecommitdiff
path: root/va/va.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-18PROJECT HAS MOVEDHEADmasterSean V Kelley1-3132/+0
2017-01-09Don't automatically destroy the buffer(s) passed to vaRenderPictureXiang, Haihao1-2/+7
2016-12-23va.h: Improve the comment on the encode framerate parameterMark Thompson1-5/+15
2016-11-22va.h: fix compile warningLi Zhijian1-1/+1
2016-11-21Add the fourcc of I010 formatZhao Yakui1-0/+5
2016-10-27Add callbacks for error and info messages.Emmanuel Gil Peyrot1-0/+15
2016-09-13Add the comment for framerate in VAEncMiscParameterFrameRateXiang, Haihao1-0/+8
2016-09-13Merge and modify encoding bit-rate control per temporal layer.Xiang, Haihao1-1/+86
2016-08-04Add one flag to use the qp_delta instead of qp priority for ROI under non-CQP...jialipen1-14/+61
2016-05-27Add API for VP9 EncodeWang, Ce1-0/+1
2016-05-09Add Macroblock based rate control method.pylee1-0/+5
2016-05-09Merge ROI patches from staging branchpylee1-10/+80
2016-05-09Added VAEntrypointEncSliceLP for implementations to expose a low power/high p...Jonathan Bian1-0/+9
2016-01-29Add support for 10b vp9 decodeWang, Ce1-1/+4
2015-12-07Added 10-bit YUV RT format value and fourcc codesJonathan Bian1-0/+8
2015-12-07Add the new YV16 fourcc codeZhao Yakui1-0/+5
2015-12-07Revert "Added 10-bit YUV RT format value and fourcc codes"Xiang, Haihao1-14/+0
2015-12-02Added 10-bit YUV RT format value and fourcc codesJonathan Bian1-0/+14
2015-05-22Add one API to allow the user to specify the loaded backend driverZhao Yakui1-1/+8
2015-04-03Add VAConfigAttribEncSkipFrame and corresponding structures to support sendin...pylee1-0/+35
2015-04-02Merge VP9 decode API from staging branchWang, Ce1-1/+3
2015-04-02libva:Add the bits mask of color-sapce conversion standardsyakui.zhao@intel.com1-0/+1
2015-04-02Add support for querying slice decoding mode supported by the underlying driverJonathan Bian1-0/+23
2015-03-19HEVC encode APIWang, Ce1-0/+1
2015-03-19Include sub core APIs in va.h as wellXiang, Haihao1-2/+9
2015-03-19Move VAHuffmanTableBufferJPEGBaseline to va.hXiang, Haihao1-0/+39
2014-12-04Added HEVC decode APIWang, Ce1-1/+69
2014-11-19Extended existing JPEG encoding data structures and added configuration attri...Jonathan Bian1-20/+27
2014-09-26doc: fix scan order specification for quantization tables.Gwenole Beauchesne1-0/+14
2014-09-07API: add support for buffer exports.Gwenole Beauchesne1-1/+106
2014-09-07Update comment for quality_levelXiang, Haihao1-1/+3
2014-09-07Added VAConfigEncQualityRange attribute and VAEncMiscParameterBufferQualityLe...Jonathan Bian1-0/+26
2014-07-18Add vaSurfaceAttribUsageHint to give the driver a hint of intended usage to o...pylee1-0/+18
2014-07-18Added support for VP8 encoding.Jonathan Bian1-0/+1
2014-06-16Merge H.264 MVC profiles from staging branch.Gwenole Beauchesne1-1/+3
2014-05-05Fix VA_ENC_PACKED_HEADER_RAW_DATA value.Gwenole Beauchesne1-1/+1
2014-03-27Doxygen tags in libva.Sameer Kibey1-95/+94
2014-03-03va: drop VAEntrypointMax enumeration.Gwenole Beauchesne1-1/+0
2014-03-03va: include <stdint.h> header.Gwenole Beauchesne1-0/+1
2014-02-13Add VP8 decoding APIJonathan Bian1-1/+3
2013-08-27va: add new ABGR/XBGR fourcc codes.Victor Ying1-0/+2
2013-06-05API: add vaQuerySurfaceAttributes().Gwenole Beauchesne1-15/+26
2013-06-05Added new VA_RT_FORMAT_RGBP and VA_FOURCC_411RJonathan Bian1-0/+3
2013-06-05ASurfaceAttribExternalBuffers flags: add more memory attribute flagsAustin Yuan1-0/+9
2013-06-05Changed values for VASurfaceAttribMemoryType from fourcc to bit fields.Jonathan Bian1-8/+13
2013-06-05Added new RT formats and fourcc codes for pixel formats.Jonathan Bian1-1/+17
2013-06-05Added new surface attributes to enable VA surface creation from external buff...Jonathan Bian1-1/+50
2013-06-05Add RGB RT format definition for video processLi,Xiaowei1-0/+2
2013-06-05Add new fourcc codesJonathan Bian1-0/+2
2013-06-05API: add surface attributes.Gwenole Beauchesne1-16/+98