summaryrefslogtreecommitdiff
path: root/va
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-28API: bump version to 0.34.0 (libva 1.2.0).Gwenole Beauchesne1-0/+1
2013-05-28va: Remove VAProcFilterColorStandardXiang, Haihao1-19/+1
2013-05-28Renamed de-interlacing flags to be more general and added new flag VA_DEINTER...Jonathan Bian1-5/+10
2013-05-28Added "flags" field to VAProcFilterParameterBufferDeinterlacing to indicate T...Jonathan Bian1-0/+16
2013-05-28Add maximum type number define, and one addition VPP flagBinglin Chen2-1/+9
2013-05-28VAProcPipelineParameterBufferType: start from 41 in case there are more encod...Austin Yuan1-2/+2
2013-05-28API: vpp: remove extraneous flags member.Gwenole Beauchesne1-2/+0
2013-05-28Fix sample code for VPPXiang, Haihao1-2/+2
2013-05-28vpp: fix comments for *Count enumerations.Gwenole Beauchesne1-4/+4
2013-05-28vpp: allow input/output color primaries as requested.Gwenole Beauchesne1-1/+38
2013-05-28vpp: move reference frames to pipeline parameter buffer.Gwenole Beauchesne1-23/+39
2013-05-28vpp: note that application of subpictures is now optional.Gwenole Beauchesne1-2/+3
2013-05-28vpp: add pipeline flags.Gwenole Beauchesne1-0/+27
2013-05-28vpp: explain filter flags more.Gwenole Beauchesne1-4/+10
2013-05-28vpp: add auto-saturation, auto-brightness, auto-contrast attributes.Gwenole Beauchesne1-1/+19
2013-05-28vpp: clarify background color semantics and driver behaviour.Gwenole Beauchesne1-4/+13
2013-05-28vpp: keep VAProcFilterParameterBuffer value type as float.Gwenole Beauchesne1-1/+0
2013-05-28vpp: fix vaQueryVideoProcPipelineCaps() semantics.Gwenole Beauchesne1-29/+53
2013-05-28vpp: mention that source surface also covers its associated subpictures.Gwenole Beauchesne1-1/+6
2013-05-28vpp: improve documentation for VAProcPipelineParameterBuffer.Gwenole Beauchesne1-1/+29
2013-05-28vpp: fix vaQueryVideoProcFilterCaps() prototype.Gwenole Beauchesne1-1/+1
2013-05-28vpp: remove obsolete sample code.Gwenole Beauchesne1-23/+0
2013-05-28vpp: fix VAProcPipelineParameterBuffer typedef.Gwenole Beauchesne1-1/+1
2013-05-28vpp: add video processing hooks.Gwenole Beauchesne4-1/+169
2013-05-28API: add video processing interfaces.Gwenole Beauchesne3-1/+624
2013-05-28va: Remove user_data from MPEG-2 encoding APIsXiang, Haihao1-10/+0
2013-05-28API for MPEG-2 encodingXiang, Haihao2-0/+298
2013-05-28va: Add a flag to signal APP whether the driver support raw packed headerXiang, Haihao1-2/+5
2013-05-28install va_enc_h264.hXiang, Haihao1-0/+1
2013-05-28Added baseline to the list of profiles for the documentation.Jonathan Bian1-4/+7
2013-05-28Added aspect ratio related fields to VAEncSequenceParameterBufferH264Jonathan Bian1-0/+8
2013-05-28API: h264 encode: add more explicit packed header types for H.264.Gwenole Beauchesne1-1/+36
2013-05-28API: h264 encode: move up num_macroblocks, next to macroblock_address.Gwenole Beauchesne1-2/+2
2013-05-28API: h264 encode: remove dec_ref_pic_marking().Gwenole Beauchesne1-32/+0
2013-05-28API: h264 encode: remove ref_pic_list_modification().Gwenole Beauchesne1-22/+0
2013-05-28API: h264 encode: fix comment for RefPicList0/1.Gwenole Beauchesne1-2/+2
2013-05-28API: h264 encode: add intra_idr_period to sequence parameter.Gwenole Beauchesne1-0/+2
2013-05-28API: h264 encode: document DPB usage.Gwenole Beauchesne1-3/+14
2013-05-28API: h264 encode: drop extraneous comment.Gwenole Beauchesne1-1/+1
2013-05-28API: h264 encode: drop profile_idc.Gwenole Beauchesne1-2/+0
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