index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
Tremor
/
asm_mcf5249.h
Age
Commit message (
Expand
)
Author
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-07-15
Clean out unused code
Nils Wallménius
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-03-24
FS #6848 - fast vector operations for ARM in Tremor.
Tomasz Malesinski
2005-09-21
Avoid EMAC stall in MULT31_SHIFT15.
Thom Johansen
2005-07-30
Fixed MAC initialization problem with mpa codec and removed workaround
Miika Pekkarinen
2005-07-18
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-15
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-06-21
Use asm optimised memset() in vorbis_apply_window.
Pedro Vasconcelos
2005-06-12
Enabled minor Tremor opt.
Thom Johansen
2005-06-10
A little improvement on Vorbis block synthesis.
Pedro Vasconcelos
2005-06-08
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-06
Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying.
Pedro Vasconcelos
2005-05-27
Basic optimizations of the Vorbis decoder for the ihp-1x0.
Pedro Vasconcelos