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
/
lib
/
rbcodec
/
codecs
/
libopus
/
celt
(
follow
)
Commit message (
Expand
)
Author
Age
*
libopus: use iram for more constants
Nils Wallménius
2014-07-13
*
libopus: asm C_MUL for coldfire
Nils Wallménius
2014-07-13
*
Sync to upstream libopus
Nils Wallménius
2014-07-13
*
Sync libopus to upstream release 1.1
Nils Wallménius
2013-12-16
*
Fix warning from a35c1b3
Nils Wallménius
2013-09-01
*
Opus: Coldfire inline asm for comb_filter_const
Nils Wallménius
2013-09-01
*
Silence spurious warning
Nils Wallménius
2013-08-31
*
Sync opus codec to upstream git
Nils Wallménius
2013-08-31
*
ARMv5 optimized complex multiply function for libopus.
Michael Giacomelli
2013-01-21
*
opus: only put the mdct function in iram for cf,
Nils Wallménius
2012-10-17
*
opus: don't rely on stride being 1<<shift
Nils Wallménius
2012-10-16
*
opus: use two pointers for mdct pre and post rotation
Andree Buschmann
2012-10-16
*
opus: put hot code in iram
Nils Wallménius
2012-10-16
*
opus: arm asm for C_MULC
Andree Buschmann
2012-10-10
*
opus: cf asm for C_MULC
Nils Wallménius
2012-10-10
*
opus: replace copy loops with calls to memcpy
Andree Buschmann
2012-10-07
*
opus: speed up mdct overlap add and copying
Andree Buschmann
2012-10-07
*
opus: cf inline asm for MULT32_32_Q31
Nils Wallménius
2012-10-06
*
opus: full precision MULT32_32_Q31 (32*32=64>>31) multiplication
Andree Buschmann
2012-10-06
*
opus: slight speedup of deemphasis
Andree Buschmann
2012-10-06
*
opus: speed up comb_filter
Andree Buschmann
2012-10-06
*
opus: put arrays frequently used by pulse decoding on the stack
Nils Wallménius
2012-10-04
*
opus: speed up arm asm MULT16_32_Q15
Nils Wallménius
2012-10-01
*
opus: allocate mdct f2 buffer in iram
Andree Buschmann
2012-10-01
*
opus: allocate buffers for X and freq in iram
Andree Buschmann
2012-10-01
*
opus: speed up deemphasis
Nils Wallménius
2012-09-28
*
opus: put frequently used mdct buffer on the real stack which is in iram
Nils Wallménius
2012-09-26
*
opus: improve cf MULT16_32_Q15 by giving the compiler more freedom
Nils Wallménius
2012-09-26
*
opus: put some const tables and structs in iram
Nils Wallménius
2012-09-25
*
opus: asm MULT16_32_Q15 for arm and cf
Nils Wallménius
2012-09-25
*
opus: #if 0 out some unused code
Nils Wallménius
2012-09-24
*
Initial opus codec support
Frederik M J Vestre
2012-09-20