[FFmpeg-devel] [PATCH v3][GSOC] avfilter: added colorconstancy

Mina minas.gorgy at gmail.com
Mon Jul 16 11:23:19 EEST 2018



On 07/16/2018 02:55 AM, Michael Niedermayer wrote:
> On Sun, Jul 15, 2018 at 09:13:04PM +0200, Mina wrote:
>> Hi,
>>
>>    This patch introduces Grey-Edge algorithm as part of the Color Constancy
>> Filter project in GSOC.
>>
>> V3 changes:
>> - corrected typo in documentation
>> - corrected wrong value in documentation
>> - added link to algorithm research paper in documentation
>> - returned EINVAL and log error when sigma = 0 && difford > 0 instead of
>> assert
>>
>> Best regards,
>> Mina Sami
>>
>>   Changelog                       |    1
>>   MAINTAINERS                     |    1
>>   doc/filters.texi                |   39 ++
>>   libavfilter/Makefile            |    1
>>   libavfilter/allfilters.c        |    1
>>   libavfilter/vf_colorconstancy.c |  758 ++++++++++++++++++++++++++++++++++++++++
>>   6 files changed, 801 insertions(+)
>> 470a6bcd3455fa6802ef290f438632a0b1e0ab6f  0001-avfilter-added-colorconstancy.patch
>>  From 52a0057eda8bf5147b53c9d71089d944ebaa759c Mon Sep 17 00:00:00 2001
>> From: Mina <minasamy_ at hotmail.com>
>> Date: Sun, 15 Jul 2018 20:59:52 +0200
>> Subject: [PATCH] avfilter: added colorconstancy
> breaks "make doc/ffprobe-all.html"
>
> HTML	doc/ffprobe-all.html
> doc/filters.texi:9966: @subsection seen before @end table
> doc/filters.texi:9968: @item outside of table or list
> doc/filters.texi:9973: unmatched `@end itemize'
> doc/filters.texi:9975: @item outside of table or list
> doc/filters.texi:9980: unmatched `@end itemize'
> make: *** [doc/ffprobe-all.html] Error 1
>
> [...]

Hi, thanks for feedback.

Fixed now. Any more edits to be added to v4?

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



More information about the ffmpeg-devel mailing list