]> git.sesse.net Git - vlc/commit
* adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
authorLaurent Aimar <fenrir@videolan.org>
Tue, 3 Dec 2002 17:00:16 +0000 (17:00 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 3 Dec 2002 17:00:16 +0000 (17:00 +0000)
commit9125323fed7ff85b95393bf206b5f8b32ff01e14
treecc0299142cf72d83dcab8eb11d9c6b5dcde89ab5
parente5daac69bbf814759ffe6ab126aacffe2efb340a
 * adpcm.c: add adpcm decoding support (Now just ms and ima adpcm from
microfsoft, not yet ima4)
 * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
could not work with asf because of asf audio scrambling unsupported in asf
demuxer). Seek will not work, because vlc send garbage and then break stream
alignment.(I will try to fix that).
configure.ac.in
include/codecs.h
modules/codec/Modules.am
modules/codec/adpcm.c [new file with mode: 0644]
modules/demux/asf/asf.c
modules/demux/avi/avi.c
modules/demux/wav/wav.c