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
(
follow
)
Commit message (
Expand
)
Author
Age
*
D2: Add test_codec exit button mapping.
Rob Purchase
2008-06-23
*
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
2008-06-23
*
Add effective clockrate for realtime decoding to the displayed results of tes...
Andree Buschmann
2008-06-04
*
Fix warning.
Steve Bavin
2008-05-13
*
Plugin parameters should be const.
Steve Bavin
2008-05-13
*
Oops. test_codec should be updated too.
Michael Sevakis
2008-03-29
*
Revert my earlier const madness, we'll keep the parameter lists simple.
Steve Bavin
2008-03-28
*
The const police raid playback.c, should be no change to behaviour.
Steve Bavin
2008-03-28
*
Fix pointer warnings in test_codec.
Michael Sevakis
2008-03-26
*
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-26
*
Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...
Jens Arnold
2008-03-22
*
FS#7954: Free resources when speed testing a folder. Also simplify the error ...
Magnus Holmgren
2007-12-15
*
Remove some stray ^Ms
Dave Chapman
2007-11-12
*
Phase in thread_wait when waiting for a thread to exit. Begin phasing out the...
Michael Sevakis
2007-10-22
*
Add the thread state check into test_codec as used in mpegplayer which makes ...
Michael Sevakis
2007-10-19
*
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-16
*
Get test_codec running again on PortalPlayer targets.
Michael Sevakis
2007-10-08
*
Thanks to Nico_P, struct track_info can now be internal to playback.c
Steve Bavin
2007-10-02
*
Get the plugins synced up with the threading changes.
Michael Sevakis
2007-09-28
*
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
2007-09-19
*
FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, ...
Thom Johansen
2007-08-29
*
Make get_metadata act on a struct mp3entry rather than a struct track_info.
Nicolas Pennequin
2007-08-14
*
Turn on backlight when test_codec speed test is finished
Nils Wallménius
2007-07-07
*
Add a "Speed test folder" option for batch testing. When this option is sele...
Dave Chapman
2007-06-19
*
Make test_codec work in the sim again.
Dave Chapman
2007-06-16
*
Fix compilation on the H10 - it doesn't have BUTTON_SELECT.
Dave Chapman
2007-05-23
*
Update some comments in menu.h to be hopefully more helpful.
Jonathan Gordon
2007-05-20
*
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-13
*
Set svn:keywords
Dave Chapman
2007-05-10
*
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
2007-05-07