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
/
plugins
/
lib
/
xxx2wav.c
(
unfollow
)
Commit message (
Expand
)
Author
2005-06-22
moved and renamed the codecs, gave the codecs a new extension (.codec),
Daniel Stenberg
2005-06-06
Killed a warning
Linus Nielsen Feltzing
2005-06-05
First audio codec playback attempt by Miikka Pekkarinen
Linus Nielsen Feltzing
2005-04-05
mp3buf renamed to audiobuf
Linus Nielsen Feltzing
2005-03-09
Fixes for the codec test environment: (1) Long aligned codec_malloc(). (2) Up...
Jens Arnold
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-23
Reduced the LCD updates to once per second
Linus Nielsen Feltzing
2005-02-19
First version of vorbis decoder
Dave Chapman
2005-02-18
Build the codec plugins in the simulator - only tested for X11
Dave Chapman
2005-02-16
Do not build on simulator or non-software codecs targets
Dave Chapman
2005-02-16
Move contents of plugins/xxx2wav.h into the plugin library
Dave Chapman
2005-02-16
More code cleanups
Dave Chapman
2005-02-16
Start to clean up a52towav.c and move common xxx2wav code into xxx2wav.h
Dave Chapman