summaryrefslogtreecommitdiff
path: root/libavfilter/vf_misc_vaapi.c
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_*_vaapi: Add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2018-03-071-1/+1
| | | | | Reviewed-by: Jun Zhao <mypopydev@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi/misc_vaapi: use default value setting if without arguments.Jun Zhao2018-01-251-34/+30
| | | | | 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-241-2/+2
| | | | Signed-off-by: Jun Zhao <jun.zhao@intel.com>
* lavfi: add denoise and sharpness VAAPI video filters.Jun Zhao2018-01-211-0/+293
Most code between them is common, so put them in a new file for miscellaneous VAAPI filters. 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>