]> git.sesse.net Git - vlc/commit
- Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
authorGildas Bazin <gbazin@videolan.org>
Thu, 12 Jul 2001 23:06:54 +0000 (23:06 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 12 Jul 2001 23:06:54 +0000 (23:06 +0000)
commitf20e5c359d063c86967719ee47382a2dfed3d27d
treec734b97041540ced6f3f3b5f2bc38f86640f8ec9
parent20e17cf9dab89d2c3b5e6ba320a3d42e0582b35c
- Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
    should have prevented the Win9x dvd input from working.
- Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.

- Put a readv() function in input_iovec.h, the input_es now compiles.
- Modified input_ts to use this function.

- Fixed an initialisation bug in vout_directx.c
- Right clicking on the mouse now displays the navigation menu.

PS: If someone is willing to test the DVD input on Win95/98/Me I will
    upload an up to date binary package.
extras/libdvdcss/libdvdcss.c
include/input_iovec.h
plugins/directx/vout_directx.c
plugins/directx/vout_events.c
plugins/mpeg/input_ts.c
plugins/mpeg/input_ts.h