Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
5717a0af87cff02e28ed74b4f7018fe51a817ac7
/
apps
/
codecs
/
libwma
/
wmadeci.c
5717a0a
Shorten the coldfire fixmul32() by 2 instructions and use one register less. Smaller code, but practically no speed change.
by Jens Arnold
· 18 years ago
4aeab55
Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots closer to realtime on those targets now.
by Thom Johansen
· 18 years ago
c728247
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.
by Dave Chapman
· 18 years ago