]> git.sesse.net Git - vlc/commit
* dvdcss_readv optimisations for Win32. We now send only one read command
authorGildas Bazin <gbazin@videolan.org>
Wed, 25 Jul 2001 08:41:22 +0000 (08:41 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 25 Jul 2001 08:41:22 +0000 (08:41 +0000)
commit5bcfa0faf597d06ab77b5e44d12f8fcbf2d459ad
treecd657e4632adff969e53913025f61ea6cd202dc1
parent1977c0ab664cc27d1bf27457558f11608d75ee43
 * dvdcss_readv optimisations for Win32. We now send only one read command
   to the DVD drive for the whole iovec.
 * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer
   size restriction.
 * New and theoretically better Win32 pthread implementation which fixes a
   problem I was having when changing title on a DVD (netlist related).
   vlc_cond_multicast may or may not work.
 * Fixed the "quit" event handling in directx/vout_events.c.
 * dvd_ifo.c now takes into account error messages from UDFFindFile.
 * Temporarily disabled aout_Probe() in aout_SDL (this function
   is creating an awful lot of problems - libSDL bug ).
ChangeLog
extras/libdvdcss/libdvdcss.c
extras/libdvdcss/libdvdcss.h
include/threads.h
plugins/directx/aout_directx.c
plugins/directx/vout_events.c
plugins/dvd/dvd_ifo.c
plugins/idct/vdec_idct.c
plugins/sdl/aout_sdl.c