[FFmpeg-devel] [PATCH] lavfi: Port mp=pp7 to libavfilter

Stefano Sabatini stefasab at gmail.com
Fri Jan 9 17:37:13 CET 2015


On date Wednesday 2015-01-07 19:14:49 +0530, arwa arif encoded:
[...]
> From 2676f37a204b48bdbb2e24359b6a85598a8c021b Mon Sep 17 00:00:00 2001
> From: Arwa Arif <arwaarif1994 at gmail.com>
> Date: Thu, 25 Dec 2014 09:50:24 +0530
> Subject: [PATCH] lavfi: port mp=pp7 to avfilter
> 
> TODO: modify version.h, Add ff_norm_qscale in internal.h
> ---
>  LICENSE.md               |    1 +
>  configure                |    1 +
>  doc/filters.texi         |   31 ++++
>  libavfilter/Makefile     |    1 +
>  libavfilter/allfilters.c |    1 +
>  libavfilter/vf_pp7.c     |  419 ++++++++++++++++++++++++++++++++++++++++++++++
>  libavfilter/vf_pp7.h     |   46 +++++
>  libavfilter/x86/Makefile |    1 +
>  libavfilter/x86/vf_pp7.c |   68 ++++++++
>  9 files changed, 569 insertions(+)
>  create mode 100644 libavfilter/vf_pp7.c
>  create mode 100644 libavfilter/vf_pp7.h
>  create mode 100644 libavfilter/x86/vf_pp7.c

Patch applied, thanks.

Please provide a patch to factorize the use of norm_qscale(), to
remove mp=pp7, and to readd the use_bframe_qp if you think it's
useful.
-- 
FFmpeg = Faithful & Furious Multimedia Practical Exciting Genius


More information about the ffmpeg-devel mailing list