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
/
test_codec.c
(
unfollow
)
Commit message (
Expand
)
Author
2007-08-29
FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, ...
Thom Johansen
2007-08-14
Make get_metadata act on a struct mp3entry rather than a struct track_info.
Nicolas Pennequin
2007-07-07
Turn on backlight when test_codec speed test is finished
Nils Wallménius
2007-06-19
Add a "Speed test folder" option for batch testing. When this option is sele...
Dave Chapman
2007-06-16
Make test_codec work in the sim again.
Dave Chapman
2007-05-23
Fix compilation on the H10 - it doesn't have BUTTON_SELECT.
Dave Chapman
2007-05-20
Update some comments in menu.h to be hopefully more helpful.
Jonathan Gordon
2007-05-13
Oops, the previous commit broke the speed-test feature. This fixes it.
Dave Chapman
2007-05-13
Add WAV-writing option - currently limited to 16-bit output only; Make it wor...
Dave Chapman
2007-05-10
Set svn:keywords
Dave Chapman
2007-05-07
Revert the addition of the steal_codec_stack function. Replace by accessing ...
Dave Chapman
2007-05-07
Use a separate thread in test_codec, with the same (IRAM) stack as the main c...
Dave Chapman
2007-05-07
Initial version of a test_codec plugin (viewer). This loads the audio file i...
Dave Chapman