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
(
unfollow
)
Commit message (
Expand
)
Author
2014-07-13
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
2013-12-16
Sync libopus to upstream release 1.1
Nils Wallménius
2013-09-01
Opus: delete two files that were moved into a subdir
Nils Wallménius
2013-09-01
Fix warning from a35c1b3
Nils Wallménius
2013-09-01
Opus: Coldfire inline asm for comb_filter_const
Nils Wallménius
2013-08-31
Add cf asm inline for multiplication commonly used in silk.
Nils Wallménius
2013-08-31
Put two hot silk arrays on real stack (iram)
Nils Wallménius
2013-08-31
Silence spurious warning
Nils Wallménius
2013-08-31
Sync opus codec to upstream git
Nils Wallménius
2013-08-23
Change CODECFLAGS to a "simply-expanded" var to give the individual
Nils Wallménius
2013-05-18
Fix opus craches with large embedded album art
Nils Wallménius
2013-01-21
ARMv5 optimized complex multiply function for libopus.
Michael Giacomelli
2012-10-17
opus: only put the mdct function in iram for cf,
Nils Wallménius
2012-10-16
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-10
opus: arm asm for C_MULC
Andree Buschmann
2012-10-10
opus: cf asm for C_MULC
Nils Wallménius
2012-10-07
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-06
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-04
opus: put arrays frequently used by pulse decoding on the stack
Nils Wallménius
2012-10-01
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-09-29
opus: statically allocate decoder state in iram
Andree Buschmann
2012-09-28
opus: speed up deemphasis
Nils Wallménius
2012-09-26
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-25
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-24
opus: #if 0 out some more unused code, delete unused file
Nils Wallménius
2012-09-24
opus: #if 0 out some unused code
Nils Wallménius
2012-09-23
Remove unused include path for opus
Bertrik Sikken
2012-09-20
Initial opus codec support
Frederik M J Vestre