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

Paul B Mahol onemda at gmail.com
Wed Aug 30 20:16:45 EEST 2017


On 8/30/17, Ashish Pratap Singh <ashk43712 at gmail.com> wrote:
> From: Ashish Singh <ashk43712 at gmail.com>
>
> Hi,
> This patch changes the previous adm filter to integer types which will be
> helpful for writing SIMD optimizations later.
>
> Signed-off-by: Ashish Singh <ashk43712 at gmail.com>
> ---
>  Changelog                |   1 +
>  doc/filters.texi         |  15 +
>  libavfilter/Makefile     |   1 +
>  libavfilter/adm.h        |  75 +++++
>  libavfilter/allfilters.c |   1 +
>  libavfilter/vf_adm.c     | 742
> +++++++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 835 insertions(+)
>  create mode 100644 libavfilter/adm.h
>  create mode 100644 libavfilter/vf_adm.c
>

dualinput.h is removed in master, thus patch is useless.

You need to port this to activate and framesync2.
You can look at psnr and ssim for clues.


More information about the ffmpeg-devel mailing list