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
/
plugins
/
test_codec.c
Age
Commit message (
Expand
)
Author
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-08
Get test_codec running again on PortalPlayer targets.
Michael Sevakis
2007-10-02
Thanks to Nico_P, struct track_info can now be internal to playback.c
Steve Bavin
2007-09-28
Get the plugins synced up with the threading changes.
Michael Sevakis
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
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