[FFmpeg-devel] [PATCH] lavfi: edgedetect filter

Stefano Sabatini stefasab at gmail.com
Wed Aug 15 21:53:00 CEST 2012


On date Wednesday 2012-08-15 15:02:37 +0200, Clément Bœsch encoded:
> On Thu, Aug 09, 2012 at 02:04:01AM +0200, Stefano Sabatini wrote:
[...]
> I'd like to apply this first version as reference first. Feel free to
> improve gaussian and sobel filters.
> 
> I'll push the attached patch soon if I see no other comment.
> 
> -- 
> Clément B.

> From 042e094a5afb87ef107c90064973788188029b26 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux at gmail.com>
> Date: Thu, 26 Jul 2012 19:45:53 +0200
> Subject: [PATCH] lavfi: edgedetect filter
> 
> FIXME: bump lavfi minor
> ---
>  doc/filters.texi            |  27 ++++
>  libavfilter/Makefile        |   1 +
>  libavfilter/allfilters.c    |   1 +
>  libavfilter/vf_edgedetect.c | 323 ++++++++++++++++++++++++++++++++++++++++++++
>  tests/lavfi-regression.sh   |   1 +
>  tests/ref/lavfi/edgedetect  |   1 +
>  6 files changed, 354 insertions(+)
>  create mode 100644 libavfilter/vf_edgedetect.c
>  create mode 100644 tests/ref/lavfi/edgedetect
[...]

No more comments from me, thanks for the cool filter.
-- 
FFmpeg = Forgiving and Fierce Monstrous Power Elitist Gadget


More information about the ffmpeg-devel mailing list