Re: [FFmpeg-devel] [PATCH v3] lavc/libvpx: remove thread limit

2023-01-17 Thread James Zern
On Tue, Jan 10, 2023 at 5:23 PM James Zern wrote: > > On Tue, Jan 10, 2023 at 2:47 AM myp...@gmail.com wrote: > > > > On Thu, Jan 5, 2023 at 6:42 PM Dmitrii Ovchinnikov > > wrote: > > [...] > > > diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c > > > index 9aa5510c28..0627e13973 1006

Re: [FFmpeg-devel] [PATCH v3] lavc/libvpx: remove thread limit

2023-01-10 Thread James Zern
On Tue, Jan 10, 2023 at 2:47 AM myp...@gmail.com wrote: > > On Thu, Jan 5, 2023 at 6:42 PM Dmitrii Ovchinnikov > wrote: > [...] > > diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c > > index 9aa5510c28..0627e13973 100644 > > --- a/libavcodec/libvpxenc.c > > +++ b/libavcodec/libvpxenc.

Re: [FFmpeg-devel] [PATCH v3] lavc/libvpx: remove thread limit

2023-01-10 Thread myp...@gmail.com
On Thu, Jan 5, 2023 at 6:42 PM Dmitrii Ovchinnikov wrote: > > From: Dmitrii Ovchinnikov > > This change improves the performance and multicore > scalability of the vp9 codec for streaming single-pass encoded videos. The > current thread limit for ffmpeg codecs is 16 (MAX_AUTO_THREADS in > pthr

Re: [FFmpeg-devel] [PATCH v3] lavc/libvpx: remove thread limit

2023-01-09 Thread James Zern
On Thu, Jan 5, 2023 at 2:42 AM Dmitrii Ovchinnikov wrote: > > From: Dmitrii Ovchinnikov > > This change improves the performance and multicore > scalability of the vp9 codec for streaming single-pass encoded videos. The > current thread limit for ffmpeg codecs is 16 (MAX_AUTO_THREADS in > pthr

Re: [FFmpeg-devel] [PATCH v3] lavc/libvpx: remove thread limit

2023-01-05 Thread Tomas Härdin
tor 2023-01-05 klockan 11:41 +0100 skrev Dmitrii Ovchinnikov: > From: Dmitrii Ovchinnikov > > This change improves the performance and multicore >  scalability of the vp9 codec for streaming single-pass encoded > videos. The >  current thread limit for ffmpeg codecs is 16 (MAX_AUTO_THREADS in >