rockbox/apps
Will Robertson 8215b34fdb Plugins now enabled and working for the Gigabeat S.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16323 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 12:23:02 +00:00
..
bitmaps Add missing files for the m:robe 100 2008-01-09 13:59:18 +00:00
codecs Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 to segfault. Get rid of the warning by introducing a temporary variable instead. Obviously the cfft1(pos|neg)() call is too complex for gcc 4.2 to cope without that tempvar. Oh well... 2008-02-12 19:57:26 +00:00
eqs Add some presets for the equalizer. Includes a Default preset that resets everything. From FS#6113, thanks to David Quesada. 2006-10-12 20:48:40 +00:00
gui Hopefully fix FS#8459 by updating the WPS data when returning from the context menu. 2008-02-10 23:07:01 +00:00
keymaps Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
lang FS#8613 Update the bulgarian translation by Nicolay Jordanov and add him to the credits. 2008-02-16 19:32:35 +00:00
menus Keyclick option (FS#7307). Disabled by default, go into System settings to enable it. WARNING: PortalPlayer targets reportedly have a problem with this, so don't enable it on those unless you want to risk burning your ears with horrible noise. This is probably a bug in pcmbuf_beep(), and I'm hoping that someone who has an affected target will look into it and fix it as a result of this commit. 2008-01-21 09:48:44 +00:00
metadata remove reference to non-existing variable to make rockbox compile with logf enabled 2007-12-14 23:14:25 +00:00
player Stop the player vkeyboard from freezing when voice is enabled and it tries to spell a non-ASCII character. 2008-01-05 10:26:02 +00:00
plugins Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
recorder Fix FS #8514 (remote peakmeter issue) by separating the peak release times for the screens. Thanks to amiconn for pointing in the right direction. 2008-02-06 21:53:07 +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 Keyclick option (FS#7307). Disabled by default, go into System settings to enable it. WARNING: PortalPlayer targets reportedly have a problem with this, so don't enable it on those unless you want to risk burning your ears with horrible noise. This is probably a bug in pcmbuf_beep(), and I'm hoping that someone who has an affected target will look into it and fix it as a result of this commit. 2008-01-21 09:48:44 +00:00
action.h First go at getting the touchpad working in the ui. lists only for now. 2007-10-22 12:26:53 +00:00
alarm_menu.c FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. 2007-10-19 15:31:42 +00:00
alarm_menu.h
applimits.h
audio_path.c Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. 2007-06-08 23:42:04 +00:00
bookmark.c Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask). 2008-02-10 12:16:27 +00:00
bookmark.h Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask). 2008-02-10 12:16:27 +00:00
buffering.c Notify the buffering thread when a handle is added, so it can go into filling mode. This is some sort of a replacement for the ATA idle callback. It will interrupt an ongoing buffering process (buffer_handle), but not for long enough to be a problem. 2008-02-12 23:15:59 +00:00
buffering.h Fix FS8069, because Nico_P made it easy 2007-11-28 04:58:16 +00:00
codecs.c Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM buffer is empty and save some power. Codec API becomes incompatible so full updates! :) 2007-11-30 05:16:56 +00:00
codecs.h Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM buffer is empty and save some power. Codec API becomes incompatible so full updates! :) 2007-11-30 05:16:56 +00:00
cuesheet.c Fix a possible crash in the cuesheet code if the filename lacks a slash, which happens for some reason I don't quite understand yet. 2008-02-05 20:00:14 +00:00
cuesheet.h Code police, declare pointers in .c and expor them 2007-11-17 14:25:02 +00:00
debug_menu.c fix compiling of debug menu for tcc780x 2008-02-15 12:37:36 +00:00
debug_menu.h More static'ing, and a few fixes resulting from that. 2006-12-12 22:22:21 +00:00
dsp.c Crossfeed settings used to be stored inverted in the cfg file for legacy reasons, change that and kill some identical formatting functions while we're at it. NOTE TO CROSSFEED USERS: this will completely garble your crossfeed settings, write them down if you want to keep them. 2007-12-08 01:45:04 +00:00
dsp.h Make speex the new voice format for SWCODEC targets (non-Archos). Remove codec swapping and build speex voice decoding directly into the core binary. 2007-11-18 17:12:19 +00:00
dsp_arm.S ARM assembler for resampling. Should provide some gains, though not huge ones. 2007-03-11 23:33:58 +00:00
dsp_asm.h Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
dsp_cf.S FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, for you golden-eared people. 2007-08-29 14:32:52 +00:00
enc_config.c Assumption about there being MPEG1-only samplerates available and therefore MPEG1-only bitrates for recording is no longer valid. Fix that. 2007-06-06 21:24:20 +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 Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
eq.h Factor first order shelving filter code out for easier reuse and replace the crossfeed filter with it. Crossfeed _should_ still sound the same, so please do tell if it doesn't. 2007-03-07 15:06:33 +00:00
eq_arm.S iPod 1st..3rd Gen: Nearly halve the cost of software treble/bass (and eq) by putting the filter routine in IRAM. 2007-08-24 21:03:19 +00:00
eq_cf.S Fix comment. 2007-02-22 17:22:01 +00:00
features.txt fix lang problem and little clean up 2007-08-27 17:45:01 +00:00
FILES Fix case 2007-11-21 02:57:22 +00:00
filetree.c Make the playlist catalog use the following settings as appropriate: show filename extensions, load last bookmark, party mode and warn when erasing dynamic playlist. 2007-10-30 17:38:21 +00:00
filetree.h Make the playlist catalog use the following settings as appropriate: show filename extensions, load last bookmark, party mode and warn when erasing dynamic playlist. 2007-10-30 17:38:21 +00:00
filetypes.c remove the duplicated gui_list struct and only duplicate the members which are actually different on each screen. should translate to a smaller bin and easier code (users shouldnt notice any difference) 2007-12-17 02:37:21 +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 *** Lang v2 cleanup (FS#6574) *** 2007-08-05 19:19:39 +00:00
language.h Reduce the size of the language buffer a bit. 2008-01-13 23:03:01 +00:00
logfdisp.c Make logf builds compile again since the clean up of hard-coded paths 2007-09-10 19:29:53 +00:00
logfdisp.h
main.c Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded hardware on PP50xx targets (Ipods, Sansa, H10s, etc) resulting in a large savings in power and consequent increase in battery life. Results vary from target to target and from codec to codec, but we now approach the OF runtime on several PP devices. For now, leave base CPU clock at 30MHz, although further savings is possible with some codecs if clock is reduced. Additionally, fix battery capacity on c200 and use my measurements to improve runtime estimation for Sandisk targets. 2008-02-10 05:39:20 +00:00
Makefile Renamed 'archos' to 'modelname' in the configure script and the Makefiles 2008-01-23 10:59:17 +00:00
menu.c Fix buffer overflow in the title padding code (FS#8163) 2007-11-16 08:18:08 +00:00
menu.h Add a voice callback to dynamic menus, along side the text_callback. 2007-10-09 03:48:56 +00:00
metadata.c Unify the Ogg Vorbis and Ogg Speex metadata parsers. 2007-12-09 03:16:26 +00:00
metadata.h Fix red 2007-11-28 05:13:05 +00:00
misc.c Prevent possible buffer overflow when locating album art. 2008-02-06 19:51:19 +00:00
misc.h Prevent possible buffer overflow when locating album art. 2008-02-06 19:51:19 +00:00
onplay.c fix FS#8599 - First Song in Tagcache can't be rated 2008-02-12 18:51:10 +00:00
onplay.h Introducing the root menu! 2007-03-01 11:14:46 +00:00
pcmbuf.c Fix typo. 2008-01-08 14:33:17 +00:00
pcmbuf.h Make speex the new voice format for SWCODEC targets (non-Archos). Remove codec swapping and build speex voice decoding directly into the core binary. 2007-11-18 17:12:19 +00:00
playback.c Fix FS#5797 (Codec failure with directory skip when in file browser, with dircache enabled). Marking the tree context to be reloaded too early would cause the new playlist to contain files that don't exist (correct directory but wrong filenames), in turn causing the codec failures. The fix is to call reload_directory() after the playlist has been created. 2008-01-09 20:37:36 +00:00
playback.h Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by removal of last_track argument in track_(un)buffer callback. 2007-10-31 13:43:50 +00:00
playlist.c Fix FS#5797 (Codec failure with directory skip when in file browser, with dircache enabled). Marking the tree context to be reloaded too early would cause the new playlist to contain files that don't exist (correct directory but wrong filenames), in turn causing the codec failures. The fix is to call reload_directory() after the playlist has been created. 2008-01-09 20:37:36 +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 Move the playlist catalog config into the standard config files. 1 less disk spinup when the playlist cataloge is used the first time. 2008-01-29 06:57:54 +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 Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Closes FS#8322. 2007-12-15 17:14:04 +00:00
playlist_viewer.h
plugin.c mpegplayer: Use the core DSP to process audio. Removes the sample rate restriction on audio and any mpeg audio samplerate may be used. Use the global sound settings for audio output with the option to force any one of the processing stages off. All are forced off by default. I didn't personally care to fully duplicate the Sound Settings menu which would have been needed since using the core one would affect settings globally and exactly the same configuration probably isn't desired since the CPU load for video playback is much greater. Rebalance the threading to compensate with some expense to buffering speed. 2008-02-01 02:25:15 +00:00
plugin.h mpegplayer: Use the core DSP to process audio. Removes the sample rate restriction on audio and any mpeg audio samplerate may be used. Use the global sound settings for audio output with the option to force any one of the processing stages off. All are forced off by default. I didn't personally care to fully duplicate the Sound Settings menu which would have been needed since using the core one would affect settings globally and exactly the same configuration probably isn't desired since the CPU load for video playback is much greater. Rebalance the threading to compensate with some expense to buffering speed. 2008-02-01 02:25:15 +00:00
README
root_menu.c Fix FS#7334, make Follow Playlist work when STOP is pressed. 2008-02-09 15:20:15 +00:00
root_menu.h Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the 2007-10-12 04:20:20 +00:00
screen_access.c Restore missing initialization of remote setfont() 2008-01-08 11:41:05 +00:00
screen_access.h Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385. 2008-01-08 01:22:14 +00:00
screens.c (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +00:00
screens.h (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +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 global_settings.colors_file will always be !false which means even when the setting isnt set it will try to read /.rockbox/.icons which is bad mmkay 2008-02-08 06:06:51 +00:00
settings.h (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +00:00
settings_list.c (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +00:00
settings_list.h FS#8353 - add a quick way to make a .cfg from the sound settings. 2007-12-24 22:35:31 +00:00
sound_menu.h More header and dead code cleanup. 2007-05-19 20:55:49 +00:00
SOURCES Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
status.c Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. 2007-03-16 23:47:03 +00:00
status.h
tagcache.c add support for database.unignore files (adds dirs to the database which would be skipped because of a database.ignore file) 2008-02-04 21:20:04 +00:00
tagcache.h Preserve song statistics when moving files or altering metadata. Conditions required to apply: song length must not change AND either filenames (with path) must match or two of the following tags matches: artist, album, title. IMPORTANT: Currently dircache enabled and DB loaded to RAM is required for reliable operation of this feature. 2007-12-18 21:50:29 +00:00
tagnavi.config Change heading on database root for consistency. 2008-01-07 12:16:50 +00:00
tagtree.c fix FS#8599 - First Song in Tagcache can't be rated 2008-02-12 18:51:10 +00:00
tagtree.h revise commit r15463 - we still get the immediate display of runtime data in the wps, but avoid unnecessary calls while initialising/updating the database. 2007-11-23 23:36:42 +00:00
talk.c Remove a function that is no longer used. 2007-11-24 14:28:22 +00:00
talk.h Make id's created with the TALK_ID macro work in 64 bit sims 2007-11-20 19:50:52 +00:00
tree.c Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask). 2008-02-10 12:16:27 +00:00
tree.h Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask). 2008-02-10 12:16:27 +00:00
version.h
voice_thread.c A final queue_post in voice_stop via. talk_force_shutup can try stopping PCM too late and interfere PCM playback after plugins init IRAM or calling audio_get_buffer. Send the NULL message to the voice thread to ensure all messages are done. 2007-12-11 14:04:03 +00:00
voice_thread.h Make speex the new voice format for SWCODEC targets (non-Archos). Remove codec swapping and build speex voice decoding directly into the core binary. 2007-11-18 17:12:19 +00:00

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