On 6/2/20, Nicolas George <[email protected]> wrote: > Signed-off-by: Nicolas George <[email protected]> > --- > Changelog | 1 + > doc/filters.texi | 50 ++++++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/asrc_basicplay.c | 309 ++++++++++++++++++++++++++++++++ > libavfilter/version.h | 2 +- > tests/fate/filter-audio.mak | 3 + > tests/ref/fate/filter-basicplay | 34 ++++ > 8 files changed, 400 insertions(+), 1 deletion(-) > create mode 100644 libavfilter/asrc_basicplay.c > create mode 100644 tests/ref/fate/filter-basicplay > > diff --git a/Changelog b/Changelog > index 711c843b99..85df371b55 100644 > --- a/Changelog > +++ b/Changelog > @@ -75,6 +75,7 @@ version <next>: > - PFM decoder > - dblur video filter > - Real War KVAG muxer > +- basicplay filter source >
NACK No need to reinvent yet another poor synthesizer. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
