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
(
follow
)
Commit message (
Expand
)
Author
Age
*
Make codeclib_misc.h include the asm headers to simplify inclusion magic.
Nils Wallménius
2010-07-29
*
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-21
*
Merge from branches/mdctexp - faster ifft+imdct in codec lib
Dave Hooper
2010-02-17
*
Move av_log2 function and asociated table to the codec lib, remove 3 identica...
Nils Wallménius
2009-12-05
*
Modify libcook to use rockbox's mdct library in its standalone test program.
Mohamed Tarek
2009-08-13
*
Fix compilation of the standalone test program.
Mohamed Tarek
2009-07-27
*
Approx 10% speedup in cook on files tested: Remove some inner loops in favour...
Dave Hooper
2009-07-26
*
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-21
*
Optimize overlap_math by only doing shifting if theres gain, and moving the c...
Michael Giacomelli
2009-07-18
*
Rearrange the MDCT library lookup tables so that codecs can access them. Acc...
Michael Giacomelli
2009-07-17
*
Remove a call to av_clip() which limits the PCM output of the decoder to 16-bit.
Mohamed Tarek
2009-07-16
*
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek
2009-07-06
*
-Remove all dynamic allocations, hence remove cook_decode_close() which was b...
Mohamed Tarek
2009-05-12
*
-Took cook_random() from an old cook.c revision [6 mar 2007], which is a
Mohamed Tarek
2009-05-11
*
Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using pat...
Dave Chapman
2009-05-10