On Sat, Sep 22, 2018 at 3:25 AM Michael Niedermayer
wrote:
>
> On Thu, Sep 20, 2018 at 10:39:37AM +0800, myp...@gmail.com wrote:
> > On Wed, Sep 19, 2018 at 7:07 PM Michael Niedermayer
> > wrote:
> > >
> > > On Tue, Sep 18, 2018 at 09:37:29PM +0800, Jun Zhao wrote:
> > > > Fixes ticket #7441.
> >
26/,
can you help to review or comment? Thanks.
>
> From: ffmpeg-devel on behalf of Michael
> Niedermayer
> Sent: September 21, 2018 3:24 PM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [PATCH] lavfi/deshake: fix d
pment discussions and patches
Subject: Re: [FFmpeg-devel] [PATCH] lavfi/deshake: fix deshake crash issue.
On Thu, Sep 20, 2018 at 10:39:37AM +0800, myp...@gmail.com wrote:
> On Wed, Sep 19, 2018 at 7:07 PM Michael Niedermayer
> wrote:
> >
> > On Tue, Sep 18, 2018 at 09:37:29P
On Thu, Sep 20, 2018 at 10:39:37AM +0800, myp...@gmail.com wrote:
> On Wed, Sep 19, 2018 at 7:07 PM Michael Niedermayer
> wrote:
> >
> > On Tue, Sep 18, 2018 at 09:37:29PM +0800, Jun Zhao wrote:
> > > Fixes ticket #7441.
> > >
> > > Signed-off-by: Jun Zhao
> > > ---
> > > libavfilter/vf_deshake.
On Wed, Sep 19, 2018 at 7:07 PM Michael Niedermayer
wrote:
>
> On Tue, Sep 18, 2018 at 09:37:29PM +0800, Jun Zhao wrote:
> > Fixes ticket #7441.
> >
> > Signed-off-by: Jun Zhao
> > ---
> > libavfilter/vf_deshake.c | 12 +++-
> > 1 files changed, 7 insertions(+), 5 deletions(-)
>
> this
On Tue, Sep 18, 2018 at 09:37:29PM +0800, Jun Zhao wrote:
> Fixes ticket #7441.
>
> Signed-off-by: Jun Zhao
> ---
> libavfilter/vf_deshake.c | 12 +++-
> 1 files changed, 7 insertions(+), 5 deletions(-)
this doesnt look correct
the blocks that will be used are not going out of array?
Fixes ticket #7441.
Signed-off-by: Jun Zhao
---
libavfilter/vf_deshake.c | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c
index 55ce5e1..5d2c7fa 100644
--- a/libavfilter/vf_deshake.c
+++ b/libavfilter/vf_desha