]> git.sesse.net Git - vlc/commit
wma-fixed: Forward port of fixed integer WMA v1/2 decoder.
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 30 Jan 2009 11:05:48 +0000 (12:05 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 30 Jan 2009 12:20:21 +0000 (13:20 +0100)
commit807563ba09c78e31ce567daec6eceee77775cb96
tree7b52d950846fe947f3251938424ba0fd9de7c543
parenta98b4976264b99e2a514712b4bc8870cc79b4e70
wma-fixed: Forward port of fixed integer WMA v1/2 decoder.

The fixed integer WMA v1/2 decoder originates from the ffmpeg project and has been changed into a fixed integer decoder by the RockBox project. It was then adapted for vlc in the 0.8.6-neuros branch.
18 files changed:
NEWS
configure.ac
modules/codec/Modules.am
modules/codec/wmafixed/Modules.am [new file with mode: 0644]
modules/codec/wmafixed/asf.h [new file with mode: 0644]
modules/codec/wmafixed/bitstream.c [new file with mode: 0644]
modules/codec/wmafixed/bitstream.h [new file with mode: 0644]
modules/codec/wmafixed/bswap.h [new file with mode: 0644]
modules/codec/wmafixed/fft.c [new file with mode: 0644]
modules/codec/wmafixed/fft.h [new file with mode: 0644]
modules/codec/wmafixed/mdct.c [new file with mode: 0644]
modules/codec/wmafixed/mdct.h [new file with mode: 0644]
modules/codec/wmafixed/wma.c [new file with mode: 0644]
modules/codec/wmafixed/wmadata.h [new file with mode: 0644]
modules/codec/wmafixed/wmadec.h [new file with mode: 0644]
modules/codec/wmafixed/wmadeci.c [new file with mode: 0644]
modules/codec/wmafixed/wmafixed.c [new file with mode: 0644]
modules/codec/wmafixed/wmafixed.h [new file with mode: 0644]