[FFmpeg-devel] [PATCH v4] avcodec: libdav1d AV1 decoder wrapper.

James Almer jamrial at gmail.com
Tue Nov 6 03:35:58 EET 2018


On 10/29/2018 7:16 PM, James Almer wrote:
> From: "Ronald S. Bultje" <rsbultje at gmail.com>
> 
> Originally written by Ronald S. Bultje, with fixes, optimizations and
> improvements by James Almer.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> - s.n_frame_threads is now mapped to avctx->thread_count.
> - colorspace, color_primaries and color_trc are now cast to avutil enums to
>   silence -Wenum-conversion warnings on Clang.
> - Constified the data pointer in libdav1d_data_free() callback due to recent
>   changes upstream.
> 
> Dav1dData was updated upstream as well, so a { 0 } initialization should not
> emit any kind of warning with old GCC/Clang anymore.
> 
>  configure              |   4 +
>  libavcodec/Makefile    |   1 +
>  libavcodec/allcodecs.c |   1 +
>  libavcodec/libdav1d.c  | 270 +++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 276 insertions(+)
>  create mode 100644 libavcodec/libdav1d.c

Pushed.


More information about the ffmpeg-devel mailing list