rockbox/apps
Brandon Low 369b6bd367 Fix a potential voice related bug with first time buffer setup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12125 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 16:33:44 +00:00
..
bitmaps Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. 2007-01-14 13:48:09 +00:00
codecs adding NSF (NES music) codec 2007-01-25 18:06:17 +00:00
eqs
gui Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need 2007-01-24 02:19:22 +00:00
keymaps fix keys for bookmarks on the gigabeat 2007-01-19 16:30:36 +00:00
lang Remove the browse firmwares menu item, as the general concensus is that it is of very little use 2007-01-23 21:58:09 +00:00
player
plugins Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #6559 2007-01-27 10:45:34 +00:00
recorder Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need 2007-01-24 02:19:22 +00:00
abrepeat.c Respect the progressbar length when drawing AB markers. Fixes FS#6463. Also fix a function name typo. 2006-12-29 19:17:03 +00:00
abrepeat.h Respect the progressbar length when drawing AB markers. Fixes FS#6463. Also fix a function name typo. 2006-12-29 19:17:03 +00:00
action.c
action.h
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c
bookmark.h
codecs.c Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls from the debug menu 2007-01-22 10:41:25 +00:00
codecs.h Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls from the debug menu 2007-01-22 10:41:25 +00:00
debug_menu.c Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need 2007-01-24 02:19:22 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
eq_menu.c
eq_menu.h
FILES
filetree.c Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need 2007-01-24 02:19:22 +00:00
filetree.h
filetypes.c
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need 2007-01-24 02:19:22 +00:00
main_menu.c
main_menu.h
Makefile Enable ROM file generation for H120/H140. 2007-01-08 18:21:12 +00:00
menu.c
menu.h
metadata.c adding NSF (NES music) codec 2007-01-25 18:06:17 +00:00
metadata.h
misc.c Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release). 2007-01-22 23:09:07 +00:00
misc.h
onplay.c Minor changes to the delete screen (FS#6022). Use multi-screen api. 2006-12-27 02:37:12 +00:00
onplay.h
options.h
pcmbuf.c
pcmbuf.h
playback.c Fix a potential voice related bug with first time buffer setup 2007-01-27 16:33:44 +00:00
playback.h
playlist.c Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need 2007-01-24 02:19:22 +00:00
playlist.h Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion 2006-12-26 13:31:04 +00:00
playlist_catalog.c
playlist_catalog.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls from the debug menu 2007-01-22 10:41:25 +00:00
plugin.h Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need 2007-01-24 02:19:22 +00:00
README
screen_access.c
screen_access.h
screens.c Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need 2007-01-24 02:19:22 +00:00
screens.h Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. 2007-01-14 13:48:09 +00:00
scrobbler.c Removed executable flag 2007-01-09 23:22:14 +00:00
scrobbler.h
settings.c remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.cfg automatically instead 2007-01-25 07:19:45 +00:00
settings.h remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.cfg automatically instead 2007-01-25 07:19:45 +00:00
settings_list.c fix ipod video build 2007-01-26 06:18:35 +00:00
settings_list.h Add 4 settings which were somehow missed during the conversion to config.cfg. 2007-01-26 05:45:06 +00:00
settings_menu.c Remove the browse firmwares menu item, as the general concensus is that it is of very little use 2007-01-23 21:58:09 +00:00
settings_menu.h
sound_menu.c
sound_menu.h
SOURCES Settings are now stored in /.rockbox/config.cfg instead of the hidden sector. (FS #6557) 2007-01-23 13:40:44 +00:00
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion 2006-12-26 13:31:04 +00:00
tagtree.h
talk.c
talk.h
tree.c adding NSF (NES music) codec 2007-01-25 18:06:17 +00:00
tree.h
version.h

For general information see: docs/README
For API information see: docs/API