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

Kyle Swanson k at ylo.ph
Mon Oct 1 20:53:01 EEST 2018


Hi,

On Sun, Sep 30, 2018 at 5:08 PM James Almer <jamrial at gmail.com> 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>
> ---
> Updated with some refactoring and to use a few new public facing fields
> recently introduced.
>
> The API is unstable and in constant development, and it's not going to be
> frozen until a release is made, so I'm not sure if it's a good idea to push
> this before ffmpeg 4.1 is tagged.
>
>  configure              |   4 +
>  libavcodec/Makefile    |   1 +
>  libavcodec/allcodecs.c |   1 +
>  libavcodec/libdav1d.c  | 273 +++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 279 insertions(+)
>  create mode 100644 libavcodec/libdav1d.c
>

Not a review, but I was able to successfully build and decode.

Thanks,
Kyle


More information about the ffmpeg-devel mailing list