]> git.sesse.net Git - vlc/commit
* Audio volume management now works properly. See src/audio_output/intf.c
authorChristophe Massiot <massiot@videolan.org>
Thu, 19 Sep 2002 21:56:40 +0000 (21:56 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 19 Sep 2002 21:56:40 +0000 (21:56 +0000)
commit81442b6bf1af46dbaedc3388ea0b48f55bf13ae1
tree3dbb43fe7f2c9a6c1dfe89f2bb2964254e0502de
parente059b1170db21a36b4a872e85c23814d1f8696cb
* Audio volume management now works properly. See src/audio_output/intf.c
  for information on how to use it in your interface plug-ins. In the
  SDL vout, b and n are mapped to sound down/sound up.
* Fixed a major in the mad plug-in with wrong dates.
* Fixed a compilation bug.
12 files changed:
include/aout_internal.h
include/audio_output.h
include/vlc_config.h
include/vlc_symbols.h
modules/audio_filter/converter/Makefile
modules/audio_mixer/float32.c
modules/codec/mad/decoder.c
modules/codec/mad/decoder.h
modules/codec/mad/libmad.c
modules/video_output/sdl.c
src/audio_output/intf.c
src/audio_output/mixer.c