Re: [FFmpeg-devel] [PATCH] lavfi: add showvolume filter

2015-02-21 Thread Paul B Mahol
On 2/20/15, Clement Boesch wrote: > On Fri, Feb 20, 2015 at 02:28:21PM +, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavfilter/Makefile | 1 + >> libavfilter/allfilters.c | 1 + >> libavfilter/avf_showvolume.c | 197 >> +

Re: [FFmpeg-devel] [PATCH] lavfi: add showvolume filter

2015-02-20 Thread Clément Bœsch
On Fri, Feb 20, 2015 at 02:28:21PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/avf_showvolume.c | 197 > +++ > 3 files changed, 199 insertions(

Re: [FFmpeg-devel] [PATCH] lavfi: add showvolume filter

2015-02-20 Thread Michael Niedermayer
On Fri, Feb 20, 2015 at 02:28:21PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/avf_showvolume.c | 197 > +++ > 3 files changed, 199 insertions(

[FFmpeg-devel] [PATCH] lavfi: add showvolume filter

2015-02-20 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/avf_showvolume.c | 197 +++ 3 files changed, 199 insertions(+) create mode 100644 libavfilter/avf_showvolume.c diff --git a/libavfilter