.. |
bitmaps
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
codecs
|
Move setjmp to lib and add setjmp for sh (imported from newlib) and compile it as separate library.
|
2010-08-24 12:38:42 +00:00 |
eqs
|
|
|
gui
|
Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-buttons. Also make bottom left yes in grid mode to line up with the new button
|
2010-08-26 10:20:16 +00:00 |
keymaps
|
Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back"
|
2010-08-26 11:43:51 +00:00 |
lang
|
Remove translations with empty <dest> in russian.lang from my previous commit (aka fix yellow)
|
2010-08-25 17:45:30 +00:00 |
menus
|
Safeguard against possible stack corruption when the string in the tempbuffer is as long as the buffer and strcat adds a char.
|
2010-08-21 16:14:18 +00:00 |
metadata
|
Add uppercase M4A file type to the mp4 parser. Technically Apple says to use lowercase, but various programs tolerate this, so we can too. Fixes FS#11536.
|
2010-08-14 01:09:46 +00:00 |
player
|
Fix remaining reds/yellows.
|
2010-05-14 13:21:40 +00:00 |
plugins
|
Fix building simulator plugins on Cygwin. A DLL stub containing atexit is linked to the plugins, so give our version a prefix.
|
2010-08-26 15:44:32 +00:00 |
radio
|
Fix FS#11469 - make the fms update as it should
|
2010-08-16 12:07:46 +00:00 |
recorder
|
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android.
|
2010-08-12 13:38:25 +00:00 |
abrepeat.c
|
|
|
abrepeat.h
|
AB_REPEAT_ENABLE was never defined to 2
|
2010-07-18 18:13:53 +00:00 |
action.c
|
Touchregion support for the Base Skin and FM Skins. display obviously needs to be in stylus mode for this to work. Just about all screens should be mostly useable if your sbs has the next/prev/select/cancel/menu regions defined.
|
2010-06-21 06:04:19 +00:00 |
action.h
|
ACTION_FM_QUICKSCREEN is unused
|
2010-06-18 22:42:40 +00:00 |
alarm_menu.c
|
Wakeup alarm screen is unusuable with large fonts or small screens
|
2010-05-22 00:28:10 +00:00 |
alarm_menu.h
|
|
|
appevents.h
|
FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Base Skin when the radio is running.
|
2010-05-16 11:13:42 +00:00 |
applimits.h
|
Remove two unused defines.
|
2010-08-21 15:49:42 +00:00 |
apps.make
|
Prettier genlang-features output. Use the same style for max_language_size.h.
|
2010-07-17 15:33:35 +00:00 |
audio_path.c
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
bookmark.c
|
Even more readable code
|
2010-07-07 17:30:53 +00:00 |
bookmark.h
|
Rename functions so that the code is easier to read
|
2010-07-06 16:53:52 +00:00 |
buffering.c
|
Oops, committed before finishing the removal of "#include "memory.h""
|
2010-08-12 14:01:28 +00:00 |
buffering.h
|
|
|
codec_thread.c
|
|
|
codec_thread.h
|
|
|
codecs.c
|
system-arm.c/__div0 are for ARM native builds only
|
2010-08-03 19:00:29 +00:00 |
codecs.h
|
system-arm.c/__div0 are for ARM native builds only
|
2010-08-03 19:00:29 +00:00 |
core_asmdefs.c
|
|
|
cuesheet.c
|
Fix Database red, move the cuesheet->token code into the skin engine
|
2010-07-29 13:23:33 +00:00 |
cuesheet.h
|
Fix Database red, move the cuesheet->token code into the skin engine
|
2010-07-29 13:23:33 +00:00 |
debug_menu.c
|
Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.
|
2010-08-23 19:56:17 +00:00 |
debug_menu.h
|
|
|
dsp.c
|
|
|
dsp.h
|
|
|
dsp_arm.S
|
FS#11335 by me: make ARM assembly functions thumb-friendly
|
2010-06-11 04:41:36 +00:00 |
dsp_arm_v6.S
|
Optimized DSP sample out functions for armv6. (For stereo output) ~9% faster than SVN asm and about 4% faster than SVN asm rearranged to observe pipeline hazards.
|
2010-04-25 20:04:47 +00:00 |
dsp_asm.h
|
ARM DSP: Add assembly custom sound channel processing. 13% to 14% faster than currently-used default C code on ARMv4.
|
2010-05-11 12:37:49 +00:00 |
dsp_cf.S
|
|
|
enc_config.c
|
fix FS#10993 - "No Settings" doesnt get voiced because it uses str() instead of ID2P() macro
|
2010-05-20 14:15:11 +00:00 |
enc_config.h
|
|
|
eq.c
|
|
|
eq.h
|
|
|
eq_arm.S
|
FS#11335 by me: make ARM assembly functions thumb-friendly
|
2010-06-11 04:41:36 +00:00 |
eq_cf.S
|
|
|
features.txt
|
Add 'lowmem' feature to the manual, defined if MEM <= 2
|
2010-08-25 14:10:25 +00:00 |
filetree.c
|
"Fix" FS#11349... %cs got confused because for some reason when the root menu was introduced the fm preset loading was never fixed to go back through that menu... problem is do_menu() is getting in the way now, so be like other files and dont try to reload the screen after loading... i.e go into the fms manually
|
2010-08-16 13:16:29 +00:00 |
filetree.h
|
|
|
filetypes.c
|
A few post-fixes to the get_user_file_path() commit.
|
2010-08-02 19:13:22 +00:00 |
filetypes.h
|
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
|
2010-05-12 10:38:00 +00:00 |
fixedpoint.c
|
Improve accuracy of NR-based fp_sqrt with better initial estimation and using one more bit internally. More reliable early termination. Good enough until better method is completed.
|
2010-06-08 04:51:00 +00:00 |
fixedpoint.h
|
|
|
fracmul.h
|
|
|
iap.c
|
Oops, committed before finishing the removal of "#include "memory.h""
|
2010-08-12 14:01:28 +00:00 |
keyboard.h
|
|
|
language.c
|
make language array initialized correctlly with builtin strings when loading .lng file.
|
2010-07-11 15:10:01 +00:00 |
language.h
|
|
|
logfdisp.c
|
Remove last traces of sprintf.h
|
2010-05-07 02:13:47 +00:00 |
logfdisp.h
|
|
|
main.c
|
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android.
|
2010-08-12 13:38:25 +00:00 |
menu.c
|
Correct flawed search&replace.
|
2010-08-07 21:37:55 +00:00 |
menu.h
|
FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match.
|
2010-05-09 02:02:51 +00:00 |
metadata.c
|
WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's.
|
2010-08-07 17:55:02 +00:00 |
metadata.h
|
WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's.
|
2010-08-07 17:55:02 +00:00 |
misc.c
|
try again
|
2010-08-10 14:32:08 +00:00 |
misc.h
|
Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour main
|
2010-08-10 14:15:03 +00:00 |
mp3data.c
|
|
|
mp3data.h
|
|
|
mpeg.c
|
Fix HWCODEC playback broken in r27773. mpeg.c declared playlist functions on its own instead of including playlist.h due to its history, and now they got out of sync...
|
2010-08-22 20:58:32 +00:00 |
mpeg.h
|
|
|
onplay.c
|
Rename functions so that the code is easier to read
|
2010-07-06 16:53:52 +00:00 |
onplay.h
|
FS#11270 by Chris Savery - WPS integration for pictureflow
|
2010-06-09 04:25:41 +00:00 |
pcmbuf.c
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
pcmbuf.h
|
|
|
playback.c
|
Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename buffer), so frequent calls from the main thread would cause the audio thread to buffer the wrong track.
|
2010-08-11 19:01:50 +00:00 |
playback.h
|
|
|
playlist.c
|
Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename buffer), so frequent calls from the main thread would cause the audio thread to buffer the wrong track.
|
2010-08-11 19:01:50 +00:00 |
playlist.h
|
Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename buffer), so frequent calls from the main thread would cause the audio thread to buffer the wrong track.
|
2010-08-11 19:01:50 +00:00 |
playlist_catalog.c
|
Rockbox as an application: add get_user_file_path().
|
2010-08-01 16:15:27 +00:00 |
playlist_catalog.h
|
|
|
playlist_menu.h
|
|
|
playlist_viewer.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
playlist_viewer.h
|
|
|
plugin.c
|
system-arm.c/__div0 are for ARM native builds only
|
2010-08-03 19:00:29 +00:00 |
plugin.h
|
Second try: Introduce plugin_crt0.c that every plugin links.
|
2010-08-24 14:30:46 +00:00 |
README
|
|
|
replaygain.c
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
replaygain.h
|
|
|
root_menu.c
|
Rockbox as an application: add get_user_file_path().
|
2010-08-01 16:15:27 +00:00 |
root_menu.h
|
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android.
|
2010-08-12 13:38:25 +00:00 |
screen_access.c
|
Fix remaining reds/yellows.
|
2010-05-14 13:21:40 +00:00 |
screen_access.h
|
Fix remaining reds/yellows.
|
2010-05-14 13:21:40 +00:00 |
screens.c
|
fix red. no replaygain on hwcodec
|
2010-05-30 15:33:37 +00:00 |
screens.h
|
|
|
scrobbler.c
|
Rockbox as an application: add get_user_file_path().
|
2010-08-01 16:15:27 +00:00 |
scrobbler.h
|
|
|
settings.c
|
One more get_user_file_path() fix. Don't store the user dir in config.cfg and
|
2010-08-05 14:31:00 +00:00 |
settings.h
|
Rockbox as an application: add get_user_file_path().
|
2010-08-01 16:15:27 +00:00 |
settings_list.c
|
Add default font for LCD_HEIGHT <= 480
|
2010-08-05 17:57:36 +00:00 |
settings_list.h
|
|
|
sound_menu.h
|
Remove unneeded include.
|
2010-08-21 16:07:34 +00:00 |
SOURCES
|
Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back"
|
2010-08-26 11:43:51 +00:00 |
status.c
|
|
|
status.h
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
tagcache.c
|
Fix last red.
|
2010-08-01 16:26:35 +00:00 |
tagcache.h
|
accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string translatable
|
2010-05-20 13:24:50 +00:00 |
tagnavi.config
|
|
|
tagtree.c
|
accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string translatable
|
2010-05-20 13:24:50 +00:00 |
tagtree.h
|
|
|
talk.c
|
lang.h voice comments were off by 1, fixed
|
2010-05-26 03:51:13 +00:00 |
talk.h
|
|
|
tdspeed.c
|
|
|
tdspeed.h
|
|
|
tree.c
|
Fix FS#11547 - When selecting radio skin the currently loaded skin is not hilighted when menu is entered
|
2010-08-17 12:38:18 +00:00 |
tree.h
|
|
|
usb_keymaps.c
|
|
|
usb_keymaps.h
|
|
|
voice_thread.c
|
Voice buffer can be much, much smaller. Code cleanup, logf fix
|
2010-05-28 13:21:24 +00:00 |
voice_thread.h
|
|
|