]> git.sesse.net Git - ffmpeg/commit
avfilter: add vif filter
authorAshish Singh <ashk43712@gmail.com>
Sat, 29 Jul 2017 08:46:29 +0000 (14:16 +0530)
committerPaul B Mahol <onemda@gmail.com>
Tue, 16 Feb 2021 14:00:50 +0000 (15:00 +0100)
commit38aea9b0416f574757a56591b8a6f305cbc659ad
tree6c9d62ddeb3ce47d6ae05088d4e6e333b1eaeb7b
parent8d209eb33c3ae900e913c6645603dfde435c59c1
avfilter: add vif filter

This is Visual Information Fidelity (VIF) filter and one of the component
filters of VMAF. It outputs the average VIF score over all frames.

Signed-off-by: Ashish Singh <ashk43712@gmail.com>
Changelog
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/version.h
libavfilter/vf_vif.c [new file with mode: 0644]
libavfilter/vif.h [new file with mode: 0644]