summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor
AgeCommit message (Expand)Author
2005-07-07Fix possible use of uninitialized variableDaniel Stenberg
2005-06-21Use asm optimised memset() in vorbis_apply_window.Pedro Vasconcelos
2005-06-12Enabled minor Tremor opt.Thom Johansen
2005-06-10A little improvement on Vorbis block synthesis.Pedro Vasconcelos
2005-06-08Kill warning. I suck.Thom Johansen
2005-06-08Oops.Thom Johansen
2005-06-08We clear our accumulators after we're done with them on Coldfire. No need to ...Thom Johansen
2005-06-08Vorbis opts: keep floor1 lookup table in IRAM.Pedro Vasconcelos
2005-06-06Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying.Pedro Vasconcelos
2005-05-27Basic optimizations of the Vorbis decoder for the ihp-1x0.Pedro Vasconcelos
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing
2005-03-01Correct dependencies for codec buildsLinus Nielsen Feltzing
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-28Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.hJens Arnold
2005-02-26Show compiled source filesJens Arnold
2005-02-24Compile Tremor with _LOW_ACCURACY_ to increase speedMarcoen Hirschberg
2005-02-19Cosmetic changes to remove compiler warnings and compile cleanly under RockboxDave Chapman
2005-02-17tremor.a -> libTremor.aMarcoen Hirschberg
2005-02-17Tremor does not encodeMarcoen Hirschberg
2005-02-17Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg