rockbox/apps
Jens Arnold 66bb96b4f3 Make the audio thread debug screen leavable on H10 (and potentially other targets where ACTION_STD_CANCEL is a two-part acion).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13933 a1c6a512-1295-4272-9138-f99709370657
2007-07-19 23:40:28 +00:00
..
bitmaps Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced with the current foreground colour 2007-07-14 09:19:46 +00:00
codecs Cosmetic changes - update a comment and add more info to a DEBUGF 2007-07-18 09:43:12 +00:00
eqs
gui Fix the problem where settings stopped saving automatically 2007-07-19 09:17:25 +00:00
keymaps Use the multi-screen api in the usb and time screens 2007-07-15 10:30:11 +00:00
lang Dutch language file update 2007-07-14 19:01:26 +00:00
menus Better keep those buffers a multiple of 32 bit, extends the number of unicode characters to 5 which is better too. 2007-07-16 18:42:14 +00:00
metadata Make the ASF parser reject streams which are not wmav1 or wmav2. Also restore some DEBUGF error message to indicate why a file has been rejected. 2007-07-11 23:01:18 +00:00
player
plugins MpegPlayer: Add a simple messaging scheme for sending stream commands. Remove the need to disable FIQ when adding to PCM buffer. 2007-07-19 19:32:29 +00:00
recorder Fix all the red this time? 2007-07-14 13:41:59 +00:00
abrepeat.c
abrepeat.h
action.c
action.h
alarm_menu.c
alarm_menu.h
applimits.h
audio_path.c
bookmark.c
bookmark.h
codecs.c
codecs.h Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
cuesheet.c
cuesheet.h
debug_menu.c Make the audio thread debug screen leavable on H10 (and potentially other targets where ACTION_STD_CANCEL is a two-part acion). 2007-07-19 23:40:28 +00:00
debug_menu.h
dsp.c
dsp.h
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
FILES add reversi sources to tarball. 2007-07-05 16:28:15 +00:00
filetree.c
filetree.h
filetypes.c Increase filetypes array a bit more to give headroom... 2007-07-05 20:02:09 +00:00
filetypes.h Fix some bugs with the colors stuff. You can now specify folder color with the folder extension. 2007-06-17 23:10:01 +00:00
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c Oops...that wasn't suppose to get left there. :P 2007-07-05 07:16:28 +00:00
Makefile
menu.c Rearrange and cleanup settings code 2007-07-11 05:41:23 +00:00
menu.h
metadata.c Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
metadata.h
misc.c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). 2007-06-30 02:08:27 +00:00
misc.h Prevent initial spinup when starting first file when in a stopped state on non-RTC targets. Fix some states that are dangerous on SWCODEC and could result in data loss. Had to make plugin API incopatible since specified numbered filename creation is enabled now on all non-RTC targets with recording; increase version and sort the items that looked like they had a place to go. 2007-06-22 09:34:57 +00:00
onplay.c User configurable recording path (my patch in FS#7201). path defaults to / and can be changed in the folder context menu (cleared in the recording settings menu) 2007-07-10 07:41:37 +00:00
onplay.h
pcmbuf.c SWCODEC: Get rid of unneeded pcm_mute() calls. Leave the only ones that seem to be needed for WM codecs. 2007-06-24 20:36:58 +00:00
pcmbuf.h
playback.c Fix problem where follow playlist picks the next track, not the current one (FS#7244). Hopefully also fixes the wrong filename being displayed on the WPS (FS#7248). 2007-07-06 20:49:40 +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 MpegPlayer: Add a simple messaging scheme for sending stream commands. Remove the need to disable FIQ when adding to PCM buffer. 2007-07-19 19:32:29 +00:00
plugin.h MpegPlayer: Add a simple messaging scheme for sending stream commands. Remove the need to disable FIQ when adding to PCM buffer. 2007-07-19 19:32:29 +00:00
README
root_menu.c Give the plugin menu its own title (when configured). Fixes FS #7371 2007-07-11 22:05:38 +00:00
root_menu.h
screen_access.c Cleaned up the demistify plugin a litle bit, switched the key handling to the action API 2007-07-18 11:18:52 +00:00
screen_access.h Cleaned up the demistify plugin a litle bit, switched the key handling to the action API 2007-07-18 11:18:52 +00:00
screens.c Use the multi-screen api in the usb and time screens 2007-07-15 10:30:11 +00:00
screens.h ifdef out charging screen for targets that do not use it, + minor cleaning 2007-07-08 15:32:56 +00:00
scrobbler.c A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song 2007-06-24 18:46:04 +00:00
scrobbler.h A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song 2007-06-24 18:46:04 +00:00
settings.c Rearrange and cleanup settings code 2007-07-11 05:41:23 +00:00
settings.h Rearrange and cleanup settings code 2007-07-11 05:41:23 +00:00
settings_list.c e200 doesnt have multiple batt capacities, so remove the option. 2007-07-15 03:56:04 +00:00
settings_list.h
sound_menu.h
SOURCES Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
status.c
status.h
tagcache.c When building the database and a track doesn't have an album artist tag, copy the value from the artist tag. This should make browsing through album artist in the database a bit nicer. Same as FS# 7342 but different. You may need to rebuild your database to actually see any change. 2007-06-25 11:33:21 +00:00
tagcache.h
tagnavi.config
tagtree.c FS#7003 - Allow forward references of menus in tagnavi.config. 2007-06-22 12:48:06 +00:00
tagtree.h FS#7003 - Allow forward references of menus in tagnavi.config. 2007-06-22 12:48:06 +00:00
talk.c
talk.h
tree.c Give the plugin menu its own title (when configured). Fixes FS #7371 2007-07-11 22:05:38 +00:00
tree.h
version.h

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