[FFmpeg-devel] [PATCH 10/10] fftools/ffmpeg: convert to a threaded architecture

Anton Khirnov anton at khirnov.net
Wed Dec 6 13:31:21 EET 2023


Quoting Paul B Mahol (2023-12-06 12:22:48)
> On Wed, Dec 6, 2023 at 11:32 AM Anton Khirnov <anton at khirnov.net> wrote:
> 
> > Change the main loop and every component (demuxers, decoders, filters,
> > encoders, muxers) to use the previously added transcode scheduler. Every
> > instance of every such component was already running in a separate
> > thread, but now they can actually run in parallel.
> >
> > Changes the results of ffmpeg-fix_sub_duration_heartbeat - tested by
> > JEEB to be more correct and deterministic.
> >
> 
> Un-reviewable, please split it.

Here https://git.khirnov.net/libav.git/log/?h=ffmpeg_threading_split

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list