summaryrefslogtreecommitdiff
path: root/va/va_vpp.h
Commit message (Expand)AuthorAgeFilesLines
* Add comments for backward/forward reference to avoid confusionChen, Jason K2020-09-111-2/+2
* Add interpolation method for scaling.2.9.0.pre1FurongZhang2020-07-221-0/+3
* Remove the execute bit from all source code filesMichael Weiss2020-06-051-0/+0
* Fix HDR10 MaxCLL and MaxFALL documentationU. Artie Eoff2020-04-131-4/+4
* Add comments for colour primaries and transfer characteristics in VAProcColor...furongzh2019-07-081-0/+41
* Fix a typo "berief" in the comment of VAHdrMetaDataHDR10. It has impact on ge...furongzh2019-06-171-1/+1
* Correct the comment of color_range.furongzh2019-06-111-1/+1
* Add new definition for input/output surface flag2.5.0.pre3Chen, Jason K2019-05-141-4/+45
* High Dynamic Range Tone Mapping: Add a new filter for input metadata and some...furongzh2018-12-031-2/+33
* High Dynamic Range2.2.1.pre1-20180921FurongZhang2018-09-041-12/+168
* Customized Noise Reduction (HVS)FurongZhang2018-08-151-0/+22
* Add more complete colour properties for use in VPPMark Thompson2018-07-251-19/+129
* new VPP featuresxfengcarl2017-11-211-2/+303
* 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