Ping On Tue, 16 Jan 2024 at 5:46 PM, Harshit Karwal <[email protected]> wrote:
> Includes some fixes authored by Paul over the v3 patch I sent earlier, and > FATE tests for the filter. > > Harshit Karwal (2): > avfilter: add audio overlay filter > fate: Add tests for aoverlay filter > > doc/filters.texi | 40 ++ > libavfilter/Makefile | 1 + > libavfilter/af_aoverlay.c | 538 +++++++++++++++++++++ > libavfilter/allfilters.c | 1 + > tests/fate/filter-audio.mak | 22 + > tests/ref/fate/filter-aoverlay-crossfade-d | 224 +++++++++ > tests/ref/fate/filter-aoverlay-crossfade-t | 202 ++++++++ > tests/ref/fate/filter-aoverlay-default | 259 ++++++++++ > tests/ref/fate/filter-aoverlay-timeline | 254 ++++++++++ > 9 files changed, 1541 insertions(+) > create mode 100644 libavfilter/af_aoverlay.c > create mode 100644 tests/ref/fate/filter-aoverlay-crossfade-d > create mode 100644 tests/ref/fate/filter-aoverlay-crossfade-t > create mode 100644 tests/ref/fate/filter-aoverlay-default > create mode 100644 tests/ref/fate/filter-aoverlay-timeline > > -- > 2.39.3 (Apple Git-145) > > _______________________________________________ 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".
