]> git.sesse.net Git - vlc/commit
The liba52 "codec" is now an audio filter. It means we are now able to
authorChristophe Massiot <massiot@videolan.org>
Mon, 2 Sep 2002 23:17:06 +0000 (23:17 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 2 Sep 2002 23:17:06 +0000 (23:17 +0000)
commit34c71967f9b0e4533ba8343062282029f39e7089
tree2b14b8eb9d33eb402cf1554bf4adcdfa437eb804
parent1e666bc25b9479cc3c07d18cc7d3ad93e7567066
The liba52 "codec" is now an audio filter. It means we are now able to
autodetect S/PDIF hardware support and the audio output plug-in chooses
the best one. Of course it probably breaks existing output modules, see
oss.c for hints :).

Also include minor tweaks which will entitle us to decode and output 5.1
audio. It may break existing plug-ins, too. See
audio_output.c:aout_FormatNbChannels for hints.
19 files changed:
Makefile.opts.in
configure.in
include/aout_internal.h
include/audio_output.h
include/vlc_symbols.h
include/vlc_threads.h
modules/audio_filter/converter/Makefile
modules/audio_filter/converter/a52tofloat32.c [new file with mode: 0644]
modules/audio_filter/converter/a52tospdif.c
modules/audio_output/oss.c
modules/audio_output/sdl.c
modules/codec/Makefile
modules/codec/a52.c
modules/codec/spdif.c [deleted file]
modules/gui/macosx/aout.m
po/Makefile.in.in
src/audio_output/audio_output.c
src/audio_output/filters.c
src/misc/modules_plugin.h