[FFmpeg-devel] [PATCH v28 2/2] avcodec/evc_decoder: Provided support for EVC decoder

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


On 9/19/2023 8:34 AM, Dawid Kozinski wrote:
> - Added EVC decoder wrapper
> - Changes in project configuration file and libavcodec Makefile
> - Added documentation for xevd wrapper
> 
> Signed-off-by: Dawid Kozinski <d.kozinski at samsung.com>
> ---
>   configure                 |   4 +
>   doc/decoders.texi         |  24 ++
>   doc/general_contents.texi |  10 +-
>   libavcodec/Makefile       |   1 +
>   libavcodec/allcodecs.c    |   1 +
>   libavcodec/libxevd.c      | 538 ++++++++++++++++++++++++++++++++++++++
>   6 files changed, 577 insertions(+), 1 deletion(-)
>   create mode 100644 libavcodec/libxevd.c

Applied.


More information about the ffmpeg-devel mailing list