]> git.sesse.net Git - vlc/commit
* We now make sure the aout plugin buffers always contain between
authorGildas Bazin <gbazin@videolan.org>
Mon, 4 Mar 2002 22:18:25 +0000 (22:18 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 4 Mar 2002 22:18:25 +0000 (22:18 +0000)
commit721c720702535eb1f35ad978e2b9477742f2f850
tree85735af7cf39b3742270188c1981259ca60aa266
parent1e105908b4ae5492a4dc3247c682d04723e071b7
* We now make sure the aout plugin buffers always contain between
AOUT_BUFFER_DURATION/2 and AOUT_BUFFER_DURATION*3/2 worth of audio.
This should solve the audio buffer underruns.

* fix for the bug in input when filename contains a '@' character.

* simplified the win32 specific changes to the input parser. ( I think
we can safely assume that no access plugin name will have a length of
one character)
include/audio_output.h
plugins/dvd/input_dvd.c
plugins/dvdread/input_dvdread.c
src/audio_output/aout_pcm.c
src/audio_output/audio_output.c
src/interface/main.c