rockbox/apps
..
bitmaps
codecs
eqs
gui
hosted/android
keymaps
lang
menus
metadata
player
plugins
radio
recorder
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
appevents.h
applimits.h
apps.make
audio_path.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
bookmark.c
bookmark.h
buffering.c
buffering.h
codec_thread.c
codec_thread.h
codecs.c
codecs.h Merge functionality of wakeups and semaphores-- fewer APIs and object types. semaphore_wait takes a timeout now so codecs and plugins have to be made incompatible. Don't make semaphores for targets not using them. 2011-03-02 08:49:38 +00:00
core_asmdefs.c
cuesheet.c
cuesheet.h
debug_menu.c
debug_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp.c
dsp.h Compressor: simplify makeup gain setting, expand release range, finally provide documention in the manual! 2009-11-04 18:14:36 +00:00
dsp_arm.S
dsp_arm_v6.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
filetree.h
filetypes.c
filetypes.h
fixedpoint.c
fixedpoint.h
fracmul.h Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
iap.c
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
main.c
menu.c Change the way how playlists and system menu items in the main menu are internally invoked so that the mechanism to 2011-01-29 01:01:12 +00:00
menu.h
metadata.c
metadata.h
misc.c
misc.h Fix yellows and checkwps. 2011-02-18 23:17:07 +00:00
mp3data.c Refactor reading of Xing/Info/Vbri tags to prepare for further changes. 2011-03-13 19:25:20 +00:00
mp3data.h
mpeg.c
mpeg.h mpeg.h/c cleanup 2009-11-16 22:02:06 +00:00
onplay.c
onplay.h
pcmbuf.c
pcmbuf.h
playback.c
playback.h
playlist.c
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_viewer.c
playlist_viewer.h
plugin.c
plugin.h
README
replaygain.c
replaygain.h
root_menu.c Missed #if change from r29462 - thanks to Thomas Martitz for spotting. 2011-02-28 18:21:00 +00:00
root_menu.h
screen_access.c
screen_access.h
screens.c
screens.h
scrobbler.c
scrobbler.h Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter. 2009-10-20 21:54:44 +00:00
settings.c
settings.h
settings_list.c
settings_list.h
sound_menu.h
SOURCES
status.c Change %mp tag to use current_playmode(). It has upto 9 values now, including recording and radio states. 2009-10-16 19:14:28 +00:00
status.h
tagcache.c
tagcache.h
tagnavi.config Show track length too for tracks tagged with the discnumber tag in the database. 2009-10-15 19:11:10 +00:00
tagtree.c
tagtree.h
talk.c
talk.h
tdspeed.c
tdspeed.h
tree.c
tree.h
usb_keymaps.c
usb_keymaps.h
voice_thread.c
voice_thread.h

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