Author | SHA1 | Message | Date |
---|---|---|---|
|
c7ab6aff66 |
w32pthreads: always use Vista+ API, drop XP support
This removes the XP compatibility code, and switches entirely to SRW locks, which are available starting at Windows Vista. This removes CRITICAL_SECTION use, which allows us to add PTHREAD_MUTEX_INITIALIZER, which will be useful later. Windows XP is hereby not a supported build target anymore. Signed-off-by: Diego Biurrun <diego@biurrun.de> |
7 years ago |
|
38ecc3702d |
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext
It's a private field, it should not be visible to callers. Deprecate AVCodecContext.thread_opaque |
11 years ago |
|
daa7a1d443 |
pthread_slice: rename ThreadContext -> SliceThreadContext
This should prevent confusion with frame threading. |
11 years ago |
|
cc14ee03a7 | lavc: split slice and frame threading functions into separate files | 11 years ago |