rockbox/apps/codecs/libwma
Marcoen Hirschberg 4d853fff2f fix a warning for coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14779 a1c6a512-1295-4272-9138-f99709370657
2007-09-20 13:52:41 +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 get rid of warnings 2007-09-20 13:02:27 +00:00
fft.h get rid of warnings 2007-09-20 13:02:27 +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 get rid of warnings 2007-09-20 13:02:27 +00:00
mdct.h get rid of warnings 2007-09-20 13:02:27 +00:00
SOURCES move (i)MDCT and FFT code to separate files 2007-09-20 12:27:24 +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 remove unused struct member and variable 2007-09-20 12:32:39 +00:00
wmadeci.c remove unused struct member and variable 2007-09-20 12:32:39 +00:00
wmafixed.c Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 which is how ffmpeg now does it and is also slightly faster. Add in defines for later VLC memory usage optization. Kill some header files that weren't needed and update others that were out of sync. We're now much closer to the current ffmpeg codec which should make fixing the remaining issues much easier. 2007-07-12 03:17:19 +00:00
wmafixed.h fix a warning for coldfire 2007-09-20 13:52:41 +00:00