1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
Nils Wallménius 8dca930a1a Some small binsize savings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17052 a1c6a512-1295-4272-9138-f99709370657
2008-04-09 16:01:40 +00:00
..
bitmaps
codecs Make the WMA decoder less noisy in the sim. 2008-04-07 02:32:48 +00:00
eqs
gui 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
keymaps
lang Fix typo in description of LANG_PLAYLISTS (basically FS#8496 minus the unrelated changes in the patch). 2008-04-07 11:23:58 +00:00
menus Some small binsize savings 2008-04-09 16:01:40 +00:00
metadata Revert... stupid svn doesn't complain when passing -m twice :( 2008-04-02 22:45:23 +00:00
player
plugins 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
recorder 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
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
applimits.h
audio_path.c
bookmark.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
bookmark.h
buffering.c Migrate the buffering code to the new events system. 2008-04-03 17:51:53 +00:00
buffering.h Migrate the buffering code to the new events system. 2008-04-03 17:51:53 +00:00
codecs.c
codecs.h
cuesheet.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
cuesheet.h
debug_menu.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
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
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
filetree.c Remove some more simulator debugging output. 2008-04-07 17:19:53 +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
language.h
logfdisp.c
logfdisp.h
main.c
Makefile
menu.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
menu.h
metadata.c Revert... stupid svn doesn't complain when passing -m twice :( 2008-04-02 22:45:23 +00:00
metadata.h
misc.c
misc.h
onplay.c fix FS#8860 - File browser context menu shows unnecessary items in an empty directory 2008-04-09 13:50:33 +00:00
onplay.h
pcmbuf.c Simplify pcmbuf_beep() a little, should be no functional change but it seems to mysteriously change the PortalPlayer 'keyclick beep of death' problem into a 'barely-there keyclick' problem. 2008-04-03 14:24:37 +00:00
pcmbuf.h
playback.c Bring the WPS playlist index display into sync with the track being played by using the index field of the ID3 info struct instead of directly asking the playlist code. 2008-04-07 13:43:09 +00:00
playback.h
playlist.c Remove unused playlist_checkend(), it really should never be needed. 2008-04-07 18:19:11 +00:00
playlist.h Remove unused playlist_checkend(), it really should never be needed. 2008-04-07 18:19:11 +00:00
playlist_catalog.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
playlist_catalog.h
playlist_menu.h
playlist_viewer.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
playlist_viewer.h
plugin.c PP targets: Make sure the COP cache is invalidated before loading a plugin. 2008-04-06 13:26:39 +00:00
plugin.h Allow to select the core for running the user timer on portalplayer targets. * Incompatible plugin API change -> sorted API. 2008-04-04 19:38:46 +00:00
README
root_menu.c
root_menu.h
screen_access.c
screen_access.h
screens.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
screens.h
scrobbler.c
scrobbler.h
settings.c Remove some more simulator debugging output. 2008-04-07 17:19:53 +00:00
settings.h
settings_list.c
settings_list.h
sound_menu.h
SOURCES Revert... stupid svn doesn't complain when passing -m twice :( 2008-04-02 22:45:23 +00:00
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h
talk.c
talk.h
tree.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
tree.h
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