[FFmpeg-devel] [PATCH] avfilter: add square audio source filter

2019-07-14 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 44 libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/asrc_sine.c | 86 ++-- 4 files changed, 119 insertions(+), 13 deletions(-) diff --git a/doc/filte

Re: [FFmpeg-devel] [PATCH] avfilter: add square audio source filter

2019-07-24 Thread Paul B Mahol
On 7/14/19, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 44 > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/asrc_sine.c | 86 ++-- > 4 files changed, 119 inserti

Re: [FFmpeg-devel] [PATCH] avfilter: add square audio source filter

2019-07-26 Thread Paul B Mahol
Nicolas, are you fine with this changes? On Wed, Jul 24, 2019 at 1:29 PM Paul B Mahol wrote: > On 7/14/19, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > doc/filters.texi | 44 > > libavfilter/Makefile | 1 + > > libavfilter/allfilters.c | 1

Re: [FFmpeg-devel] [PATCH] avfilter: add square audio source filter

2019-07-27 Thread Nicolas George
Paul B Mahol (12019-07-26): > Nicolas, are you fine with this changes? Sorry, my mail server had trouble recently. On it. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org htt

Re: [FFmpeg-devel] [PATCH] avfilter: add square audio source filter

2019-07-27 Thread Nicolas George
Paul B Mahol (12019-07-14): > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 44 > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/asrc_sine.c | 86 ++-- > 4 files changed, 119 insertions(+