rockbox/apps/codecs/libwma
2007-07-06 02:44:58 +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
common.c Yet more dead code removal 2007-07-04 20:45:00 +00:00
common.h Yet more dead code removal 2007-07-04 20:45:00 +00:00
dsputil.h Yet more dead code removal 2007-07-04 20:45:00 +00:00
ffmpeg_config.h Yet more dead code removal 2007-07-04 20:45:00 +00:00
Makefile WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and add new files to apps/FILES 2007-07-03 10:21:23 +00:00
SOURCES Attempt #2 2007-07-04 17:51:52 +00:00
wmadata.h Code clean up: Move fixed point functions into their own files. Move various lookup tables into header files. 2007-07-04 17:15:09 +00:00
wmadec.h Merged in first part of ffmpeg accuracy improvments. No change on my samples, but brings us closer to ffmpeg's source and clears the way for additional bug fixes. 2007-07-06 02:44:58 +00:00
wmadeci.c Merged in first part of ffmpeg accuracy improvments. No change on my samples, but brings us closer to ffmpeg's source and clears the way for additional bug fixes. 2007-07-06 02:44:58 +00:00
wmafixed.c Attempt #2 2007-07-04 17:51:52 +00:00
wmafixed.h Assemblerised CMUL() for ARM, giving ~20% speedup. 2007-07-04 19:23:18 +00:00