Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-04pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov
It's a private field, it should not be visible to callers. Deprecate AVCodecContext.thread_opaque
2013-11-04pthread_slice: rename ThreadContext -> SliceThreadContextAnton Khirnov
This should prevent confusion with frame threading.
2013-11-04lavc: split slice and frame threading functions into separate filesAnton Khirnov