ffmpeg/libavfilter/tests
Ayose 016d767c8e lavfi: add drawvg video filter.
The drawvg filter can draw vector graphics on top of a video, using libcairo. It
is enabled if FFmpeg is configured with `--enable-cairo`.

The language for drawvg scripts is documented in `doc/drawvg-reference.texi`.

There are two new tests:

- `fate-filter-drawvg-interpreter` launch a script with most commands, and
  verify which libcairo functions are executed.
- `fate-filter-drawvg-video` render a very simple image, just to verify that
  libcairo is working as expected.

Signed-off-by: Ayose <ayosec@gmail.com>
2025-10-25 13:21:50 +00:00
..
.gitignore lavfi: add drawvg video filter. 2025-10-25 13:21:50 +00:00
drawutils.c tests: lavfi/drawutils: use av_err2str 2025-04-22 20:45:57 +02:00
drawvg.c lavfi: add drawvg video filter. 2025-10-25 13:21:50 +00:00
filtfmts.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
formats.c lavfi: move ff_parse_{sample_rate,channel_layout}() to audio.[ch] 2024-08-19 21:45:25 +02:00
integral.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00