summaryrefslogtreecommitdiff
path: root/va/va.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-28doc/vpp: link modules from the main page.Gwenole Beauchesne1-0/+1
2013-05-28doc/encode: link modules from the main page.Gwenole Beauchesne1-0/+17
2013-05-28doc: add placeholder for the Core API.Gwenole Beauchesne1-0/+15
2013-05-28Add maximum type number define, and one addition VPP flagBinglin Chen1-1/+3
2013-05-28VAProcPipelineParameterBufferType: start from 41 in case there are more encod...Austin Yuan1-2/+2
2013-05-28API: add video processing interfaces.Gwenole Beauchesne1-1/+29
2013-05-28va: Add a flag to signal APP whether the driver support raw packed headerXiang, Haihao1-2/+5
2013-05-28Added new VAEncPackedHeaderRawData value to VAEncPackedHeaderTypeJonathan Bian1-0/+8
2013-05-28VAEncXXXH264Baseline: start to drop VAEncXXXXBaselineAustin Yuan1-32/+0
2013-05-28VACodedBufferSegment: correct the descriptionAustin Yuan1-4/+1
2013-05-28VA_STATUS_ERROR_HW_BUSY: error code to indicate HW is busyAustin Yuan1-0/+2
2013-05-28VAEncMiscParameterRateControl: add back some fields and refine the commentsAustin Yuan1-8/+27
2013-05-28VACodedBufferSegment: modify the semantics/descriptionAustin Yuan1-3/+14
2013-05-28Add VAEncMiscParameterHRD data structure to pass HRD parameters to driverXiang, Haihao1-0/+8
2013-05-28API: encode: document VACodedBufferSegment.Gwenole Beauchesne1-8/+27
2013-05-28API: h264 encode: add VA_RC_VBR_CONSTRAINED.Gwenole Beauchesne1-0/+2
2013-05-28API: h264 encode: fix VAConfigAttribEncMaxRefFrames semantics.Gwenole Beauchesne1-4/+3
2013-05-28API: h264 encode: add packed SEI header.Gwenole Beauchesne1-4/+11
2013-05-28API: h264 encode: add macroblock-info config attribute.Gwenole Beauchesne1-0/+12
2013-05-28API: h264 encode: fix max-frame-size parameter buffer type.Gwenole Beauchesne1-3/+5
2013-05-28API: h264 encode: add max-frame-size misc buffer type.Gwenole Beauchesne1-0/+23
2013-05-28API: h264 encode: remove TABs in newly added code.Gwenole Beauchesne1-10/+10
2013-05-28API: h264 encode: add constant QP rate control attribute.Gwenole Beauchesne1-5/+13
2013-05-28API: h264 encode: fix comments.Gwenole Beauchesne1-4/+4
2013-05-28API: h264 encode: add new VA config attributes (max-slices, slice-structure).Gwenole Beauchesne1-0/+34
2013-05-28API: h264 encode: renumber config attributes used for encoding.Gwenole Beauchesne1-3/+3
2013-05-28API: h264 encode: improve VA config attributes documentation.Gwenole Beauchesne1-3/+35
2013-05-28API: h264 encode: add new config attributes for encoding (max-ref-frames).Gwenole Beauchesne1-0/+2
2013-05-28API: h264 encode: add macroblock parameter buffer.Gwenole Beauchesne1-0/+1
2013-05-28API: h264 encode: rename insert_emulation_bytes to has_emulation_bytes.Gwenole Beauchesne1-3/+2
2013-05-28API: h264 encode: re-define packed-headers buffer type ids.Gwenole Beauchesne1-2/+2
2013-05-28API: add new H.264 encoding API for main and high profiles.Gwenole Beauchesne1-1/+49
2013-05-28API: drop H.264 specific VA buffer types.Gwenole Beauchesne1-2/+0
2013-05-28API: rename H.264 encoding buffer structs with a Baseline suffix.Gwenole Beauchesne1-4/+4
2013-05-28API: add a generic value type.Gwenole Beauchesne1-0/+36
2012-07-26Merge JPEG decoding API from staging branch.Gwenole Beauchesne1-88/+1
2012-04-08Revert "declare vaGetDisplay in va.h instead of va_xxx.h"Gwenole Beauchesne1-7/+0
2012-04-08API: h264 decode: fix the definition of slice_data_bit_offset.Gwenole Beauchesne1-6/+6
2012-04-05API: h264 decode: clarify slice_data_bit_offset field.Gwenole Beauchesne1-2/+13
2012-02-06Fix comment for JPEG quantization tableXiang, Haihao1-1/+1
2012-02-06Remove the macros for JPEG componentsXiang, Haihao1-6/+1
2012-02-06Directly use component id instead of component index in VASliceParameterBuffe...Xiang, Haihao1-1/+1
2012-02-06Modify the interface of Huffman table for JPEG decodingXiang, Haihao1-18/+10
2012-02-06Support 16-bits quantization element for JPEG decodingXiang, Haihao1-2/+8
2012-02-06Modify the interface of Quantization table for JPEG decodingXiang, Haihao1-15/+5
2012-02-06refine the JPEG decoding interfaceXiang, Haihao1-6/+1
2012-02-06va: add data structure for JPEG decodingXiang, Haihao1-0/+112
2011-12-14declare vaGetDisplay in va.h instead of va_xxx.hXiang, Haihao1-0/+7
2011-12-14rename NativeDisplay to VANativeDisplayXiang, Haihao1-1/+1
2011-09-21va.h: TopFieldOrderCnt/BottomFieldOrderCnt should be signed instead of unsignedywan1711-2/+2