]> git.sesse.net Git - vlc/commit
-new audio output using direct ac3 pass-through with some sound
authorStéphane Borel <stef@videolan.org>
Sun, 29 Apr 2001 02:48:51 +0000 (02:48 +0000)
committerStéphane Borel <stef@videolan.org>
Sun, 29 Apr 2001 02:48:51 +0000 (02:48 +0000)
commite5c6a7af794ad956adb645e1d9359ebb22b283ec
tree3eda02ff2b1b944d06946579cd678f3a309a4f6d
parentd3aacbfc77df232006a4a65f398929e9651cf1fb
-new audio output using direct ac3 pass-through with some sound
cards: it sends raw ac3 frames to an external ac3 decoder. It is very
experimental yet, hasn't any synchro ... but it works well with my
sblive and my dtt3500 speakers (note that you need a patched emu10k1
driver for this to work).

-bug fix in gnome intf thanks to Shane Harper.

-bug fix in input_dvd for chapter change.
13 files changed:
Makefile
include/audio_output.h
include/main.h
plugins/dvd/input_dvd.c
plugins/gnome/intf_gnome.c
src/ac3_spdif/ac3_iec958.c [new file with mode: 0644]
src/ac3_spdif/ac3_iec958.h [new file with mode: 0644]
src/ac3_spdif/ac3_spdif.c [new file with mode: 0644]
src/ac3_spdif/ac3_spdif.h [new file with mode: 0644]
src/audio_output/aout_common.h
src/audio_output/audio_output.c
src/input/input_programs.c
src/interface/main.c