[FFmpeg-devel] [PATCH] Port FFT domain filter.

Michael Niedermayer michaelni at gmx.at
Tue Mar 3 14:01:38 CET 2015


On Tue, Mar 03, 2015 at 12:06:09PM +0530, arwa arif wrote:
> I tried to change the name to fft, but it is conflicting with
> libavcodec/fft. So, I am unable to change that. I have updated the patch,
> adding support to coloured images.

>  doc/filters.texi         |   22 +++
>  libavfilter/Makefile     |    1 
>  libavfilter/allfilters.c |    1 
>  libavfilter/vf_fftfilt.c |  294 +++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 318 insertions(+)
> 1ad6ddaa83fe13ae3234b4e359c8c1d719047f30  0001-Add-FFT-domain-filter.patch
> From 7b479d2236067e5599f6e4670f319ddddbe4a643 Mon Sep 17 00:00:00 2001
> From: Arwa Arif <arwaarif1994 at gmail.com>
> Date: Tue, 24 Feb 2015 12:17:30 +0530
> Subject: [PATCH] Add FFT domain filter.

[...]

> +AVFilter ff_vf_fftfilt = {
> +    .name            = "fftfilt",
> +    .description     = NULL_IF_CONFIG_SMALL("Adjust dc value and luminance."),

something like
"Apply arbitrary expressions to samples in frequency domain"
maybe sounds better


[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150303/b72ff945/attachment.asc>


More information about the ffmpeg-devel mailing list