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

2018-11-05 Thread James Almer
On 10/29/2018 7:16 PM, James Almer wrote: > From: "Ronald S. Bultje" > > Originally written by Ronald S. Bultje, with fixes, optimizations and > improvements by James Almer. > > Signed-off-by: James Almer > --- > - s.n_frame_threads is now mapped to avctx->thread_count. > - colorspace, color_pr

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

2018-10-29 Thread James Almer
> On Fri, Oct 26, 2018 at 4:00 PM James Almer wrote: > >> On 10/26/2018 7:50 PM, Dale Curtis wrote: >>> One more piece of feedback, this is not obeying the >>> AVCodecContext.get_buffer2 API. >> >> It's not using it on purpose, wrapping the buffers dav1d allocated >> itself instead. Hence the lac

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

2018-10-29 Thread James Almer
From: "Ronald S. Bultje" Originally written by Ronald S. Bultje, with fixes, optimizations and improvements by James Almer. Signed-off-by: James Almer --- - s.n_frame_threads is now mapped to avctx->thread_count. - colorspace, color_primaries and color_trc are now cast to avutil enums to sile