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
/
bitwise.c
Age
Commit message (
Expand
)
Author
2006-11-09
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
2006-09-05
A few minor changes to match upstream svn.
Magnus Holmgren
2005-12-28
Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...
Magnus Holmgren
2005-12-21
Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most us...
Magnus Holmgren
2005-11-13
iPod: Work around a problem with one Tremor function not being happy in IRAM ...
Dave Chapman
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
Thom Johansen
2005-07-28
Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...
Magnus Holmgren
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-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-19
Cosmetic changes to remove compiler warnings and compile cleanly under Rockbox
Dave Chapman
2005-02-17
Initial commit of the the Ogg Vorbis 'Tremor' integer playback codec
Marcoen Hirschberg