[libav-commits] w32thread: call ResetEvent() in pthread_cond_broadcast().

2011-12-22 Thread Sergey Radionov
Module: libav Branch: master Commit: 01eb9805f37835e20501134ae26e379140fe3239 Author:Sergey Radionov rsa...@gmail.com Committer: Ronald S. Bultje rsbul...@gmail.com Date: Fri Dec 23 10:37:48 2011 +0700 w32thread: call ResetEvent() in pthread_cond_broadcast(). Also add volatile

[libav-commits] network: properly declare WSADATA in windows

2011-12-20 Thread Sergey Radionov
Module: libav Branch: master Commit: 139cef8e29bd14de66e29e37722fb09ab2b7e9c5 Author:Sergey Radionov rsa...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Dec 21 09:19:10 2011 +0700 network: properly declare WSADATA in windows Fixed ISO C90 forbids mixed declarations

[libav-commits] w32threads: wait for the waked thread in pthread_cond_signal.

2011-12-20 Thread Sergey Radionov
Module: libav Branch: master Commit: 2003a29284660255016b1ec4bd5dfb8d53e6a852 Author:Sergey Radionov rsa...@gmail.com Committer: Ronald S. Bultje rsbul...@gmail.com Date: Wed Dec 21 09:08:56 2011 +0700 w32threads: wait for the waked thread in pthread_cond_signal. This fixes a deadlock