1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libwma
Nils Wallménius 07fe3562a1 #if 0 out unused stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23782 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 14:29:18 +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 #if 0 out unused stuff 2009-11-29 14:29:18 +00:00
bitstream.h revert r22337 for libwma for now since it broke wma playback on ARM due to alignment issues. 2009-08-16 15:36:32 +00:00
ffmpeg_config.h revert r22337 for libwma for now since it broke wma playback on ARM due to alignment issues. 2009-08-16 15:36:32 +00:00
libwma.make Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
SOURCES revert r22337 for libwma for now since it broke wma playback on ARM due to alignment issues. 2009-08-16 15:36:32 +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 Make the codecs use more IRAM on S5L870x, as we have plenty of it. 2009-11-09 20:01:07 +00:00
wmadeci.c Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. Gives a 1% speedup @ 192kbps. 2009-10-02 00:47:15 +00:00
wmafixed.c Clean up a lot of old and ugly comments. Wrap some long lines. Remove unneeded fixed point function. Move some fixed point math functions out of wmadeci. No functional changes. 2009-07-28 22:19:53 +00:00
wmafixed.h Clean up a lot of old and ugly comments. Wrap some long lines. Remove unneeded fixed point function. Move some fixed point math functions out of wmadeci. No functional changes. 2009-07-28 22:19:53 +00:00