]> git.sesse.net Git - vlc/commit
* modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
authorChristophe Massiot <massiot@videolan.org>
Sun, 20 Oct 2002 12:23:48 +0000 (12:23 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sun, 20 Oct 2002 12:23:48 +0000 (12:23 +0000)
commit54929735f8c480fcbdecb870e97405670acc6ce8
tree2f296071fa270be6969d4abde2f4ab87e229e9f7
parent8622c1bb22fdda2841a361bfb5f2dc1cf981a75e
* modules/demux/mpeg: Added DVB stream type for A/52 streams (0x6),
* include/vlc_threads.h: Avoid locking the interface,
* ALL: reworked all audio output plug-ins to correctly take into account
  i_channels. At present this is known to break OSS, probably others.
22 files changed:
include/aout_internal.h
include/audio_output.h
include/vlc_threads.h
modules/audio_filter/converter/a52tofloat32.c
modules/audio_output/alsa.c
modules/audio_output/arts.c
modules/audio_output/directx.c
modules/audio_output/esd.c
modules/audio_output/file.c
modules/audio_output/oss.c
modules/audio_output/waveout.c
modules/codec/mpeg_video/idct/idctaltivec.c
modules/codec/mpeg_video/synchro.c
modules/demux/mpeg/system.c
modules/demux/mpeg/system.h
modules/demux/mpeg/ts.c
src/audio_output/common.c
src/audio_output/filters.c
src/audio_output/input.c
src/audio_output/intf.c
src/audio_output/mixer.c
src/audio_output/output.c