]> git.sesse.net Git - vlc/commit
* configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder...
authorGildas Bazin <gbazin@videolan.org>
Wed, 22 Oct 2003 17:12:31 +0000 (17:12 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 22 Oct 2003 17:12:31 +0000 (17:12 +0000)
commitdd9e6708a21f91e0b78772ad8f8de54a0d81c94e
tree0b51fc3ba4cd8548b0b38b5008eabc662cd4dc70
parentc106f23b7d6f68a637acb1d73fba58df9b3c01ac
* configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
* modules/demux/ogg.c: added support for speex to the Ogg demuxer.
* modules/mux/ogg.c: added support for speex to the Ogg muxer.
* src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
* modules/access/udp.c: use an object variable and inheritance for "udp-caching".
* src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.
configure.ac
modules/access/udp.c
modules/codec/Modules.am
modules/codec/speex.c [new file with mode: 0755]
modules/demux/ogg.c
modules/mux/ogg.c
src/input/input.c
src/misc/variables.c