rockbox/apps
Jonathan Gordon 2aa0791ff8 Fix part of FS#9032 - "create playlist" appends the playlist instead of overwriting it... not sure about the speed issue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17628 a1c6a512-1295-4272-9138-f99709370657
2008-05-25 07:13:13 +00:00
..
bitmaps FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100). 2008-05-05 12:05:00 +00:00
codecs Fixes backward seeking on resumed files and backward seeking to positions to which formerly was seeked forward to (sounds complicated and it is). 2008-05-22 12:32:28 +00:00
eqs
gui Fix FS #9022: space reserved for the icons in the quickscreen used the incorrect constant 2008-05-23 21:20:05 +00:00
keymaps Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page. 2008-05-21 03:55:17 +00:00
lang FS8788 Update finnish translation by Jani Kinnunen. 2008-05-24 14:00:02 +00:00
menus FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playback Settings optiona and removed duplicate options. 2008-05-22 08:02:48 +00:00
metadata We do not support mpc sv4-6 anymore. 2008-05-22 10:08:24 +00:00
player Revert accidental tree commit. Sorry for that. 2008-03-08 23:53:03 +00:00
plugins Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update frequency on M3 in order to reduce CPU load (was >50% before, but this fix would have made it even worse). 2008-05-24 08:53:12 +00:00
recorder Fix red 2008-05-15 23:00:33 +00:00
abrepeat.c Put 'Id' in the headers 2008-05-08 18:33:41 +00:00
abrepeat.h Put 'Id' in the headers 2008-05-08 18:33:41 +00:00
action.c
action.h Setup the touchpads to have two modes - stylus and button - and set them in button mode by default. 2008-04-15 10:35:11 +00:00
alarm_menu.c
alarm_menu.h
applimits.h
audio_path.c
bookmark.c Cleaned up header files in bookmark.c 2008-04-28 16:28:21 +00:00
bookmark.h
buffering.c Lock the linked list mutex when accessing the memory handles. This should fix the invalid values appearing for short times in the buffering debug screen. 2008-05-13 20:51:06 +00:00
buffering.h Migrate the buffering code to the new events system. 2008-04-03 17:51:53 +00:00
codecs.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
codecs.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
cuesheet.c Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
cuesheet.h Cleaned up playblack.h header file and usage of it. 2008-04-28 14:13:13 +00:00
debug_menu.c Gigabeat S: Add charge current and battery temp readout in power management and display in the battery screen. Thermistor data was obtained experimentally from one pulled off a dead board and appears basically correct when read back on a working device (which requires letting it settle to ambient temperature - a long wait so not easy to do). Sending me more thermistors would help improve accuracy *fingers crossed that it's close enough*. :-) This commit does NOT add charging but is a step towards implementing it. 2008-05-25 01:38:08 +00:00
debug_menu.h
dsp.c Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
dsp.h Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assembler routines for the gain function there now. 2008-04-08 21:44:07 +00:00
dsp_arm.S Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_mono(), channels_process_sound_chan_karaoke(), sample_output_mono() and sample_output_stereo(). By measurement the speed up is ~75% for the first three functions and ~40% for sample_output_stereo(). Additionally avoid calling yield() to often in dsp.c -- it is now limited to once per tick. 2008-03-19 13:55:53 +00:00
dsp_asm.h Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_mono(), channels_process_sound_chan_karaoke(), sample_output_mono() and sample_output_stereo(). By measurement the speed up is ~75% for the first three functions and ~40% for sample_output_stereo(). Additionally avoid calling yield() to often in dsp.c -- it is now limited to once per tick. 2008-03-19 13:55:53 +00:00
dsp_cf.S
enc_config.c Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt Added feature switch for LANG_ACCESSORY_SUPPLY as this is only used for some targets yet. 2008-05-10 21:25:48 +00:00
filetree.c Const police raid. 2008-05-12 17:52:50 +00:00
filetree.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
filetypes.c FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and making the inbuilt_filetypes array static 2008-05-24 20:56:19 +00:00
filetypes.h FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and making the inbuilt_filetypes array static 2008-05-24 20:56:19 +00:00
keyboard.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
language.c Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak 2008-04-16 19:51:43 +00:00
language.h
logfdisp.c Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't). 2008-04-28 10:22:05 +00:00
logfdisp.h
main.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
Makefile Try making binsize smaller and fix pointer problem 2008-05-17 15:51:49 +00:00
menu.c Viewported quickscreen (take 2 :D) (FS#8553) 2008-05-03 12:30:40 +00:00
menu.h option_screen() now accepts a viewport 2008-04-23 11:07:40 +00:00
metadata.c FS #8680. MOD codec by Rainer Sinsch. 2008-05-21 11:19:58 +00:00
metadata.h Cleaned up playblack.h header file and usage of it. 2008-04-28 14:13:13 +00:00
misc.c Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use 2008-05-01 10:13:12 +00:00
misc.h Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use 2008-05-01 10:13:12 +00:00
onplay.c Restore the 'Open With...' menu item to the wps context menu wich was lost somewhere also document the wps context menu delete option 2008-05-22 16:28:20 +00:00
onplay.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
pcmbuf.c PCM buffer muting doesn't seem benificial for wm8978 so turn it off. 2008-05-05 14:52:07 +00:00
pcmbuf.h Removed unused function get_pcmbuf_descsize from pcmbuf.c 2008-04-19 23:08:13 +00:00
playback.c Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have removed it. Also add mine in playback.c, alongside Slasheri's. 2008-05-05 09:40:22 +00:00
playback.h Accept FS#6188: study mode. 2008-05-04 13:47:58 +00:00
playlist.c Const police raid. 2008-05-12 17:52:50 +00:00
playlist.h Const police raid. 2008-05-12 17:52:50 +00:00
playlist_catalog.c Fix part of FS#9032 - "create playlist" appends the playlist instead of overwriting it... not sure about the speed issue. 2008-05-25 07:13:13 +00:00
playlist_catalog.h Const police raid. 2008-05-12 17:52:50 +00:00
playlist_menu.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
playlist_viewer.c Const police raid. 2008-05-12 17:52:50 +00:00
playlist_viewer.h Const police raid. 2008-05-12 17:52:50 +00:00
plugin.c FS#8637 - new UI for disktidy. 2008-05-18 07:27:10 +00:00
plugin.h Fix FS#9010 warning in checkwps when building on an amd64 machine 2008-05-19 14:37:16 +00:00
README
root_menu.c FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playback Settings optiona and removed duplicate options. 2008-05-22 08:02:48 +00:00
root_menu.h
screen_access.c
screen_access.h Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen iPods (LCD is inverted when backlight is on, so the curve is also inverted). This needs a slight extension of is_backlight_on() functionality in the core. * Thorough recalibration of all reachable greyscale targets, and #ifdef cleanup. * Reduce on-target gamma a bit, because the displayable contrast range of a monochrome/greyscale isn't that high. 2008-04-02 22:16:14 +00:00
screens.c A bit of code police... 2008-05-23 21:43:40 +00:00
screens.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
scrobbler.c Protect scrobbler_shutdown against multiple invocations, preventing double unregister of ata_idle callback. Probable fix for FS#8993 - Freeze on shutting down. 2008-05-15 23:02:22 +00:00
scrobbler.h
settings.c Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlight.c to handle lcd sleep timer. Make HAVE_LCD_SLEEP useable without a setting and use HAVE_LCD_SLEEP_SETTING when a setting is available in addition to HCD_HAVE_SLEEP. If a setting isn't used, the target must define the timeout to be used in the config. 2008-05-14 19:29:25 +00:00
settings.h Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlight.c to handle lcd sleep timer. Make HAVE_LCD_SLEEP useable without a setting and use HAVE_LCD_SLEEP_SETTING when a setting is available in addition to HCD_HAVE_SLEEP. If a setting isn't used, the target must define the timeout to be used in the config. 2008-05-14 19:29:25 +00:00
settings_list.c Accept FS #8994: add another recording filesplit option: stop recording and shutdown 2008-05-15 22:47:07 +00:00
settings_list.h
sound_menu.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
SOURCES FS #8680. MOD codec by Rainer Sinsch. 2008-05-21 11:19:58 +00:00
status.c Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway). 2008-04-20 00:04:08 +00:00
status.h Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway). 2008-04-20 00:04:08 +00:00
tagcache.c Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c 2008-05-03 16:23:37 +00:00
tagcache.h Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c 2008-05-03 16:23:37 +00:00
tagnavi.config
tagtree.c Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use 2008-05-01 10:13:12 +00:00
tagtree.h
talk.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
talk.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
tree.c more textarea to viewport conversion... yes/no screen... 2008-05-11 13:39:22 +00:00
tree.h
version.h Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
voice_thread.c Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit). 2008-04-06 04:34:57 +00:00
voice_thread.h

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