[FFmpeg-devel] [PATCH 13/13 v3] fftools/ffmpeg: convert to a threaded architecture
Anton Khirnov
anton at khirnov.net
Fri Dec 1 16:27:38 EET 2023
Quoting Nicolas George (2023-12-01 15:24:52)
> Anton Khirnov (12023-12-01):
> > 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.
> > ---
> > Fixed the hang. Also updated the public branch.
>
> Still breaking sub2video with time shift, see the test case I already
> sent twice.
See my email from wednesday, it's not actually broken.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list