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
/
libcook
/
cook_fixpoint.h
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-06-05
FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell.
Nils Wallménius
2011-05-22
Submit FS#12115: Use more IRAM in cook codec for several targets. Speeds up P...
Andree Buschmann
2010-07-29
Make codeclib_misc.h include the asm headers to simplify inclusion magic.
Nils Wallménius
2010-02-21
Remove CLIP_TO_15 from codeclib. Remove tabs.
Andree Buschmann
2010-02-21
Further work on cook codec. Rounding is not needed when using a large fract p...
Andree Buschmann
2010-02-21
Optimization for cook codec. Rework sample output to be able to use highly op...
Andree Buschmann
2010-02-17
Merge from branches/mdctexp - faster ifft+imdct in codec lib
Dave Hooper
2009-12-05
Move av_log2 function and asociated table to the codec lib, remove 3 identica...
Nils Wallménius
2009-08-13
Modify libcook to use rockbox's mdct library in its standalone test program.
Mohamed Tarek
2009-07-27
Fix compilation of the standalone test program.
Mohamed Tarek
2009-07-26
Approx 10% speedup in cook on files tested: Remove some inner loops in favour...
Dave Hooper
2009-07-21
Commited the wrong thing, fix zeroing in cook.
Michael Giacomelli
2009-07-21
Rearrange loop to avoid one branch per iteration.
Michael Giacomelli
2009-07-18
Optimize overlap_math by only doing shifting if theres gain, and moving the c...
Michael Giacomelli
2009-07-17
Rearrange the MDCT library lookup tables so that codecs can access them. Acc...
Michael Giacomelli
2009-07-16
Remove a call to av_clip() which limits the PCM output of the decoder to 16-bit.
Mohamed Tarek
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek
2009-05-12
-Remove all dynamic allocations, hence remove cook_decode_close() which was b...
Mohamed Tarek
2009-05-11
-Took cook_random() from an old cook.c revision [6 mar 2007], which is a
Mohamed Tarek
2009-05-10
Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using pat...
Dave Chapman