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
Age
Commit message (
Expand
)
Author
2005-07-07
Fix possible use of uninitialized variable
Daniel Stenberg
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
2005-05-07
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-03-06
Use the new generic SRC build "macro" in tools/makesrc.inc to process the
Daniel Stenberg
2005-03-03
Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles
Linus Nielsen Feltzing
2005-03-02
Handle .S files in the codec Makefiles
Linus Nielsen Feltzing
2005-03-01
Correct dependencies for codec builds
Linus Nielsen Feltzing
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-28
Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.h
Jens Arnold
2005-02-26
Show compiled source files
Jens Arnold
2005-02-24
Compile Tremor with _LOW_ACCURACY_ to increase speed
Marcoen Hirschberg
2005-02-19
Cosmetic changes to remove compiler warnings and compile cleanly under Rockbox
Dave Chapman
2005-02-17
tremor.a -> libTremor.a
Marcoen Hirschberg
2005-02-17
Tremor does not encode
Marcoen Hirschberg
2005-02-17
Initial commit of the the Ogg Vorbis 'Tremor' integer playback codec
Marcoen Hirschberg