summaryrefslogtreecommitdiff
path: root/va/va_vpp.h
Commit message (Expand)AuthorAgeFilesLines
* Add reserved bytes to most structuresXiang, Haihao2017-09-271-0/+27
* Use portable types for VA structuresXiang, Haihao2017-09-271-13/+13
* Don't automatically destroy the buffer(s) passed to vaRenderPictureXiang, Haihao2017-01-091-9/+3
* Added STE filter to the VPP pipeline.Jonathan Bian2014-04-251-0/+2
* va: Remove VAProcFilterColorStandardXiang, Haihao2013-05-281-19/+1
* Renamed de-interlacing flags to be more general and added new flag VA_DEINTER...Jonathan Bian2013-05-281-5/+10
* Added "flags" field to VAProcFilterParameterBufferDeinterlacing to indicate T...Jonathan Bian2013-05-281-0/+16
* Add maximum type number define, and one addition VPP flagBinglin Chen2013-05-281-0/+6
* API: vpp: remove extraneous flags member.Gwenole Beauchesne2013-05-281-2/+0
* Fix sample code for VPPXiang, Haihao2013-05-281-2/+2
* vpp: fix comments for *Count enumerations.Gwenole Beauchesne2013-05-281-4/+4
* vpp: allow input/output color primaries as requested.Gwenole Beauchesne2013-05-281-1/+38
* vpp: move reference frames to pipeline parameter buffer.Gwenole Beauchesne2013-05-281-23/+39
* vpp: note that application of subpictures is now optional.Gwenole Beauchesne2013-05-281-2/+3
* vpp: add pipeline flags.Gwenole Beauchesne2013-05-281-0/+27
* vpp: explain filter flags more.Gwenole Beauchesne2013-05-281-4/+10
* vpp: add auto-saturation, auto-brightness, auto-contrast attributes.Gwenole Beauchesne2013-05-281-1/+19
* vpp: clarify background color semantics and driver behaviour.Gwenole Beauchesne2013-05-281-4/+13
* vpp: keep VAProcFilterParameterBuffer value type as float.Gwenole Beauchesne2013-05-281-1/+0
* vpp: fix vaQueryVideoProcPipelineCaps() semantics.Gwenole Beauchesne2013-05-281-29/+53
* vpp: mention that source surface also covers its associated subpictures.Gwenole Beauchesne2013-05-281-1/+6
* vpp: improve documentation for VAProcPipelineParameterBuffer.Gwenole Beauchesne2013-05-281-1/+29
* vpp: fix vaQueryVideoProcFilterCaps() prototype.Gwenole Beauchesne2013-05-281-1/+1
* vpp: remove obsolete sample code.Gwenole Beauchesne2013-05-281-23/+0
* vpp: fix VAProcPipelineParameterBuffer typedef.Gwenole Beauchesne2013-05-281-1/+1
* API: add video processing interfaces.Gwenole Beauchesne2013-05-281-0/+594