Files
FFmpeg/libswscale
Niklas Haas 0540b42657 swscale/graph: correctly handle single threaded mode
The code was evidently designed at one point in time to support "direct"
execution (not via a thread pool) for num_threads == 1, but this was never
implemented.

As a side benefit, reduces context creation overhead in single threaded
mode (relevant e.g. inside the libswscale self test), due to not needing to
spawn and destroy several thousand worker threads.

Co-authored-by: Ramiro Polla <ramiro.polla@gmail.com>
Signed-off-by: Niklas Haas <git@haasn.dev>
2026-03-03 23:13:41 +00:00
..
2025-08-03 13:48:47 +02:00
2026-03-01 21:57:53 +00:00
2025-08-03 13:48:47 +02:00
2026-03-01 21:57:53 +00:00
2026-03-01 21:57:53 +00:00
2026-03-01 21:57:53 +00:00
2025-07-22 19:56:34 +02:00
2026-03-01 21:57:53 +00:00
2026-02-26 18:08:49 +00:00
2025-09-01 19:28:35 +02:00
2026-02-26 18:36:46 +00:00
2026-02-26 14:09:46 +01:00