]> git.sesse.net Git - vlc/commit
* src/audio_output/common.c, include/aout_internal.h: added a new function
authorGildas Bazin <gbazin@videolan.org>
Fri, 1 Nov 2002 15:06:23 +0000 (15:06 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 1 Nov 2002 15:06:23 +0000 (15:06 +0000)
commit95efa0865f27087811edee87a53c919d7ee8bb69
treee650dce4888cb5d5c22d8f63850755f5b7d85cbd
parentc40d4552f8a3339e2205eb68c4f90df216330420
* src/audio_output/common.c, include/aout_internal.h: added a new function
   aout_FifoFirstDate() that allows the aout plugin to schedule the first
   play.
* src/audio_output/output.c: fixed another problem affecting the audio quality.
* modules/audio_output/directx.c: improvements. The buffering scheme has been
   changed to be less affected by temporary starving. We also schedule the first   sample to play.
include/aout_internal.h
modules/audio_output/directx.c
src/audio_output/common.c
src/audio_output/output.c