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 <arwaarif1...@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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to