[FFmpeg-devel] [PATCH v28 1/2] avcodec/evc_encoder: Provided support for EVC encoder

James Almer jamrial at gmail.com
Mon Nov 20 17:00:45 EET 2023


On 9/19/2023 8:34 AM, Dawid Kozinski wrote:
> - Added EVC encoder wrapper
> - Changes in project configuration file and libavcodec Makefile
> - Added documentation for xeve wrapper
> 
> Signed-off-by: Dawid Kozinski <d.kozinski at samsung.com>
> ---
>   configure                 |   4 +
>   doc/encoders.texi         |  69 +++++
>   doc/general_contents.texi |  11 +
>   libavcodec/Makefile       |   1 +
>   libavcodec/allcodecs.c    |   1 +
>   libavcodec/libxeve.c      | 616 ++++++++++++++++++++++++++++++++++++++
>   6 files changed, 702 insertions(+)
>   create mode 100644 libavcodec/libxeve.c

Applied. Thanks, and sorry for the delays in reviewing.


More information about the ffmpeg-devel mailing list