[FFmpeg-devel] [PATCH 2/4] Implement ocv_dilate libopencv filter wrapper.
Stefano Sabatini
stefano.sabatini-lala
Sun Dec 26 12:26:35 CET 2010
On date Thursday 2010-12-23 18:25:13 +0100, Stefano Sabatini encoded:
> On date Tuesday 2010-12-21 16:25:56 +0100, Stefano Sabatini encoded:
> > On date Friday 2010-11-26 13:27:34 +0100, Stefano Sabatini encoded:
> > > On date Thursday 2010-11-25 03:10:16 +0100, Michael Niedermayer encoded:
> > > > On Mon, Nov 15, 2010 at 03:34:28PM +0100, Stefano Sabatini wrote:
> > [...]
> > > > > Is:
> > > > > if (*rows == INT_MAX) {
> > > > > av_log(log_ctx, AV_LOG_ERROR, "Overflow on the number of rows in the file\n");
> > > > > return AVERROR(EINVAL);
> > > > > }
> > > > > ++(*rows);
> > > > > OK?
> > > >
> > > > i think its ok
> > >
> > > Updated by using the av_file_read() function.
> >
> > Updated again. I'll apply tomorrow with docs if there are no more
> > comments.
>
> Updated again, with some syntax change and more robust parsing and
> input validation.
>
> I plan to commit it in few days if there are no comments.
> --
> FFmpeg = Formidable & Foolish Monstrous Peaceful Eager Gnome
> From 45fee50b7c8ed16289d7c116fdc98485bab77424 Mon Sep 17 00:00:00 2001
> From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
> Date: Sat, 2 Oct 2010 17:03:38 +0200
> Subject: [PATCH] Add dilate libopencv filter.
>
> ---
> doc/filters.texi | 44 ++++++++++++
> libavfilter/vf_libopencv.c | 165 ++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 209 insertions(+), 0 deletions(-)
Applied.
--
FFmpeg = Fierce and Furious Merciful Practical Ecumenical Game
More information about the ffmpeg-devel
mailing list