[FFmpeg-devel] [PATCH] Port mp=eq/eq2 to lavfi
Paul B Mahol
onemda at gmail.com
Sat Jan 24 22:08:45 CET 2015
On 1/24/15, Paul B Mahol <onemda at gmail.com> wrote:
> From: Arwa Arif <arwaarif1994 at gmail.com>
>
> Code adapted from James Darnley's port
>
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> configure | 1 +
> doc/filters.texi | 43 ++++++++
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/version.h | 4 +-
> libavfilter/vf_eq.c | 273
> +++++++++++++++++++++++++++++++++++++++++++++++
> libavfilter/vf_eq.h | 60 +++++++++++
> libavfilter/x86/Makefile | 1 +
> libavfilter/x86/vf_eq.c | 97 +++++++++++++++++
> 9 files changed, 479 insertions(+), 2 deletions(-)
> create mode 100644 libavfilter/vf_eq.c
> create mode 100644 libavfilter/vf_eq.h
> create mode 100644 libavfilter/x86/vf_eq.c
>
Should be bit-exact with mp=eq2.
More information about the ffmpeg-devel
mailing list