Re: [FFmpeg-devel] [PATCH] avfilter: add bm3d filter

2018-09-13 Thread Michael Niedermayer
On Sat, May 12, 2018 at 01:54:49PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 86 > libavfilter/Makefile |1 + > libavfilter/allfilters.c |1 + > libavfilter/vf_bm3d.c| 1077 > ++

Re: [FFmpeg-devel] [PATCH] avfilter: add bm3d filter

2018-09-07 Thread Paul B Mahol
On 5/13/18, Paul B Mahol wrote: > On 5/13/18, Michael Niedermayer wrote: >> On Sat, May 12, 2018 at 09:04:44AM +0200, Paul B Mahol wrote: >>> On 5/12/18, Michael Niedermayer wrote: >>> > On Fri, May 11, 2018 at 04:03:07PM +0200, Paul B Mahol wrote: >>> >> Signed-off-by: Paul B Mahol >>> >> ---

Re: [FFmpeg-devel] [PATCH] avfilter: add bm3d filter

2018-05-13 Thread Paul B Mahol
On 5/13/18, Michael Niedermayer wrote: > On Sat, May 12, 2018 at 09:04:44AM +0200, Paul B Mahol wrote: >> On 5/12/18, Michael Niedermayer wrote: >> > On Fri, May 11, 2018 at 04:03:07PM +0200, Paul B Mahol wrote: >> >> Signed-off-by: Paul B Mahol

Re: [FFmpeg-devel] [PATCH] avfilter: add bm3d filter

2018-05-12 Thread Michael Niedermayer
On Sat, May 12, 2018 at 09:04:44AM +0200, Paul B Mahol wrote: > On 5/12/18, Michael Niedermayer wrote: > > On Fri, May 11, 2018 at 04:03:07PM +0200, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol > >> --- > >> libavfilter/Makefile |1 + >

[FFmpeg-devel] [PATCH] avfilter: add bm3d filter

2018-05-12 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 86 libavfilter/Makefile |1 + libavfilter/allfilters.c |1 + libavfilter/vf_bm3d.c| 1077 ++ 4 files changed, 1165 insertions(+) create mode 100644

Re: [FFmpeg-devel] [PATCH] avfilter: add bm3d filter

2018-05-12 Thread Paul B Mahol
On 5/12/18, Michael Niedermayer wrote: > On Fri, May 11, 2018 at 04:03:07PM +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavfilter/Makefile |1 + >> libavfilter/allfilters.c |1 + >> libavfilter/vf_bm3d.c| 1002

Re: [FFmpeg-devel] [PATCH] avfilter: add bm3d filter

2018-05-11 Thread Michael Niedermayer
On Fri, May 11, 2018 at 04:03:07PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/Makefile |1 + > libavfilter/allfilters.c |1 + > libavfilter/vf_bm3d.c| 1002 > ++ > 3 files changed,

[FFmpeg-devel] [PATCH] avfilter: add bm3d filter

2018-05-11 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/Makefile |1 + libavfilter/allfilters.c |1 + libavfilter/vf_bm3d.c| 1002 ++ 3 files changed, 1004 insertions(+) create mode 100644 libavfilter/vf_bm3d.c diff --git