[FFmpeg-devel] [PATCH] Implement histogram equalization filter.

Michael Niedermayer michaelni
Sun Nov 21 18:57:46 CET 2010


On Sat, Nov 20, 2010 at 04:44:01PM +0100, Stefano Sabatini wrote:
> ---
>  configure                |    1 +
>  libavfilter/Makefile     |    1 +
>  libavfilter/allfilters.c |    1 +
>  libavfilter/vf_histeq.c  |  217 ++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 220 insertions(+), 0 deletions(-)
>  create mode 100644 libavfilter/vf_histeq.c

if you confirmed that this is binary identical to donalds filter then ok
    
[...]
> +AVFilter avfilter_vf_histeq = {
> +    .name        = "histeq",

maybe call it dg_histeq, and we could do similar for other ported filters
that is put the initials of the author in the filter name and
when we improve a filter we could fork it into a second filter and play with
that.That way the original stays available for testing-


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had done so. -- Xenophanes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101121/5e141a38/attachment.pgp>



More information about the ffmpeg-devel mailing list