[FFmpeg-devel] [PATCH] avfilter: add LIBVMAF filter
Ronald S. Bultje
rsbultje at gmail.com
Sun Jul 16 15:29:59 EEST 2017
Hi,
On Sat, Jul 15, 2017 at 12:42 PM, Ashish Singh <ashk43712 at gmail.com> wrote:
> This one changes the previous vmaf patch to libvmaf to keep it separate
> from the
> native implementation of vmaf inside ffmpeg later.
>
> Signed-off-by: Ashish Singh <ashk43712 at gmail.com>
> ---
> Changelog | 1 +
> configure | 5 +
> doc/filters.texi | 64 +++++++++
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_libvmaf.c | 339 ++++++++++++++++++++++++++++++
> +++++++++++++++++
> 6 files changed, 411 insertions(+)
> create mode 100644 libavfilter/vf_libvmaf.c
Pushed.
Ronald
More information about the ffmpeg-devel
mailing list