aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/executor.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/executor: Fix stack overflow due to recursive callZhao Zhili2024-07-111-0/+7
* avutil/executor: Fix missing check before using mutexZhao Zhili2024-07-111-3/+6
* avutil/executor: Allowing thread_count be zeroZhao Zhili2024-06-271-10/+18
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+3
* avutil: add thread executorNuo Mi2023-09-021-0/+201