rockbox/apps
Nils Wallménius f79bc56430 Use smaller data types in structs which are in big arrays to save memory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17256 a1c6a512-1295-4272-9138-f99709370657
2008-04-27 12:54:36 +00:00
..
bitmaps More M3 work: Rockbox logo, keymap, sim definitions, sim bitmap. Simulator builds and works now, but for some reason it tries to build plugins even though they're deactivated through configure... The keymap probably needs further refinement. 2008-03-14 00:17:59 +00:00
codecs Fix mistake in previous WMA commit. Also update comments to reflect changes. 2008-04-21 00:46:55 +00:00
eqs
gui Use smaller data types in structs which are in big arrays to save memory 2008-04-27 12:54:36 +00:00
keymaps Commit whole Creative Zen Vision:M target tree + all related firmware/ 2008-04-24 20:08:28 +00:00
lang bulgarian update by Hristo Kovachev 2008-04-24 07:50:25 +00:00
menus Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
metadata Opps. 2008-04-18 23:19:28 +00:00
player Revert accidental tree commit. Sorry for that. 2008-03-08 23:53:03 +00:00
plugins Accept FS#8240 - use the wheel in flipit and jewels on the e200 and ipods 2008-04-24 14:12:57 +00:00
recorder Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
abrepeat.c
abrepeat.h
action.c
action.h Setup the touchpads to have two modes - stylus and button - and set them in button mode by default. 2008-04-15 10:35:11 +00:00
alarm_menu.c
alarm_menu.h
applimits.h
audio_path.c
bookmark.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
bookmark.h Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask). 2008-02-10 12:16:27 +00:00
buffering.c Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checking (the NSF metadata parser doesn't fill the 'length' field). Hopefully there won't be any problems with that anymore. 2008-04-16 16:18:05 +00:00
buffering.h Migrate the buffering code to the new events system. 2008-04-03 17:51:53 +00:00
codecs.c Move codec_get_file_pos somewhere else like the comment said should be done. Codec API version increment was needed so update all codecs. 2008-03-29 06:36:53 +00:00
codecs.h Move codec_get_file_pos somewhere else like the comment said should be done. Codec API version increment was needed so update all codecs. 2008-03-29 06:36:53 +00:00
cuesheet.c Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak 2008-04-16 19:51:43 +00:00
cuesheet.h
debug_menu.c Fix exit button for battery debug menu on sansa e200. 2008-04-19 17:54:12 +00:00
debug_menu.h
dsp.c Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assembler routines for the gain function there now. 2008-04-08 21:44:07 +00:00
dsp.h Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assembler routines for the gain function there now. 2008-04-08 21:44:07 +00:00
dsp_arm.S Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_mono(), channels_process_sound_chan_karaoke(), sample_output_mono() and sample_output_stereo(). By measurement the speed up is ~75% for the first three functions and ~40% for sample_output_stereo(). Additionally avoid calling yield() to often in dsp.c -- it is now limited to once per tick. 2008-03-19 13:55:53 +00:00
dsp_asm.h Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_mono(), channels_process_sound_chan_karaoke(), sample_output_mono() and sample_output_stereo(). By measurement the speed up is ~75% for the first three functions and ~40% for sample_output_stereo(). Additionally avoid calling yield() to often in dsp.c -- it is now limited to once per tick. 2008-03-19 13:55:53 +00:00
dsp_cf.S
enc_config.c Killed unnecessary global variables by making them static. 2008-04-20 10:24:15 +00:00
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt spelling mistakes pointed out by Alex Wallis 2008-03-14 21:29:03 +00:00
filetree.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
filetree.h
filetypes.c Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH 2008-04-09 15:25:17 +00:00
filetypes.h
keyboard.h
language.c Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak 2008-04-16 19:51:43 +00:00
language.h FS#8482 take two. Make the language files built first, so that the largest 2008-02-18 12:17:34 +00:00
logfdisp.c
logfdisp.h
main.c Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. 2008-04-20 18:28:25 +00:00
Makefile Split up app.lds to the respective target directories. The portalplayer devices replicate app.lds since their target tree doesn't follow a syntax typical to the newer arm targets - the portalplayers could be cleaned up further. boot.lds and plugin.lds still need to be cleaned up. 2008-03-13 03:48:23 +00:00
menu.c option_screen() now accepts a viewport 2008-04-23 11:07:40 +00:00
menu.h option_screen() now accepts a viewport 2008-04-23 11:07:40 +00:00
metadata.c Revert... stupid svn doesn't complain when passing -m twice :( 2008-04-02 22:45:23 +00:00
metadata.h
misc.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
misc.h Add a general-purpose parse_list function to parse a string containing a delimited list of items and adapt the parse_image_load() function in the WPS parser to use it. This function will also be used to parse the upcoming WPS %V viewport tag, but I'm committing it separately as these changes are unrelated to the viewport implementation itself. 2008-03-21 13:41:35 +00:00
onplay.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
onplay.h
pcmbuf.c Removed unused function get_pcmbuf_descsize from pcmbuf.c 2008-04-19 23:08:13 +00:00
pcmbuf.h Removed unused function get_pcmbuf_descsize from pcmbuf.c 2008-04-19 23:08:13 +00:00
playback.c bufgetid3 should be used carefully, as it can return NULL. 2008-04-16 16:41:35 +00:00
playback.h Revert my earlier const madness, we'll keep the parameter lists simple. 2008-03-28 12:51:33 +00:00
playlist.c Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent with the naming of the other functions in playlist.c 2008-04-20 11:19:50 +00:00
playlist.h Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent with the naming of the other functions in playlist.c 2008-04-20 11:19:50 +00:00
playlist_catalog.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
playlist_catalog.h
playlist_menu.h
playlist_viewer.c Slight readability improvements 2008-04-09 21:47:43 +00:00
playlist_viewer.h
plugin.c Flashlight plugin: support inverted LCD (somebody with a target please test), replace the ugly floats with a much simpler color set. For now white and red are defined. 2008-04-24 00:06:45 +00:00
plugin.h Flashlight plugin: support inverted LCD (somebody with a target please test), replace the ugly floats with a much simpler color set. For now white and red are defined. 2008-04-24 00:06:45 +00:00
README
root_menu.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
root_menu.h
screen_access.c
screen_access.h Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen iPods (LCD is inverted when backlight is on, so the curve is also inverted). This needs a slight extension of is_backlight_on() functionality in the core. * Thorough recalibration of all reachable greyscale targets, and #ifdef cleanup. * Reduce on-target gamma a bit, because the displayable contrast range of a monochrome/greyscale isn't that high. 2008-04-02 22:16:14 +00:00
screens.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
screens.h (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +00:00
scrobbler.c Slight clean up and binsize save 2008-04-15 18:10:22 +00:00
scrobbler.h
settings.c option_screen() now accepts a viewport 2008-04-23 11:07:40 +00:00
settings.h Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. 2008-04-20 18:28:25 +00:00
settings_list.c Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. 2008-04-20 18:28:25 +00:00
settings_list.h
sound_menu.h
SOURCES Commit whole Creative Zen Vision:M target tree + all related firmware/ 2008-04-24 20:08:28 +00:00
status.c Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway). 2008-04-20 00:04:08 +00:00
status.h Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway). 2008-04-20 00:04:08 +00:00
tagcache.c fix 64bit sim warning 2008-04-24 08:51:54 +00:00
tagcache.h Tiny fix of spelling in comment. 2008-03-25 15:47:31 +00:00
tagnavi.config
tagtree.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
tagtree.h
talk.c Oops, our snprintf doesn't support some fancy features so use something that works instead :) 2008-04-20 14:07:21 +00:00
talk.h Fix speaking of decimal values to work when decimals != 1, spell the fractional part instead of speaking it like a number, break out a part of output_dyn_value into a separate function and use it 2008-04-20 11:02:42 +00:00
tree.c Const police raid, making a lot of pointers to lang strings const and removing some ugly casting 2008-04-26 09:30:24 +00:00
tree.h Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask). 2008-02-10 12:16:27 +00:00
version.h
voice_thread.c Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit). 2008-04-06 04:34:57 +00:00
voice_thread.h

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