1. Added af_aoverlay.c
2. Updated filter documentation
3. Included the filter in libavfilter/Makefile and libavfilter/allfilters.c
Signed-off-by: Harshit Karwal
---
doc/filters.texi | 40 +++
libavfilter/Makefile | 1 +
libavfilter/af_aoverlay.c | 623
Replaced FILTER_QUERY_FUNC with FILTER_SAMPLEFMTS_ARRAY
Signed-off-by: Harshit Karwal
---
doc/filters.texi | 40 +++
libavfilter/Makefile | 1 +
libavfilter/af_aoverlay.c | 618 ++
libavfilter/allfilters.c | 1 +
4 files changed, 660
1. Replaced ring buffer ADT with AVAudioFifo from libavutil/audio_fifo.h
2. Fixed potential freeing of uninitialised pointers in uninit
3. Minor changes like removing unused headers
Signed-off-by: Harshit Karwal
---
doc/filters.texi | 40 +++
libavfilter/Makefile | 1
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
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
---
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-ti
Ping
On Tue, 16 Jan 2024 at 5:46 PM, Harshit Karwal
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
>
Added enum for crossfade modes, av_logs for stream transitions and minor change
to the docs
Harshit Karwal (2):
avfilter: add audio overlay filter
fate: Add tests for aoverlay filter
doc/filters.texi | 40 ++
libavfilter/Makefile | 1
Co-authored-by: Paul B Mahol
Signed-off-by: Harshit Karwal
---
doc/filters.texi | 40 +++
libavfilter/Makefile | 1 +
libavfilter/af_aoverlay.c | 548 ++
libavfilter/allfilters.c | 1 +
4 files changed, 590 insertions(+)
create mode
---
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-ti
10 matches
Mail list logo