]> git.sesse.net Git - vlc/commit
- the creation of the audio filter pipeline when specifying user audio
authorBoris Dorès <babal@videolan.org>
Sun, 25 Sep 2005 16:49:40 +0000 (16:49 +0000)
committerBoris Dorès <babal@videolan.org>
Sun, 25 Sep 2005 16:49:40 +0000 (16:49 +0000)
commit036c9c52326be9a14c439ffe5b7e04861779a31d
treef0784430ab2c3de018ad02fd3bff6b173d270035
parent880f95fd6fd6cbeeb9734f0ab72bc4d77b84b273
- the creation of the audio filter pipeline when specifying user audio
  channel mixers was broken (again) in 0.8.1 and 0.8.2; hopefully this
  will fix it for good, by allowing audio filters to request a specific
  format rather than imposing them an arbitrary one
- various other small fixes in the audio output core
- option to force detection of Dolby Surround
- simple module to decode Dolby Surround
- increase spatialization with two center speakers and fix channel
  order for 7.1 streams in the headphone channel mixer
15 files changed:
configure.ac
modules/LIST
modules/audio_filter/channel_mixer/Modules.am
modules/audio_filter/channel_mixer/dolby.c [new file with mode: 0644]
modules/audio_filter/channel_mixer/headphone.c
modules/audio_filter/equalizer.c
modules/audio_filter/normvol.c
modules/gui/macosx/extended.m
modules/gui/wxwidgets/extrapanel.cpp
src/audio_output/filters.c
src/audio_output/input.c
src/audio_output/output.c
src/input/decoder.c
src/libvlc.h
vlc.spec.mdk