[FFmpeg-devel] [PATCH v4 1/2] avfilter: add audio overlay filter

2024-01-16 Thread Harshit Karwal
Co-authored-by: Paul B Mahol Signed-off-by: Harshit Karwal --- doc/filters.texi | 40 +++ libavfilter/Makefile | 1 + libavfilter/af_aoverlay.c | 538 ++ libavfilter/allfilters.c | 1 + 4 files changed, 580 insertions(+) create mode 100644

Re: [FFmpeg-devel] [PATCH v4 1/2] avfilter: add audio overlay filter

2024-01-21 Thread Stefano Sabatini
On date Tuesday 2024-01-16 17:46:42 +0530, Harshit Karwal wrote: > Co-authored-by: Paul B Mahol > Signed-off-by: Harshit Karwal > --- > doc/filters.texi | 40 +++ > libavfilter/Makefile | 1 + > libavfilter/af_aoverlay.c | 538 ++ > libavfilte