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
/
lib
/
codeclib.h
(
unfollow
)
Commit message (
Expand
)
Author
2006-03-03
Long policy
Jens Arnold
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-10-31
Correct the prototype for memmove (oops, forgot this file)
Dave Chapman
2005-10-17
iriver: more codec library cleanup: remove codec_alloca and a some extraneous...
Magnus Holmgren
2005-10-13
Cleaned up the messy codec header and library system by merging codec.h, lib/...
Thom Johansen
2005-09-18
iriver: fix problem with playing some long vorbis files (e.g., this week in t...
Magnus Holmgren
2005-07-24
ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.
Magnus Holmgren
2005-07-12
removed an extra codec_api struct pointer and the function setting it
Daniel Stenberg
2005-07-03
Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...
Jens Arnold
2005-06-22
moved and renamed the codecs, gave the codecs a new extension (.codec),
Daniel Stenberg
2005-06-05
First audio codec playback attempt by Miikka Pekkarinen
Linus Nielsen Feltzing
2005-03-10
Compile the simulators without special code & data sections. Fixes intermitte...
Jens Arnold
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-25
Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf().
Jens Arnold
2005-02-19
First version of vorbis decoder
Dave Chapman
2005-02-16
Add flac2wav decoder - hardcoded output is /flactest.wav
Dave Chapman
2005-02-16
Move contents of plugins/xxx2wav.h into the plugin library
Dave Chapman