Re: [libav-devel] [PATCH 3/5] libdav1d: use a custom picture allocator

2019-03-22 Thread Luca Barbato
On 15/03/2019 23:43, James Almer wrote: Replaces the libdav1d internal allocator. It uses an AVBufferPool to reduce the amount of allocated buffers. About 5% speed up when decoding 720p or higher streams. --- libavcodec/libdav1d.c | 60 +++ 1 file change

[libav-devel] [PATCH 3/5] libdav1d: use a custom picture allocator

2019-03-15 Thread James Almer
Replaces the libdav1d internal allocator. It uses an AVBufferPool to reduce the amount of allocated buffers. About 5% speed up when decoding 720p or higher streams. --- libavcodec/libdav1d.c | 60 +++ 1 file changed, 60 insertions(+) diff --git a/libavcodec