rockbox/apps
Nicolas Pennequin 5c1d259fe2 Set properties for the files I added.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14003 a1c6a512-1295-4272-9138-f99709370657
2007-07-26 14:23:08 +00:00
..
bitmaps woops, fix the colour on the icons which are still black 2007-07-21 14:07:04 +00:00
codecs Fix overflow in noise coding. Greatly improves sound quality of some low bitrate files 2007-07-25 02:34:21 +00:00
eqs
gui Fix a bug where targets which have a software keylock couldnt seek in the wps easily. 2007-07-26 13:57:01 +00:00
keymaps Use the multi-screen api in the usb and time screens 2007-07-15 10:30:11 +00:00
lang Opps fixed some e200 qnd h10 entries. 2007-07-25 13:10:43 +00:00
menus Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
metadata MP4: Add support for comment and year tags. 2007-07-26 11:59:48 +00:00
player
plugins fix red for maze plugin 2007-07-26 11:59:36 +00:00
recorder remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
abrepeat.c Respect the progressbar length when drawing AB markers. Fixes FS#6463. Also fix a function name typo. 2006-12-29 19:17:03 +00:00
abrepeat.h Respect the progressbar length when drawing AB markers. Fixes FS#6463. Also fix a function name typo. 2006-12-29 19:17:03 +00:00
action.c Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
action.h Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
alarm_menu.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
alarm_menu.h Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES). 2003-01-22 12:50:34 +00:00
applimits.h
audio_path.c
bookmark.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
bookmark.h
codecs.c Clean up the codec API - remove all unused (and in many cases inappropriate) functions, move functions used only by encoders into the HAVE_RECORDING part of the API and document the reasons for the more unexpected functions being present. 2007-05-07 11:09:45 +00:00
codecs.h
cuesheet.c Set properties for the files I added. 2007-07-26 14:23:08 +00:00
cuesheet.h Set properties for the files I added. 2007-07-26 14:23:08 +00:00
debug_menu.c Remove the hack which read the ipod hardware revision from flash in the bootloader and passed it to Rockbox via a fixed address in SDRAM. Rockbox now remaps flash and so can just read the value itself. Also clean up the debug menu a little - only display the hw revision for ipods, and add the lcd_type variable to indicate the type of LCD (0 or 1) for ipod Color/Photo. 2007-07-25 13:12:38 +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 Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
filetree.h
filetypes.c Increase filetypes array a bit more to give headroom... 2007-07-05 20:02:09 +00:00
filetypes.h
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 Fix the text for settings which have a different title than what is shown in the menu (i.e scroll options) 2007-07-23 05:40:45 +00:00
menu.h
metadata.c
metadata.h
misc.c Fix a bug that would cause a hang when shutting down from the recording screen during prerecording. 2007-07-25 02:15:04 +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 Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. 2007-07-21 17:35:19 +00:00
onplay.h
pcmbuf.c
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 Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
playlist.h Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion 2006-12-26 13:31:04 +00:00
playlist_catalog.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
playlist_catalog.h
playlist_menu.h More header and dead code cleanup. 2007-05-19 20:55:49 +00:00
playlist_viewer.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
playlist_viewer.h
plugin.c fixed yellow, forgot to increase the plugin API version 2007-07-25 10:08:51 +00:00
plugin.h Correct plugin API versions, thanks to scorche. 2007-07-25 10:44:12 +00:00
README
root_menu.c remove the need for action_signalscreenchange(). 2007-07-22 06:05:53 +00:00
root_menu.h
screen_access.c Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify 2007-07-25 09:38:55 +00:00
screen_access.h Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify 2007-07-25 09:38:55 +00:00
screens.c Prevent statusbar from flickering in the 'Set Time/Date' screen 2007-07-24 20:22:23 +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
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 Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +00:00
settings_list.c Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right. 2007-07-22 21:02:24 +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 Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. 2007-07-21 17:35:19 +00:00
tagcache.h Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. 2007-07-21 17:35:19 +00:00
tagnavi.config
tagtree.c Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. 2007-07-21 17:35:19 +00:00
tagtree.h
talk.c
talk.h
tree.c Fix the bug where holding left no longer stopped at the browser root. 2007-07-25 12:37:09 +00:00
tree.h
version.h

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