rockbox/apps
Jonathan Gordon 0b22795e26 adds ata_idle_notify system which allows callbacks in apps/ to be called
when the hard disk is idle but spinning, and just before shutting down.
on SWCODEC targets with > 8MB RAM the playback engine will try to
refill the buffer if it is less than 75% full while the disk is spinning
(temporarily disabled on the nano)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11451 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 14:24:18 +00:00
..
bitmaps Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
codecs Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :)) 2006-10-30 18:14:12 +00:00
eqs
gui dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
keymaps Fix keymapping for pitchscreen on ipods - PLAY is now used to toggle between percentage and semitone modes 2006-11-06 09:43:40 +00:00
lang Move the new pitch strings to the end of the language file 2006-11-06 09:24:16 +00:00
player
plugins dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
recorder woops, damn vim isnt set to use space instead of tabs 2006-10-21 13:07:10 +00:00
abrepeat.c
abrepeat.h
action.c
action.h Patch #6145 by Alexander Levin - Pitch adjustment in semitone steps 2006-11-06 09:19:40 +00:00
alarm_menu.c
alarm_menu.h
applimits.h Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. 2003-07-01 21:05:43 +00:00
bookmark.c
bookmark.h
codecs.c
codecs.h
database.c
database.h
dbtree.c Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. 2006-04-01 13:36:33 +00:00
dbtree.h
debug_menu.c Restore CPU default frequency when boosting cancelled in debug menu 2006-11-01 11:12:21 +00:00
debug_menu.h
dsp.c Re-enable the currently unused and broken dithering and noise shaping code already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings! 2006-10-27 20:41:33 +00:00
dsp.h Re-enable the currently unused and broken dithering and noise shaping code already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings! 2006-10-27 20:41:33 +00:00
dsp_arm.S
dsp_asm.h
dsp_cf.S
eq.c
eq.h
eq_arm.S EQ filtering code for ARM targets. 2006-02-01 00:04:55 +00:00
eq_cf.S
eq_menu.c Fix remote screen check in graphic equalizer, so that it can be used on logf-enabled builds. 2006-11-05 19:01:36 +00:00
eq_menu.h
FILES Add eqs to include that dir in tarballs. Hopefully I did this right, can't figure out how to check. 2006-11-03 18:22:28 +00:00
filetree.c
filetree.h
filetypes.c
filetypes.h
keyboard.h Add support for loadable vkeyboard layouts 2006-03-29 16:21:42 +00:00
language.c
language.h Greek language update by Ioannis Koutoulakis - needs an increase of the language buffer once again (21kB) to fit in memory 2006-10-30 23:26:09 +00:00
logfdisp.c
logfdisp.h Added logfdump - that writes the internal logf log to .rockbox/logf.txt 2005-06-01 13:07:37 +00:00
main.c adds ata_idle_notify system which allows callbacks in apps/ to be called 2006-11-06 14:24:18 +00:00
main_menu.c ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel 2006-10-25 10:17:57 +00:00
main_menu.h
Makefile Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
menu.c dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
menu.h Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
metadata.c Moved the Ogg zero-length check to a better place. Also fixed so that really short files (< 1s) doesn't trigger the same problem. Applied the fixes on most other susceptible formats. 2006-10-29 22:18:30 +00:00
metadata.h
misc.c ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel 2006-10-25 10:17:57 +00:00
misc.h
onplay.c ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel 2006-10-25 10:17:57 +00:00
onplay.h Henrik Backes patch for WPS and tag database context menus. Tag database context menus still don't work as expected. Hold Play/Select to pop up the menu. 2005-06-23 01:31:26 +00:00
options.h
pcmbuf.c
pcmbuf.h Removed ugly boosting solutions from playback code and let scheduler 2006-10-15 11:57:52 +00:00
playback.c adds ata_idle_notify system which allows callbacks in apps/ to be called 2006-11-06 14:24:18 +00:00
playback.h A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered voice when playback is started. 2006-10-25 08:54:25 +00:00
playlist.c
playlist.h
playlist_catalog.c dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
playlist_catalog.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
playlist_viewer.h
plugin.c put the parameter name in the function prototype 2006-10-31 11:30:37 +00:00
plugin.h dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
README
screen_access.c
screen_access.h
screens.c dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
screens.h
scrobbler.c
scrobbler.h
settings.c dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
settings.h Re-enable the currently unused and broken dithering and noise shaping code already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings! 2006-10-27 20:41:33 +00:00
settings_menu.c ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel 2006-10-25 10:17:57 +00:00
settings_menu.h
sound_menu.c Re-enable the currently unused and broken dithering and noise shaping code already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings! 2006-10-27 20:41:33 +00:00
sound_menu.h
SOURCES Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
status.c Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications 2006-08-28 22:38:41 +00:00
status.h Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. 2006-06-06 22:23:52 +00:00
tagcache.c Changelog importing was broken. 2006-10-24 17:39:06 +00:00
tagcache.h Don't fail with very long lines. 2006-10-25 15:14:15 +00:00
tagnavi.config Allow all tag type in formatting string. Included example with 2006-10-24 16:20:48 +00:00
tagtree.c Don't fail with very long lines. 2006-10-25 15:14:15 +00:00
tagtree.h ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel 2006-10-25 10:17:57 +00:00
talk.c A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered voice when playback is started. 2006-10-25 08:54:25 +00:00
talk.h Fixed voice units in recording quality and filesplit by size options. 2006-09-26 17:44:43 +00:00
tree.c dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
tree.h
version.h

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