]> git.sesse.net Git - vlc/commit
* don't try to stat() the dvd drive letter on win32
authorGildas Bazin <gbazin@videolan.org>
Thu, 28 Mar 2002 10:17:06 +0000 (10:17 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 28 Mar 2002 10:17:06 +0000 (10:17 +0000)
commit112b3738b3445cf149d86bd343a97995b1abd4e5
tree866fa2f81cb48ff19a88fa1b90124f333a4d6b03
parent6ce92ec75ee99ad6be2c1a192b549357bd472b01
* don't try to stat() the dvd drive letter on win32
* disabled YUV overlay double buffering for now, as it seems to actually be
    slower.
* temporary fix in vlc_cond_signal() for win32 (I really should use
    SignalObjectAndWait() on WinNT so we can avoid race conditions in the
    pthread code). This fixes a problem noticed on WinXP where vlc would
    freeze regularly and eat-up all the CPU (fun no?)
include/threads.h
plugins/directx/vout_directx.c
plugins/dvd/dvd_access.c