Re: [FFmpeg-devel] [RFC/PATCH] ffmpeg CLI multithreading

2023-09-25 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-09-20 16:49:42) > Hi > > On Tue, Sep 19, 2023 at 09:10:27PM +0200, Anton Khirnov wrote: > [...] > > You can fetch the code from the 'ffmpeg_threading' branch in > > git://git.khirnov.net/libav. I will also present a short talk about this > > work at VDD. Comments,

Re: [FFmpeg-devel] [RFC/PATCH] ffmpeg CLI multithreading

2023-09-20 Thread Michael Niedermayer
Hi On Tue, Sep 19, 2023 at 09:10:27PM +0200, Anton Khirnov wrote: [...] > You can fetch the code from the 'ffmpeg_threading' branch in > git://git.khirnov.net/libav. I will also present a short talk about this > work at VDD. Comments, questions, suggestions, etc. are very much > welcome, both here

[FFmpeg-devel] [RFC/PATCH] ffmpeg CLI multithreading

2023-09-19 Thread Anton Khirnov
Hi, as some of you might know, I have been working on multithreading for the ffmpeg CLI (as opposed to the libraries) for quite a while now. That work is now finally entering the vicinity of being usable, so I've decided to air it on the ML for comments on the big picture. Do note that many things