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

Hendrik Leppkes h.leppkes at gmail.com
Sat Oct 27 00:51:26 EEST 2018


On Fri, Oct 26, 2018 at 10:46 PM Thierry Foucu <tfoucu at gmail.com> wrote:
>
> On Wed, Oct 24, 2018 at 4:02 AM Rostislav Pehlivanov <atomnuker at gmail.com>
> wrote:
>
> > On Sat, 20 Oct 2018 at 00:50, James Almer <jamrial at gmail.com> wrote:
> >
> > > Originally written by Ronald S. Bultje, with fixes, optimizations and
> > > improvements by James Almer.
> > >
> > > Signed-off-by: James Almer <jamrial at gmail.com>
> > > ---
> > > Updated to work with libdav1d git head.
> > >
> > >  configure              |   4 +
> > >  libavcodec/Makefile    |   1 +
> > >  libavcodec/allcodecs.c |   1 +
> > >  libavcodec/libdav1d.c  | 271 +++++++++++++++++++++++++++++++++++++++++
> > >  4 files changed, 277 insertions(+)
> > >  create mode 100644 libavcodec/libdav1d.c
> > >
> >
> > There hasn't even been a 0.1 release yet, and there won't be one that soon.
> > As far as I know the promise is for that to be out by the 30th next month.
> > Also I'm still against this making it into the next release.
> >
>
> Why should we wait for a 0.1 release?
> If we want to benchmark it against libaom, this is good to have in ffmpeg.
> It does not have to be the default decoder...
>

If there is no guarantees whatsoever for API/ABI stability yet, adding
a wrapper already seems a bit early.

- Hendrik


More information about the ffmpeg-devel mailing list