]> git.sesse.net Git - vlc/commit
* Added a new very simple audio plugin for Win32. This plugin uses the
authorGildas Bazin <gbazin@videolan.org>
Fri, 25 Jan 2002 06:43:34 +0000 (06:43 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 25 Jan 2002 06:43:34 +0000 (06:43 +0000)
commit595d768452f9d62ce170645bedf94bce2115e8d7
treeccf6d1381985fb4698967e48bca056486c51be7f
parent8c0d4cd70f282afa28d491e18267caba031abc64
* 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().
Makefile
Makefile.opts.in
configure
configure.in
plugins/win32/Makefile
plugins/win32/aout_waveout.c [new file with mode: 0644]
plugins/win32/waveout.c [new file with mode: 0644]
src/audio_output/audio_output.c