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
/
libcook
/
main.c
Age
Commit message (
Expand
)
Author
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-02-21
Optimization for cook codec. Rework sample output to be able to use highly op...
Andree Buschmann
2009-07-18
Generic codec-extradata parsing, in preparation for addition of AAC/RM.
Mohamed Tarek
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek
2009-05-24
Move rm.[c/h] from libcook to librm. No functional changes.
Mohamed Tarek
2009-05-22
Move the code segment that corrects the value of (number of packets) to
Mohamed Tarek
2009-05-22
Modify the test program to read audio frames from a memory buffer rather
Mohamed Tarek
2009-05-22
-Remove some unnecessary defines from rm.c.
Mohamed Tarek
2009-05-22
Move wav related code to main.c
Mohamed Tarek
2009-05-12
-Remove all dynamic allocations, hence remove cook_decode_close() which was b...
Mohamed Tarek
2009-05-12
-Remove calls to av_log() and use DEBUGF/printf instead, thuse removing
Mohamed Tarek
2009-05-11
Fix the $Id$ line broken by r20907.
Dave Chapman
2009-05-10
Patch by Mohamed Tarek from FS #10182. Remove floating point code (FFT, MDCT...
Michael Giacomelli
2009-05-09
Patch by Mohamed Tarek from FS#10182: 1) Move the main() test program from co...
Dave Chapman