summaryrefslogtreecommitdiff
path: root/libavcodec/frame_thread_encoder.h
Commit message (Collapse)AuthorAge
* 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>