rockbox/apps
Brandon Low 8a82892e52 Thread API enhancements.
1) block_thread -> block_thread + block_thread_w_tmo -- this call was always used in distinct ways so having one call with a conditional was ugly.
2) enhance Slasheri's scheduler controlled boost concept.  now any thread may trigger a boost which will last until that thread next sleeps.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11509 a1c6a512-1295-4272-9138-f99709370657
2006-11-11 05:33:24 +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 Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
eqs
gui Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. 2006-11-10 20:26:01 +00:00
keymaps Bookmark screen: fix buttons for both I-River remotes. fs#6251 2006-11-10 16:46:33 +00:00
lang Improved power management (FS#3001). Shutdown rockbox when the battery gets to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786. 2006-11-11 01:18:57 +00:00
player
plugins Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. 2006-11-10 20:26:01 +00:00
recorder Recording trigger for software codec targets 2006-11-09 12:27:56 +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
bookmark.c
bookmark.h
codecs.c Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
codecs.h Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
database.c
database.h
dbtree.c
dbtree.h
debug_menu.c Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. 2006-11-10 20:26:01 +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
enc_config.c Forgot to use cvs add on a few new files in the fresh checkout I used. woops. 2006-11-06 18:18:05 +00:00
enc_config.h Forgot to use cvs add on a few new files in the fresh checkout I used. woops. 2006-11-06 18:18:05 +00:00
eq.c
eq.h
eq_arm.S
eq_cf.S
eq_menu.c Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +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
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
main.c UI simulator: fix startup freeze if a language had been selected. 2006-11-07 19:03:29 +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 Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. 2006-11-10 20:26:01 +00:00
metadata.c Made the PSID metadata parser a little less trusting of its input. 2006-11-10 12:26:26 +00:00
metadata.h
misc.c Improved power management (FS#3001). Shutdown rockbox when the battery gets to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786. 2006-11-11 01:18:57 +00:00
misc.h Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
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
options.h
pcmbuf.c Calculation was wrong in pcmbuf_is_same_size such that is would almost certainly return false. 2006-11-07 19:30:48 +00:00
pcmbuf.h Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
playback.c Thread API enhancements. 2006-11-11 05:33:24 +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 Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
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 Added recording functions to plugin API per request of Thom Johansen. Cleaned up includes in plugin.c and grouped them a bit better in plugin.h while at it. 2006-11-11 05:11:05 +00:00
plugin.h Added recording functions to plugin API per request of Thom Johansen. Cleaned up includes in plugin.c and grouped them a bit better in plugin.h while at it. 2006-11-11 05:11:05 +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 Recording trigger for software codec targets 2006-11-09 12:27:56 +00:00
settings.h Support building tagcache db natively on PC using the core of the 2006-11-10 08:03: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 Recording trigger for software codec targets 2006-11-09 12:27:56 +00:00
sound_menu.h
SOURCES Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
status.c Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
status.h
tagcache.c Don't add extra slash at beginning when creating db. 2006-11-10 09:52:46 +00:00
tagcache.h Support building tagcache db natively on PC using the core of the 2006-11-10 08:03:33 +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 Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
talk.h
tree.c Thread API enhancements. 2006-11-11 05:33:24 +00:00
tree.h
version.h

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