[vlc-devel] André Weber : Bugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
git version control
git at videolan.org
Sun Mar 2 18:30:37 CET 2008
Module: vlc
Branch: master
Commit: 79223aaeafe7ef625f08551700a6ae4d2a26e8b0
URL: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79223aaeafe7ef625f08551700a6ae4d2a26e8b0
Author: André Weber <WeberAndre at gmx.de>
Date: Sun Mar 2 18:22:11 2008 +0100
Bugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
But its still very time critical, because paout gets sometimes empty
so that aout_OutputNextBuffer(..) doesn't deliver new audiobuffers,
sometimes it happens - that these buffers arrive very late for output.
Reasons: -changed CPU load, (extra running application, also fast forward
seeking and and jumping may lead to this situation.)
Enhancement #897: added an option to let the user choose is prefered audio device. (needs restart of VLC to get applied)
---
modules/audio_output/waveout.c | 530 +++++++++++++++++++++++++++++++++++-----
1 files changed, 467 insertions(+), 63 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=79223aaeafe7ef625f08551700a6ae4d2a26e8b0
More information about the vlc-devel
mailing list