.. |
bitmaps
|
Add missing files for the m:robe 100
|
2008-01-09 13:59:18 +00:00 |
codecs
|
If seek fails, don't insert nonsense for the current position. Also, make one of the error messages a bit more clear.
|
2008-01-06 02:50:01 +00:00 |
eqs
|
|
|
gui
|
Accept and Fix FS#8427 - problem with empty screens in lists with pages scrolling enabled
|
2008-01-08 08:12:32 +00:00 |
keymaps
|
Make the ab-repeat set keys easier to use by removing a restrictive pre-condition. That also solves the awkward timing for directory skip as discussed in FS#8047. Other targets (e.g. sansa) can probably benefit from a similar change, but should be tested first.
|
2007-12-02 12:07:01 +00:00 |
lang
|
Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works. The ADC driver was copied from the H10 port (they can probably be combined later), but the battery readings aren't right and it shuts down. The touch pad buttons do not work. Install the bootloader and rockbox the H10 way. Still lots of work to do.
|
2008-01-09 07:24:43 +00:00 |
menus
|
FS#8353 - add a quick way to make a .cfg from the sound settings.
|
2007-12-24 22:35:31 +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
|
Prevent idle poweroff in the MPEG player plugin. Also save the settings when receiving SYS_POWEROFF and SYS_USB_CONNECTED. Fixes FS#8439 and FS#8388.
|
2008-01-09 14:26:19 +00:00 |
recorder
|
Quick fix to prevent freezing of H10 (possibly others too) when left at the disk full message. Needs more investigation to find the cause of the freeze.
|
2007-12-15 23:51:13 +00:00 |
abrepeat.c
|
|
|
abrepeat.h
|
|
|
action.c
|
mrobe changes:
|
2007-10-23 14:33:16 +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
|
|
|
bookmark.c
|
Use the strrsplt function in one more place
|
2007-11-18 14:12:01 +00:00 |
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
|
Code police, declare pointers in .c and expor them
|
2007-11-17 14:25:02 +00:00 |
cuesheet.h
|
Code police, declare pointers in .c and expor them
|
2007-11-17 14:25:02 +00:00 |
debug_menu.c
|
Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works. The ADC driver was copied from the H10 port (they can probably be combined later), but the battery readings aren't right and it shuts down. The touch pad buttons do not work. Install the bootloader and rockbox the H10 way. Still lots of work to do.
|
2008-01-09 07:24:43 +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
|
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
|
|
|
dsp_asm.h
|
|
|
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
|
|
|
enc_config.h
|
|
|
eq.c
|
|
|
eq.h
|
|
|
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
|
|
|
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
|
|
|
keyboard.h
|
|
|
language.c
|
*** Lang v2 cleanup (FS#6574) ***
|
2007-08-05 19:19:39 +00:00 |
language.h
|
*** Lang v2 cleanup (FS#6574) ***
|
2007-08-05 19:19:39 +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
|
New USB stack
|
2007-11-22 20:51:00 +00:00 |
Makefile
|
Build libspeex for core voice on SWCODEC. Development phase - not currently utilized.
|
2007-11-14 10:31:57 +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
|
make check_dir use dir_exists and slightly optimise the latter
|
2007-11-21 22:42:52 +00:00 |
misc.h
|
consolidate the 3 file_exists() functions into one; use the version that explicitly uses dircache; give dir_exists() the same treatment for consistency
|
2007-11-21 21:28:27 +00:00 |
onplay.c
|
only display set rating menu entry if "gather runtime data" is enabled (was removed with jdGordon's last commit).
|
2007-11-08 16:31:44 +00:00 |
onplay.h
|
|
|
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#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 |
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
|
Improve insert of playlists. Decode M3U files using current code page and strip any BOM. Also remove a few tabs.
|
2007-11-13 18:49:20 +00:00 |
playlist.h
|
|
|
playlist_catalog.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 |
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
|
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 |
plugin.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 |
README
|
|
|
root_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 |
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
|
#ifdef out unused function to fix warning for non rtc and non bitmap targets
|
2007-11-22 19:56:57 +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
|
|
|
settings.c
|
FS#8353 - add a quick way to make a .cfg from the sound settings.
|
2007-12-24 22:35:31 +00:00 |
settings.h
|
FS#8353 - add a quick way to make a .cfg from the sound settings.
|
2007-12-24 22:35:31 +00:00 |
settings_list.c
|
FS#8353 - add a quick way to make a .cfg from the sound settings.
|
2007-12-24 22:35:31 +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 commit for the Olympus m:robe 100 port (PP5020). The LCD driver works. The ADC driver was copied from the H10 port (they can probably be combined later), but the battery readings aren't right and it shuts down. The touch pad buttons do not work. Install the bootloader and rockbox the H10 way. Still lots of work to do.
|
2008-01-09 07:24:43 +00:00 |
status.c
|
|
|
status.h
|
|
|
tagcache.c
|
FS#8423 - Fixes quirks in routine used to remove obsolote entries from tagcache. This might fix FS#8414 and should fix FS#8384. Thanks to Lee Kang Hyuk.
|
2008-01-07 15:10:49 +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
|
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 |
tree.h
|
Accept FS#7486 - shortcuts plugin.
|
2007-08-05 12:14:07 +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 |