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

2015-07-16 Thread Paul B Mahol
Dana 15. 7. 2015. 16:01 osoba "James Darnley" napisala je: > > On 2015-07-15 00:06, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > doc/filters.texi | 35 ++ > > libavfilter/Makefile | 1 + > > libavfilter/allfilters.c | 1 + > > libavfilter/vf_deband.c | 31

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

2015-07-15 Thread James Darnley
On 2015-07-15 00:06, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 35 ++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_deband.c | 312 > +++ > 4 files changed, 349

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

2015-07-15 Thread Michael Niedermayer
On Tue, Jul 14, 2015 at 10:06:47PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 35 ++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_deband.c | 312 > +++ >

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

2015-07-14 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 35 ++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_deband.c | 312 +++ 4 files changed, 349 insertions(+) create mode 100644 libavfilter/vf_deband.c

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

2015-07-13 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_deband.c | 283 +++ 3 files changed, 285 insertions(+) create mode 100644 libavfilter/vf_deband.c diff --git a/libavfilter/Makefile b/l

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

2015-07-12 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_deband.c | 183 +++ 3 files changed, 185 insertions(+) create mode 100644 libavfilter/vf_deband.c diff --git a/libavfilter/Makefile b/l