[FFmpeg-devel] [PATCH] avfilter: add LIBVMAF filter

Ashish Pratap Singh ashk43712 at gmail.com
Sun Jul 16 18:30:00 EEST 2017


On Sun, Jul 16, 2017 at 5:59 PM, Ronald S. Bultje <rsbultje at gmail.com>
wrote:

> 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
>

Hi, thanks. Sorry that I forgot to refactor everything while changing from
vmaf to libvmaf. I will push that soon.


More information about the ffmpeg-devel mailing list