summaryrefslogtreecommitdiff
path: root/libavcodec/frame_thread_encoder.h
Commit message (Collapse)AuthorAge
* avcodec/frame_thread_encoder: Avoid creating reference to frameAndreas Rheinhardt2021-02-16
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* all: Add missing header guardsTimothy Gu2016-01-28
|
* frame_thread_encoder: pass private optionsMichael Niedermayer2012-08-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: add frame multithreading capability (currently intra only)Michael Niedermayer2012-06-23
Compared to the decoder side, this code is able to change both the delay and the number of threads seamlessly during encoding. Also any idle thread can pick up tasks, the strict round robin in order limit is gone too. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>