CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Wed Apr 24 00:07:05 CEST 2002
Update of /var/cvs/videolan/vlc/plugins/directx
Modified Files:
vout_directx.c vout_directx.h vout_events.c
Update of /var/cvs/videolan/vlc/plugins/spudec
Modified Files:
spu_decoder.c
Log Message:
* DirectX video output plugin now uses triple buffering for YUV overlay. This
improves the video quality a lot (no tearing) without affecting performance.
(I knew double buffering sucked but I just discovered why triple buffering
is better: you don't have to wait for the vsync to flip the buffers).
* Fixed the DirectX video output for non-overlay modes. It was only working
in RGB16 before.
* Fixed the mouse autohidding feature in the DirectX plugin
(at least partially).
* Fixed the spu decoder to take the pitch of the destination picture into
account when rendering the subtitles (Implemented only for the YUV modes).
--
gbazin
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list