rockbox/apps
Thom Johansen 55d1955a62 Support for other platforms than just Coldfire.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8332 a1c6a512-1295-4272-9138-f99709370657
2006-01-11 15:03:31 +00:00
..
codecs
gui
lang
player
plugins
recorder
tagdb
abrepeat.c
abrepeat.h
action.h
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c
bookmark.h
codecs.c
codecs.h
database.c
database.h
dbtree.c
dbtree.h
debug_menu.c
debug_menu.h
dsp.c
dsp.h
FILES
filetree.c don't display the WPS after loading, it made rockbox crash with some WPS' 2005-12-09 01:11:14 +00:00
filetree.h
filetypes.c
filetypes.h kill gcc4 warnings 2005-12-05 22:44:42 +00:00
keyboard.h Added virtual keyboard for text input, loosely based on John Wood's code 2002-12-04 15:04:43 +00:00
language.c
language.h
logfdisp.c
logfdisp.h
main.c
main_menu.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
main_menu.h
Makefile
menu.c
menu.h Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models 2005-12-19 00:11:28 +00:00
metadata.c waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
metadata.h Set appropriate codec type for .m4a files (ALAC or AAC) inside get_metadata(). probe_file_format() is no longer an exported function. Make get_metadata() return false if it can not read the metadata - on the assumption that the codec will also fail. 2005-12-01 20:39:19 +00:00
misc.c
misc.h
onplay.c
onplay.h
options.h
pcm_recording.c Proper file numbering in the iriver PCM recording test code 2005-09-14 10:55:45 +00:00
pcmbuf.c Fixed the crossfade and track skipping glitches. 2005-12-28 21:13:52 +00:00
pcmbuf.h iRiver: New crossfader with more configuration capability. Might still 2005-11-06 16:40:20 +00:00
playback.c
playback.h Enabled playback speed adjustment support for H1x0. Modified the resampler to do both channels in one pass. 2005-11-28 22:26:20 +00:00
playlist.c
playlist.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c kill gcc4 warnings 2005-12-05 22:44:42 +00:00
playlist_viewer.h
plugin.c
plugin.h
README lets point to the docs dir 2002-08-21 10:25:16 +00:00
screen_access.c
screen_access.h
screens.c
screens.h
settings.c
settings.h
settings_menu.c
settings_menu.h
sleeptimer.c
sleeptimer.h
sound_menu.c Simplified and uniform volume handling: * Volume setting in dB on all targets, within the 'natural' range defined by the respective DAC (limited to -100..+12 dB for archos Recorders and Ondios in order to avoid 4 chars being displayed in the status bar). 0 dB means line level on all targets. * No more artificial volume limiting for Iriver and Player, settings always represent true values. Removed the various sound scaling options. * Bumped config version so save your settings. Also make sure to adjust the volume after loading a .cfg, then save the .cfg again, otherwise the volume will be out of range (a flaw in the .cfg loader). 2005-12-07 23:07:07 +00:00
sound_menu.h
SOURCES
status.c
status.h
talk.c
talk.h
tree.c
tree.h Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models 2005-12-19 00:11:28 +00:00
version.h

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