[FFmpeg-devel] [PATCH v7] Add lensfun filter

Stephen Seo seo.disparate at gmail.com
Mon Jul 16 04:29:35 EEST 2018


Hi,

Oh, sorry please ignore my previous email, I just noticed the patch got
merged into the repository.

Thanks,
Stephen Seo

On Mon, Jul 16, 2018 at 10:27 AM, Stephen Seo <seo.disparate at gmail.com>
wrote:

> On Fri, Jul 13, 2018 at 7:33 PM, Stephen Seo <seo.disparate at gmail.com>
> wrote:
>
>> v7 of this patch fixes use of sqrt() (changed to sqrtf(); thanks to
>> Moritz Barsnick for pointing this out). Also should be rebased off of
>> latest master branch commits at this point.
>>
>> Signed-off-by: Stephen Seo <seo.disparate at gmail.com>
>> ---
>>  configure                |   4 +
>>  doc/filters.texi         | 118 +++++++++
>>  libavfilter/Makefile     |   1 +
>>  libavfilter/allfilters.c |   1 +
>>  libavfilter/vf_lensfun.c | 548 +++++++++++++++++++++++++++++++++++++++
>>  5 files changed, 672 insertions(+)
>>  create mode 100644 libavfilter/vf_lensfun.c
>>
>> Hi,
>
> It appears v7 of my patch hasn't shown up on https://patchwork.ffmpeg.org/
> project/ffmpeg/list/ , should I resend it or is it ok to leave it as is?
>
> Thanks,
> Stephen Seo
>


More information about the ffmpeg-devel mailing list