summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_slice.c
Commit message (Collapse)AuthorAge
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-04
| | | | | | It's a private field, it should not be visible to callers. Deprecate AVCodecContext.thread_opaque
* pthread_slice: rename ThreadContext -> SliceThreadContextAnton Khirnov2013-11-04
| | | | This should prevent confusion with frame threading.
* lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-04