rockbox/apps
Dave Chapman 36e52604b0 Add missing svn properties for the new files created in r26109
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26119 a1c6a512-1295-4272-9138-f99709370657
2010-05-17 21:42:07 +00:00
..
bitmaps Revert hotkey bitmaps 2010-05-07 14:46:42 +00:00
codecs fix red 2010-05-16 12:34:43 +00:00
eqs
gui splash.c: correct calculation of y coordinate of splash. 2010-05-17 14:09:35 +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 plugins: reorder SOURCES conditions to be more readable 2010-05-17 18:16:45 +00:00
radio Add missing svn properties for the new files created in r26109 2010-05-17 21:42:07 +00:00
recorder split the radio code into multiple files in the hope that makes it more likely for someone to want to work on! :D 2010-05-17 15:03:59 +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 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
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 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
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 as3514/as3543 fixes 2010-05-17 20:53:25 +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#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
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 Simplify mpegplayer a bit and use array-based lists rather than linked lists for stream management. Move a couple useful functions to handle pointer arrays from kernel.c into general.c; mpeglayer now makes use of them. 2010-05-17 12:34:05 +00:00
plugin.h Simplify mpegplayer a bit and use array-based lists rather than linked lists for stream management. Move a couple useful functions to handle pointer arrays from kernel.c into general.c; mpeglayer now makes use of them. 2010-05-17 12:34:05 +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 Make sure to include audiohw.h in settings.h or the definition of struct user_settings could get out of sync amongnst various #includes. Might be the reason for FS#11277 -iPod Video crashes at startup. 2010-05-16 04:25:26 +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 split the radio code into multiple files in the hope that makes it more likely for someone to want to work on! :D 2010-05-17 15:03:59 +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 FS#10756 - Free unused init code 2010-03-03 23:20:32 +00:00
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 FS#10756 - Free unused init code 2010-03-03 23:20:32 +00:00
talk.c fix inverted logic in r26047: voice works again 2010-05-15 11:19:25 +00:00
talk.h
tdspeed.c
tdspeed.h FS#10756 - Free unused init code 2010-03-03 23:20:32 +00:00
tree.c Fix red 2010-05-09 02:07:42 +00:00
tree.h FS#10756 - Free unused init code 2010-03-03 23:20:32 +00:00
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

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