diff options
author | Dave Chapman <dave@dchapman.com> | 2007-07-03 09:25:36 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-07-03 09:25:36 +0000 |
commit | c72824786a0e8c68921ebb9b72f02a2e80aaee17 (patch) | |
tree | adf8dac26d074ee3620df4ab482ff108561ead01 /apps/codecs/SOURCES | |
parent | 2ca895bae7a25ea8ef7f295b4e8ab01ff75a4914 (diff) |
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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13769 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/SOURCES')
-rw-r--r-- | apps/codecs/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES index 7a3d4055cc..a93cb6c0cc 100644 --- a/apps/codecs/SOURCES +++ b/apps/codecs/SOURCES @@ -8,6 +8,7 @@ a52.c mpc.c wavpack.c alac.c +wma.c #if MEMORYSIZE > 1 aac.c #endif |