..
bitmaps
Revert hotkey bitmaps
2010-05-07 14:46:42 +00:00
codecs
Fix logf lines in codecs (type mismatches)
2010-05-15 01:57:32 +00:00
eqs
gui
Format FM frequency depending on the regional settings (FS#11273)
2010-05-15 21:47:30 +00:00
keymaps
HD200 - add FM support.
2010-04-29 13:14:43 +00:00
lang
Small mistake in francais.lang
2010-05-15 15:49:20 +00:00
menus
Hopefully get some green back from r26051.
2010-05-15 13:30:01 +00:00
metadata
Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/NoDo
2010-05-15 21:57:17 +00:00
player
Fix remaining reds/yellows.
2010-05-14 13:21:40 +00:00
plugins
Fix alarmclock plugin time miscalculation
2010-05-15 15:20:45 +00:00
recorder
Enable recording on clipv1/m200v4/c200v2
2010-05-14 11:08:15 +00:00
abrepeat.c
Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don't recalculate the width in these functions.
2010-03-07 12:51:23 +00:00
abrepeat.h
Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don't recalculate the width in these functions.
2010-03-07 12:51:23 +00:00
action.c
Fix typos in the comment (now in .c)
2010-05-04 21:02:32 +00:00
action.h
Fix typos in the comment
2010-05-04 20:47:52 +00:00
alarm_menu.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
alarm_menu.h
appevents.h
applimits.h
apps.make
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
audio_path.c
bookmark.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
bookmark.h
Fix "bookmark on stop: ask" when idle poweroff triggers.
2010-03-28 23:27:49 +00:00
buffering.c
Eliminate %zd tag in printf format strings, replace them with %ld. The %z formatter kept generating type mismatch warnings.
2010-05-15 03:34:31 +00:00
buffering.h
codec_thread.c
codec_thread.h
codecs.c
Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn't like mode_t there, and unsigned int should be equally correct) and check the correct bitmask in sim_open().
2010-05-07 16:56:40 +00:00
codecs.h
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
core_asmdefs.c
cuesheet.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
cuesheet.h
Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don't recalculate the width in these functions.
2010-03-07 12:51:23 +00:00
debug_menu.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
debug_menu.h
dsp.c
dsp.h
dsp_arm.S
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_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
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
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
2010-05-12 10:38:00 +00:00
filetree.c
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
2010-05-12 10:38:00 +00:00
filetree.h
filetypes.c
add True Audio (TTA) codec
2010-05-13 12:40:09 +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
fixedpoint.h
fracmul.h
iap.c
Clean up IAP / ipod remote tuner a bit.
2010-04-18 15:46:56 +00:00
keyboard.h
language.c
language.h
logfdisp.c
Remove last traces of sprintf.h
2010-05-07 02:13:47 +00:00
logfdisp.h
main.c
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c.
2010-05-15 21:02:47 +00:00
menu.c
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
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
add True Audio (TTA) codec
2010-05-13 12:40:09 +00:00
metadata.h
add True Audio (TTA) codec
2010-05-13 12:40:09 +00:00
misc.c
Revert r26055 since it breaks certain Archos targets.
2010-05-15 21:27:22 +00:00
misc.h
mp3data.c
mp3data.h
mpeg.c
Fix yellow.
2010-05-07 16:41:14 +00:00
mpeg.h
onplay.c
No need to have a variable for a thing computed by the preprocessor
2010-05-11 17:10:07 +00:00
onplay.h
Add Insert Shuffled to hotkey options
2010-05-11 13:40:25 +00:00
pcmbuf.c
pcmbuf.h
playback.c
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
2010-05-12 10:38:00 +00:00
playback.h
playlist.c
Minor const police raid.
2010-05-07 16:35:37 +00:00
playlist.h
Minor const police raid.
2010-05-07 16:35:37 +00:00
playlist_catalog.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_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
Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing.
2010-05-15 13:09:45 +00:00
plugin.h
Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing.
2010-05-15 13:09:45 +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
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
root_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
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
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
screens.h
scrobbler.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
scrobbler.h
settings.c
Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing.
2010-05-15 13:09:45 +00:00
settings.h
Hopefully finish off the red from r26051.
2010-05-15 14:16:35 +00:00
settings_list.c
Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing.
2010-05-15 13:09:45 +00:00
settings_list.h
sound_menu.h
SOURCES
Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/NoDo
2010-05-15 21:57:17 +00:00
status.c
status.h
tagcache.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
tagcache.h
tagnavi.config
tagtree.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
tagtree.h
talk.c
fix inverted logic in r26047: voice works again
2010-05-15 11:19:25 +00:00
talk.h
tdspeed.c
tdspeed.h
tree.c
Fix red
2010-05-09 02:07:42 +00:00
tree.h
usb_keymaps.c
usb_keymaps.h
version.h
voice_thread.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
voice_thread.h