rockbox/apps/codecs/libwma
Dave Hooper 42774d3128 Merge from branches/mdctexp - faster ifft+imdct in codec lib
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24712 a1c6a512-1295-4272-9138-f99709370657
2010-02-17 00:49:53 +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 Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
wmadeci.c Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
wmafixed.c Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
wmafixed.h Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00