index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
cook.c
Age
Commit message (
Expand
)
Author
2010-07-25
codecs: mark some local variables with 'static'
Nils Wallménius
2010-02-21
Optimization for cook codec. Rework sample output to be able to use highly op...
Andree Buschmann
2009-11-18
Set svn:keywords property.
Mohamed Tarek
2009-11-18
Handle mid-track resumes in RM.
Mohamed Tarek
2009-08-04
Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define
Mohamed Tarek
2009-07-18
Generic codec-extradata parsing, in preparation for addition of AAC/RM.
Mohamed Tarek
2009-07-13
Modified the code for seeking to speed it up a bit. Instead of searching
Mohamed Tarek
2009-07-13
Put COOKContext struct into IRAM. Speeds up decoding by 6MHz on PP5024 at th...
Michael Giacomelli
2009-07-12
Add seeking support in cook codec.
Mohamed Tarek
2009-07-08
Add the ability to seek to the start of the track.
Mohamed Tarek
2009-07-08
Try at fixing 'cast to/from pointer to/from integer of different size' warnings
Maurus Cuelenaere
2009-07-08
Cook codec: make sure the RMContext get aligned correctly, or we won't be abl...
Maurus Cuelenaere
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek