On 30/04/2025 10:11, Dawid Kozinski wrote: > - Added APV decoder wrapper > - Changes in project configuration file and libavcodec Makefile > - Added documentation for APV decoder wrapper > > Signed-off-by: Dawid Kozinski > --- > configure | 1 + > doc/decoders.texi | 27 ++ > libavcodec/Makefile | 1 + > libavcodec/libapvdec.c | 562 +++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 591 insertions(+) > create mode 100644 libavcodec/libapvdec.c I'd rather rely and improve on our native decoder. There's no point in merging a duplicate wrapper decoder.