Author | SHA1 | Message | Date |
---|---|---|---|
|
2003a29284 |
w32threads: wait for the waked thread in pthread_cond_signal.
This fixes a deadlock VLC triggered with multithreaded decoding. The wait forces one of the current waiters to wake and not the thread which calls pthread_cond_signal() itself. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> |
13 years ago |
|
8b03d7fe95 | w32thread: port fixes to pthread_cond_broadcast() from x264. | 13 years ago |
|
8148631269 |
w32threads: Wrap the mutex functions in inline functions returning int
This allows using these wrappers in the gcrypt mutex callbacks. Signed-off-by: Martin Storsjö <martin@martin.st> |
13 years ago |
|
27237d524e |
w32threads: support for frame multithreading
Replace our incomplete w32threads implementation with x264's pthreads w32threads wrapper. Relicensed to LGPL with kind permission by Pegasys Inc. Signed-off-by: Janne Grunau <janne-libav@jannau.net> |
13 years ago |