summaryrefslogtreecommitdiff
path: root/libavfilter/vf_procamp_vaapi.c
Commit message (Collapse)AuthorAge
* avfilter/vf_*_vaapi: Add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2018-03-07
| | | | | Reviewed-by: Jun Zhao <mypopydev@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi/procamp_vaapi: fix the green video issue if without arguments.Jun Zhao2018-01-25
| | | | | | | | | Fix the green output issue when use procamp_vaapi without any arguments, now if use procamp_vaapi without any arguments, will use the default value to setting procamp_vaapi. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
* lavfi/vf_xxx_vaapi: fix typo.Jun Zhao2018-01-24
| | | | Signed-off-by: Jun Zhao <jun.zhao@intel.com>
* lavfi: add ProcAmp (color balance) VAAPI video filter.Jun Zhao2018-01-21
Add ProcAmp(color balance) vaapi video filter, use the option like -vf "procamp_vaapi=b=10:h=120:c=2.8:s=3.7" to set brightness/hue/contrast/saturation. Signed-off-by: Yun Zhou <yunx.z.zhou@intel.com> Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>