]> git.sesse.net Git - vlc/commit
* demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
authorChristophe Massiot <massiot@videolan.org>
Fri, 30 Aug 2002 22:22:24 +0000 (22:22 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 30 Aug 2002 22:22:24 +0000 (22:22 +0000)
commit0b88e7753a08b42a15d6e01cae20bfeed192d56a
treee7a8effca6aa963319ef869d96ebada8dc6a8331
parentb7d33a0d086afa5fec399cffce08154c636e95b2
* demuxes: Worked around a bug in old VLC and VLS by changing TS stream types
  (see my last mail).
* aout: Rewrote our whole lock policy. The output thread now doesn't require
  the mixer_lock, which might avoid delays. We will also be able to change
  the filter pipelines at runtime.
23 files changed:
include/aout_internal.h
include/input_ext-dec.h
include/vlc_common.h
modules/access/dvd/es.c
modules/access/dvdplay/es.c
modules/access/dvdread/input.c
modules/audio_output/file.c
modules/audio_output/sdl.c
modules/codec/a52.c
modules/codec/a52old/a52old.c
modules/codec/lpcm/lpcm.c
modules/codec/spdif.c
modules/codec/spudec/spudec.c
modules/demux/mpeg/ps.c
modules/demux/mpeg/system.c
modules/demux/mpeg/system.h
modules/demux/mpeg/ts.c
modules/misc/dummy/aout.c
src/audio_output/audio_output.c
src/audio_output/filters.c
src/audio_output/input.c
src/audio_output/mixer.c
src/audio_output/output.c