rockbox/apps/codecs/libwma
Michael Giacomelli 5730da2ba8 Apply last fall's exponent fix to WMA v1 files as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16114 a1c6a512-1295-4272-9138-f99709370657
2008-01-19 23:00:50 +00:00
..
asf.h Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
bitstream.c Fix warning. 2007-08-06 02:10:49 +00:00
bitstream.h WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use of it. ~1.5% speedup. 2007-07-12 22:12:25 +00:00
bswap.h WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use of it. ~1.5% speedup. 2007-07-12 22:12:25 +00:00
ffmpeg_config.h WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use of it. ~1.5% speedup. 2007-07-12 22:12:25 +00:00
fft.c move structures around in the header files 2007-10-01 13:46:07 +00:00
fft.h move structures around in the header files 2007-10-01 13:46:07 +00:00
Makefile WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use of it. ~1.5% speedup. 2007-07-12 22:12:25 +00:00
mdct.c move structures around in the header files 2007-10-01 13:46:07 +00:00
mdct.h move structures around in the header files 2007-10-01 13:46:07 +00:00
SOURCES move (i)MDCT and FFT code to separate files 2007-09-20 12:27:24 +00:00
types.h move structures around in the header files 2007-10-01 13:46:07 +00:00
wmadata.h Apparently, negative exponents are possible when decoding exponential VLC. Should fix occasional glitches that happened in files of all bitrates. 2007-09-02 03:28:49 +00:00
wmadec.h move structures around in the header files 2007-10-01 13:46:07 +00:00
wmadeci.c Apply last fall's exponent fix to WMA v1 files as well. 2008-01-19 23:00:50 +00:00
wmafixed.c Argh. 2007-10-29 23:22:33 +00:00
wmafixed.h Argh. 2007-10-29 23:22:33 +00:00