]> git.sesse.net Git - vlc/commit
* libvlc.h input.c headphone.c:
authorBoris Dorès <babal@videolan.org>
Sat, 20 Dec 2003 22:57:36 +0000 (22:57 +0000)
committerBoris Dorès <babal@videolan.org>
Sat, 20 Dec 2003 22:57:36 +0000 (22:57 +0000)
commit78ffa46b5ec472fc871c044a0afc537d299f3ec1
treec0b78ef3b097e6f6c663bea2e1760564159b297c
parent66fb3bd378b79757f8b9c0f1ceef3bb5fd8593fa
* libvlc.h input.c headphone.c:
    fix support of audio channel mixers, like the headphone channel mixer
    for instance, which was broken since the introduction of user audio
    filters; if specified by the user and compatible with the audio
    pipeline, we add the channel mixer after the user filters.
    -> unfortunately, this fix removed two strings and introduced 4 new
       ones
    -> TODO: allow the user to choose only amongst channel mixers, not
       all available audio filters

* vlc.exe.manifest Makefile.am install-win32 :
    add a manifest file to allow the win32 gui to use Windows XP visual
    styles when available.
Makefile.am
install-win32
modules/audio_filter/channel_mixer/headphone.c
src/audio_output/input.c
src/libvlc.h
vlc.exe.manifest [new file with mode: 0644]