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
/
libatrac
/
main.c
(
unfollow
)
Commit message (
Expand
)
Author
2011-06-02
FS#12141 by Sean Bartell
Nils Wallménius
2010-11-07
set mode argument for open() where O_CREAT flag is/can be set.
Teruaki Kawashima
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-14
Further optimization and minor clean up of atrac codec: Unroll iqmf_dewindowi...
Andree Buschmann
2009-08-14
Move main() outside atrac3.c and create atrac3.h
Mohamed Tarek
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