On 4/30/2025 5:11 AM, Dawid Kozinski wrote: > - Added APV encoder wrapper > - Changes in project configuration file and libavcodec Makefile > - Added documentation for oapv wrapper > > Signed-off-by: Dawid Kozinski > --- > configure | 4 + > doc/encoders.texi | 41 +++ > doc/general_contents.texi | 8 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 2 + > libavcodec/apv_imgb.c | 332 ++++++++++++++++++++ > libavcodec/apv_imgb.h | 34 +++ > libavcodec/libapvenc.c | 617 ++++++++++++++++++++++++++++++++++++++ > 8 files changed, 1039 insertions(+) > create mode 100644 libavcodec/apv_imgb.c > create mode 100644 libavcodec/apv_imgb.h > create mode 100644 libavcodec/libapvenc.c I sent a modified version of this patch last night, removing the things that should not be in an encoder (Like the pixel format conversion). You can see it in https://ffmpeg.org/pipermail/ffmpeg-devel/2025-April/342973.html