[vlc-devel] commit: wma-fixed: Forward port of fixed integer WMA v1/2 decoder. ( Jean-Paul Saman )
git version control
git at videolan.org
Fri Jan 30 13:44:24 CET 2009
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Fri Jan 30 12:05:48 2009 +0100| [807563ba09c78e31ce567daec6eceee77775cb96] | committer: Jean-Paul Saman
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=807563ba09c78e31ce567daec6eceee77775cb96
---
NEWS | 1 +
configure.ac | 30 +-
modules/codec/Modules.am | 2 +-
modules/codec/wmafixed/Modules.am | 3 +
modules/codec/wmafixed/asf.h | 46 +
modules/codec/wmafixed/bitstream.c | 265 ++++
modules/codec/wmafixed/bitstream.h | 991 ++++++++++++++
modules/codec/wmafixed/bswap.h | 169 +++
modules/codec/wmafixed/fft.c | 153 +++
modules/codec/wmafixed/fft.h | 47 +
modules/codec/wmafixed/mdct.c | 164 +++
modules/codec/wmafixed/mdct.h | 40 +
modules/codec/wmafixed/wma.c | 301 +++++
modules/codec/wmafixed/wmadata.h | 2610 ++++++++++++++++++++++++++++++++++++
modules/codec/wmafixed/wmadec.h | 145 ++
modules/codec/wmafixed/wmadeci.c | 1574 ++++++++++++++++++++++
modules/codec/wmafixed/wmafixed.c | 229 ++++
modules/codec/wmafixed/wmafixed.h | 204 +++
18 files changed, 6965 insertions(+), 9 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=807563ba09c78e31ce567daec6eceee77775cb96
More information about the vlc-devel
mailing list