summaryrefslogtreecommitdiff
path: root/libavfilter/vf_procamp_vaapi.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi/vf_*_vaapi: Fix error caseMark Thompson2020-02-091-1/+1
* lavfi/vaapi: Improve support for colour propertiesMark Thompson2019-06-021-3/+4
* lavfi/vaapi: Factorise out common code for parameter buffer setupMark Thompson2019-06-021-29/+5
* lavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACKZachary Zhou2018-12-301-1/+1
* avfilter/vf_*_vaapi: Add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2018-03-071-1/+1
* lavfi/procamp_vaapi: fix the green video issue if without arguments.Jun Zhao2018-01-251-42/+31
* lavfi/vf_xxx_vaapi: fix typo.Jun Zhao2018-01-241-1/+1
* lavfi: add ProcAmp (color balance) VAAPI video filter.Jun Zhao2018-01-211-0/+281