aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/threadframe.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-3/+2
* avcodec/pthread_frame: Use RefStruct API for ThreadFrame.progressAndreas Rheinhardt2023-10-071-3/+1
* avcodec/threadframe: Move ff_thread_can_start_frame() to thread.hAndreas Rheinhardt2023-09-181-2/+0
* avcodec/utils: add ff_thread_replace_frame()James Almer2023-05-181-0/+3
* avcodec/internal: Move ff_thread_can_start_frame() to threadframe.hAndreas Rheinhardt2022-08-051-0/+2
* avcodec/threadframe: Constify the frame in ff_thread_await_progressAndreas Rheinhardt2022-07-301-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-1/+11
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-0/+24
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-0/+53