[MPlayer-dev-eng] [PATCH] new video filter : vf_deflicker
alexandre
alex14fr at gmail.com
Sat May 15 18:28:27 CEST 2010
Okay, here is an updated patch.
On 15/05/2010 16:59, Carl Eugen Hoyos wrote:
> alexandre<alex14fr<at> gmail.com> writes:
>
>> --- libmpcodecs/vf_deflicker.c (révision 0)
>> +++ libmpcodecs/vf_deflicker.c (révision 0)
>> @@ -0,0 +1,161 @@
>> +/*
>> + * vf_deflicker.c
>> + * Histogram-matching based deflicker.
>> + * Copyright(c) 2010 Alexandre Janon<alex14fr<at> gmail.com>
>
> Afaict, this makes the file not only un-redistributable, but possibly even
> forbids to use it...
>
> Before adding a GPL header (please copy it from another file), consider using
> the LGPL: FFmpeg is getting a filter system atm, and at least the framework
> there is LGPL.
>
> [...]
>
>> Index: libmpcodecs/vf.c
>> ===================================================================
>> --- libmpcodecs/vf.c (révision 31179)
>> +++ libmpcodecs/vf.c (copie de travail)
>> @@ -212,6 +213,7 @@
>> &vf_info_blackframe,
>> &vf_info_ow,
>> &vf_info_fixpts,
>> + &vf_info_deflicker,
>
> This looks wrong (tabs vs spaces).
>
> I can't comment on the patch...
>
> Carl Eugen
>
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vfdeflicker.txt
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100515/19188f8a/attachment.txt>
More information about the MPlayer-dev-eng
mailing list