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
/
libtremor
/
mapping0.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-09-22
libtremor: port over ffmpeg's windowing code
Nils Wallménius
2011-09-16
libtremor: save a kB or two limiting an array size to the maximum number of c...
Nils Wallménius
2011-09-16
libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin...
Nils Wallménius
2010-12-07
libtremor: merge upstream revision 17525 'Commit additional hardening to setu...
Nils Wallménius
2010-10-31
libtremor: introduce asm optimized version of the channel_couple function for...
Nils Wallménius
2010-05-29
Correction to clobber lists of several codec's inline assembly.
Andree Buschmann
2010-05-13
Two tiny tweaks to some arm asm
Nils Wallménius
2010-03-16
Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...
Michael Giacomelli
2010-02-21
Unroll and optimise channel coupling for arm gives 0.6Mhz speed for vorbis on...
Dave Hooper
2010-02-17
Merge from branches/mdctexp - faster ifft+imdct in codec lib
Dave Hooper
2009-12-12
Comment var only used by already commented out debug code, delete #if 0'ed bl...
Nils Wallménius
2009-04-25
Commit FS#9882 - make better use of iram at different quality encodings, remo...
Dave Hooper
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-05
Codec lib directories renamed, except for demac.
Björn Stenberg
2008-09-04
Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...
Michael Giacomelli
2006-09-05
Recude iram usage for the Vorbis decoder a little. Makes it possible to build...
Magnus Holmgren
2005-12-28
Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...
Magnus Holmgren
2005-06-10
A little improvement on Vorbis block synthesis.
Pedro Vasconcelos
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-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-17
Initial commit of the the Ogg Vorbis 'Tremor' integer playback codec
Marcoen Hirschberg