[FFmpeg-devel] [RFC/PATCH v2] swscale slice threading

Anton Khirnov anton at khirnov.net
Mon Jul 12 14:07:01 EEST 2021


Hi,
here is a new iteration of $subj. Compared to the first version,
threading has been moved into sws using lavu slicethread.

There is also a new AVFrame-based API that allows submitting and
receiving partial slices (at least API-wise, the implementation will
still wait for complete input). There is still no way for the caller to
know how much input is required for a given amount of output, but that
may be implemented in a new function in the future, if there is a use
case for it.

The set still needs some polishing, but I am sending it now to see if
the general shape of the API is now acceptable.

Please comment.
-- 
Anton Khirnov



More information about the ffmpeg-devel mailing list