index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
Tremor
/
asm_mcf5249.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
Codec lib directories renamed, except for demac.
Björn Stenberg
2008-11-05
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Clean out unused code
Nils Wallménius
2007-07-15
*
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-05-10
*
FS #6848 - fast vector operations for ARM in Tremor.
Tomasz Malesinski
2007-03-24
*
Avoid EMAC stall in MULT31_SHIFT15.
Thom Johansen
2005-09-21
*
Fixed MAC initialization problem with mpa codec and removed workaround
Miika Pekkarinen
2005-07-30
*
oops... should compile without warnings now
Christian Gmeiner
2005-07-18
*
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-07-18
*
Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...
Ryan Jackson
2005-07-15
*
Changed assembly optimizations to re-init the MAC each time they're called. F...
Ryan Jackson
2005-07-15
*
Use asm optimised memset() in vorbis_apply_window.
Pedro Vasconcelos
2005-06-21
*
Enabled minor Tremor opt.
Thom Johansen
2005-06-12
*
A little improvement on Vorbis block synthesis.
Pedro Vasconcelos
2005-06-10
*
Kill warning. I suck.
Thom Johansen
2005-06-08
*
Oops.
Thom Johansen
2005-06-08
*
We clear our accumulators after we're done with them on Coldfire. No need to ...
Thom Johansen
2005-06-08
*
Vorbis opts: keep floor1 lookup table in IRAM.
Pedro Vasconcelos
2005-06-08
*
Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying.
Pedro Vasconcelos
2005-06-06
*
Basic optimizations of the Vorbis decoder for the ihp-1x0.
Pedro Vasconcelos
2005-05-27