[FFmpeg-devel] [PATCH v2 3/4] avcodec/apv_encoder: Provided support for APV encoder
James Almer
jamrial at gmail.com
Wed Apr 30 15:23:40 EEST 2025
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<d.kozinski at samsung.com>
> ---
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250430/986a2859/attachment.sig>
More information about the ffmpeg-devel
mailing list