CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Fri Jan 25 07:43:34 CET 2002
Update of /var/cvs/videolan/vlc/plugins/win32
Modified Files:
Makefile
Added Files:
waveout.c aout_waveout.c
Update of /var/cvs/videolan/vlc/src/audio_output
Modified Files:
audio_output.c
Update of /var/cvs/videolan/vlc
Modified Files:
Makefile Makefile.opts.in configure.in configure
Log Message:
* Added a new very simple audio plugin for Win32. This plugin uses the
waveOut API which is a lot easier to use for streaming stuff than
directsound. (you don't have to take care of underflows anymore
because it doesn't use circular buffers).
If you are having a lot of underflows, this plugin is currently
better adapted than the directx plugin.
* Moved some initialization stuff in audio_out.c so we can now the
caracteristics of the audio stream before calling aout_Open().
--
gbazin
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
More information about the vlc-devel
mailing list