rockbox/apps
Jonas Häggqvist 5a6c15f78f Updated Polish translation by Mateusz Kubica.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16265 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 12:14:49 +00:00
..
bitmaps Add missing files for the m:robe 100 2008-01-09 13:59:18 +00:00
codecs Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and remove some trailing white space. 2008-02-08 00:19:16 +00:00
eqs
gui (Hopefully) Revert the quickscreen changes. Many fixes need to be made, 2008-02-05 09:09:38 +00:00
keymaps UI Simulator for Gigabeat S. 2008-02-08 08:33:17 +00:00
lang Updated Polish translation by Mateusz Kubica. 2008-02-10 12:14:49 +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 Added the checksum for H100/H110/H115 bootloader also. 2008-02-09 15:32:55 +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
abrepeat.h
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
alarm_menu.c
alarm_menu.h
applimits.h
audio_path.c
bookmark.c
bookmark.h
buffering.c Fix FS#6215 (player crashes after trying to resume deleted music file). As mentioned in the lastest comment, the problem was in trying to resume at an offset larger than the size of the file following the one that was deleted. This revealed a crash in the buffering code, which gets a fix, but we also need to intervene earlier in the track loading so that the track that gets played will be from its start. 2008-01-08 23:48:51 +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
debug_menu.c Try that again. 2008-02-10 06:11:37 +00:00
debug_menu.h
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
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
features.txt
FILES Fix case 2007-11-21 02:57:22 +00:00
filetree.c
filetree.h
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
keyboard.h
language.c
language.h Reduce the size of the language buffer a bit. 2008-01-13 23:03:01 +00:00
logfdisp.c
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
menu.h
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
onplay.h
pcmbuf.c Fix typo. 2008-01-08 14:33:17 +00:00
pcmbuf.h
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
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
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
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
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
scrobbler.h
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
SOURCES Initial Cowon D2 commit: 2008-01-14 22:04:48 +00:00
status.c
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 FS#8375 - Fix division by zero using the random database selection in a near-empty subset. Thanks to Henri Valta. 2008-01-03 07:29:19 +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 Prevent possible buffer overflow when locating album art. 2008-02-06 19:51:19 +00:00
tree.h
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

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