rockbox/apps
2010-05-02 12:13:26 +00:00
..
bitmaps
codecs Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realtime BRR for all CPU that use it, add Gaussian ASM optimization for all ARM that can use it. Add some LIKELY/UNLIKELY branch hints. On Gigabeat-S gives +22% speedup. For Gigabeat F, about +5% speedup. For less-powerful players, no real change aside possibly from branch hints. 2010-05-02 02:44:45 +00:00
eqs
gui fix red 2010-04-29 10:38:03 +00:00
keymaps HD200 - add FM support. 2010-04-29 13:14:43 +00:00
lang Small correction of the translation of a musical term 2010-05-01 20:32:45 +00:00
menus Fix red 2010-04-24 14:19:04 +00:00
metadata
player
plugins Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per loop, and fix comments. Speeds up fullscreen video decoding by about 5% (excluding video output). Still not perfect... 2010-05-02 12:13:26 +00:00
recorder
abrepeat.c
abrepeat.h
action.c Fix typo in comment in the other file as well 2010-04-19 19:49:42 +00:00
action.h Fix typo in comment 2010-04-19 19:48:10 +00:00
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h
apps.make
audio_path.c
bookmark.c Bug fix from r25577. Oops. 2010-04-11 02:32:58 +00:00
bookmark.h
buffering.c
buffering.h
codec_thread.c
codec_thread.h
codecs.c
codecs.h
core_asmdefs.c
cuesheet.c
cuesheet.h
debug_menu.c HD200 - fix compile warning in debug_menu.c 2010-04-28 20:50:58 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.S Optimized DSP sample out functions for armv6. (For stereo output) ~9% faster than SVN asm and about 4% faster than SVN asm rearranged to observe pipeline hazards. 2010-04-25 20:04:47 +00:00
dsp_arm_v6.S Optimized DSP sample out functions for armv6. (For stereo output) ~9% faster than SVN asm and about 4% faster than SVN asm rearranged to observe pipeline hazards. 2010-04-25 20:04:47 +00:00
dsp_asm.h Add arm assembler for dsp_apply_gain(). Speeds up this routine by 30-40% on PP502x. 2010-04-11 19:02:43 +00:00
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
filetree.c
filetree.h
filetypes.c
filetypes.h
fixedpoint.c
fixedpoint.h
fracmul.h
iap.c Clean up IAP / ipod remote tuner a bit. 2010-04-18 15:46:56 +00:00
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c
menu.c
menu.h
metadata.c
metadata.h
misc.c
misc.h
mp3data.c
mp3data.h
mpeg.c
mpeg.h
onplay.c Mark const return value; correct the comment about valid menu items for the hotkey 2010-04-12 16:44:02 +00:00
onplay.h Mark const return value; correct the comment about valid menu items for the hotkey 2010-04-12 16:44:02 +00:00
pcmbuf.c
pcmbuf.h
playback.c FS#11099 - Rewind before resume 2010-04-24 14:10:28 +00:00
playback.h
playlist.c
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c
plugin.h
README
replaygain.c
replaygain.h
root_menu.c
root_menu.h
screen_access.c
screen_access.h
screens.c
screens.h
scrobbler.c
scrobbler.h
settings.c
settings.h FS#11099 - Rewind before resume 2010-04-24 14:10:28 +00:00
settings_list.c FS#11099 - Rewind before resume 2010-04-24 14:10:28 +00:00
settings_list.h
sound_menu.h
SOURCES Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
status.c
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h
talk.c
talk.h
tdspeed.c
tdspeed.h
tree.c Corrects bug in r25558 that could have resumed the wrong file under a certain condition. 2010-04-09 23:19:13 +00:00
tree.h
usb_keymaps.c
usb_keymaps.h
version.h
voice_thread.c
voice_thread.h

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