Re: [FFmpeg-devel] [PATCH] add silenceremove filter

2014-09-04 Thread Michael Niedermayer
On Mon, Sep 01, 2014 at 10:34:34AM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 69 ++ > libavfilter/Makefile | 1 + > libavfilter/af_silenceremove.c | 480 > + > libavfilter/allfilters.

[FFmpeg-devel] [PATCH] add silenceremove filter

2014-09-01 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 69 ++ libavfilter/Makefile | 1 + libavfilter/af_silenceremove.c | 480 + libavfilter/allfilters.c | 1 + 4 files changed, 551 insertions(+) create mode 100644 libav

Re: [FFmpeg-devel] [PATCH] add silenceremove filter

2014-09-01 Thread Paul B Mahol
On 8/31/14, Timothy Gu wrote: > On Aug 29, 2014 11:23 AM, "Paul B Mahol" wrote: >> >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi | 62 ++ >> libavfilter/Makefile | 1 + >> libavfilter/af_silenceremove.c | 478 > +

Re: [FFmpeg-devel] [PATCH] add silenceremove filter

2014-09-01 Thread Paul B Mahol
On 8/31/14, Clement Boesch wrote: > On Fri, Aug 29, 2014 at 06:22:36PM +, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi | 62 ++ >> libavfilter/Makefile | 1 + >> libavfilter/af_silenceremove.c | 478 >> ++

Re: [FFmpeg-devel] [PATCH] add silenceremove filter

2014-08-31 Thread Timothy Gu
On Aug 29, 2014 11:23 AM, "Paul B Mahol" wrote: > > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 62 ++ > libavfilter/Makefile | 1 + > libavfilter/af_silenceremove.c | 478 + > libavfilter/allfilters.c | 1

Re: [FFmpeg-devel] [PATCH] add silenceremove filter

2014-08-31 Thread Clément Bœsch
On Fri, Aug 29, 2014 at 06:22:36PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 62 ++ > libavfilter/Makefile | 1 + > libavfilter/af_silenceremove.c | 478 > + > libavfilter/allfilters.

[FFmpeg-devel] [PATCH] add silenceremove filter

2014-08-29 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 62 ++ libavfilter/Makefile | 1 + libavfilter/af_silenceremove.c | 478 + libavfilter/allfilters.c | 1 + 4 files changed, 542 insertions(+) create mode 100644 libav

[FFmpeg-devel] [PATCH] add silenceremove filter

2014-08-28 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 55 + libavfilter/Makefile | 1 + libavfilter/af_silenceremove.c | 461 + libavfilter/allfilters.c | 1 + 4 files changed, 518 insertions(+) create mode 100644 libavf