[FFmpeg-devel] [PATCH v23 05/10] avcodec/evc_encoder: Provided support for EVC encoder

James Almer jamrial at gmail.com
Mon May 29 16:10:28 EEST 2023


On 5/26/2023 7:32 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

Does libxeve provide a function to retrieve global headers, which you 
can export as extradata? If so, it would be nice to use it, so the muxer 
doesn't need to generate it from the first packet.


More information about the ffmpeg-devel mailing list