rockbox/apps/codecs/libwma
2008-06-24 15:39:44 +00:00
..
asf.h
bitstream.c Fix sim for now. Eventually I should change the decoder to error out if theres a problem allocating huffman tables. 2008-04-07 02:25:09 +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 Revert r14786 which resulted in a substantial reduction in accuracy to save a 7.6KB of RAM. Accuracy should be greatly improved now, and if we want to make that trade off again, I think of better ways to do it. 2008-06-24 15:39:44 +00:00
mdct.h Revert r14786 which resulted in a substantial reduction in accuracy to save a 7.6KB of RAM. Accuracy should be greatly improved now, and if we want to make that trade off again, I think of better ways to do it. 2008-06-24 15:39:44 +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 Fix mistake in previous WMA commit. Also update comments to reflect changes. 2008-04-21 00:46:55 +00:00
wmadec.h move structures around in the header files 2007-10-01 13:46:07 +00:00
wmadeci.c Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out there will ever use V1, but its worth having correct code for its own sake. 2008-06-24 15:17:14 +00:00
wmafixed.c Argh. 2007-10-29 23:22:33 +00:00
wmafixed.h Argh. 2007-10-29 23:22:33 +00:00