..
bitmaps
FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100).
2008-05-05 12:05:00 +00:00
codecs
Real fake IRAM by placing .i.... section in the analagous DRAM sections in the linker scripts that hasn't done this yet.
2008-05-10 22:03:45 +00:00
eqs
gui
doh! fix yellow.
2008-05-11 14:08:46 +00:00
keymaps
Improved keymap for the Gigabeat S.
2008-05-03 17:03:35 +00:00
lang
Fix spelling mistake.
2008-05-10 22:00:04 +00:00
menus
Fix the colour selector. The only colours not allowed should be when trying to set the fg and bg to the same colour.
2008-05-06 09:35:43 +00:00
metadata
Added missing header file metadata_parsers.h to metadata parsers.
2008-05-03 07:03:59 +00:00
player
Revert accidental tree commit. Sorry for that.
2008-03-08 23:53:03 +00:00
plugins
Real fake IRAM by placing .i.... section in the analagous DRAM sections in the linker scripts that hasn't done this yet.
2008-05-10 22:03:45 +00:00
recorder
Another round of making local functions static and making sure that source files are in sync with their header files.
2008-05-03 21:33:00 +00:00
abrepeat.c
Put 'Id' in the headers
2008-05-08 18:33:41 +00:00
abrepeat.h
Put 'Id' in the headers
2008-05-08 18:33:41 +00:00
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
Setup the touchpads to have two modes - stylus and button - and set them in button mode by default.
2008-04-15 10:35:11 +00:00
alarm_menu.c
alarm_menu.h
applimits.h
audio_path.c
bookmark.c
Cleaned up header files in bookmark.c
2008-04-28 16:28:21 +00:00
bookmark.h
Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask).
2008-02-10 12:16:27 +00:00
buffering.c
Remove unused #define.
2008-04-30 13:04:24 +00:00
buffering.h
Migrate the buffering code to the new events system.
2008-04-03 17:51:53 +00:00
codecs.c
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
codecs.h
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
cuesheet.c
Moved atoi declaration to stdlib.h. Deleted atoi.h
2008-04-28 16:18:04 +00:00
cuesheet.h
Cleaned up playblack.h header file and usage of it.
2008-04-28 14:13:13 +00:00
debug_menu.c
Change comment for clarity.
2008-05-09 16:57:26 +00:00
debug_menu.h
dsp.c
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
2008-05-03 08:35:14 +00:00
dsp.h
Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assembler routines for the gain function there now.
2008-04-08 21:44:07 +00:00
dsp_arm.S
Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_mono(), channels_process_sound_chan_karaoke(), sample_output_mono() and sample_output_stereo(). By measurement the speed up is ~75% for the first three functions and ~40% for sample_output_stereo(). Additionally avoid calling yield() to often in dsp.c -- it is now limited to once per tick.
2008-03-19 13:55:53 +00:00
dsp_asm.h
Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_mono(), channels_process_sound_chan_karaoke(), sample_output_mono() and sample_output_stereo(). By measurement the speed up is ~75% for the first three functions and ~40% for sample_output_stereo(). Additionally avoid calling yield() to often in dsp.c -- it is now limited to once per tick.
2008-03-19 13:55:53 +00:00
dsp_cf.S
enc_config.c
Moved atoi declaration to stdlib.h. Deleted atoi.h
2008-04-28 16:18:04 +00:00
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
features.txt
Added feature switch for LANG_ACCESSORY_SUPPLY as this is only used for some targets yet.
2008-05-10 21:25:48 +00:00
filetree.c
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
filetree.h
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
filetypes.c
Moved atoi declaration to stdlib.h. Deleted atoi.h
2008-04-28 16:18:04 +00:00
filetypes.h
keyboard.h
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
language.c
Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak
2008-04-16 19:51:43 +00:00
language.h
FS#8482 take two. Make the language files built first, so that the largest
2008-02-18 12:17:34 +00:00
logfdisp.c
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
2008-04-28 10:22:05 +00:00
logfdisp.h
main.c
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
Makefile
Split up app.lds to the respective target directories. The portalplayer devices replicate app.lds since their target tree doesn't follow a syntax typical to the newer arm targets - the portalplayers could be cleaned up further. boot.lds and plugin.lds still need to be cleaned up.
2008-03-13 03:48:23 +00:00
menu.c
Viewported quickscreen (take 2 :D) (FS#8553)
2008-05-03 12:30:40 +00:00
menu.h
option_screen() now accepts a viewport
2008-04-23 11:07:40 +00:00
metadata.c
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
2008-04-28 10:22:05 +00:00
metadata.h
Cleaned up playblack.h header file and usage of it.
2008-04-28 14:13:13 +00:00
misc.c
Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use
2008-05-01 10:13:12 +00:00
misc.h
Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use
2008-05-01 10:13:12 +00:00
onplay.c
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
onplay.h
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
pcmbuf.c
PCM buffer muting doesn't seem benificial for wm8978 so turn it off.
2008-05-05 14:52:07 +00:00
pcmbuf.h
Removed unused function get_pcmbuf_descsize from pcmbuf.c
2008-04-19 23:08:13 +00:00
playback.c
Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have removed it. Also add mine in playback.c, alongside Slasheri's.
2008-05-05 09:40:22 +00:00
playback.h
Accept FS#6188: study mode.
2008-05-04 13:47:58 +00:00
playlist.c
remove the 2nd last evil use of ata_disk_is_active() in apps/
2008-04-30 09:23:12 +00:00
playlist.h
Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent with the naming of the other functions in playlist.c
2008-04-20 11:19:50 +00:00
playlist_catalog.c
use the playlist catalog code to generate the playlists under Playlist > Create playlist
2008-05-04 13:01:16 +00:00
playlist_catalog.h
use the playlist catalog code to generate the playlists under Playlist > Create playlist
2008-05-04 13:01:16 +00:00
playlist_menu.h
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
playlist_viewer.c
use the playlist catalog code to generate the playlists under Playlist > Create playlist
2008-05-04 13:01:16 +00:00
playlist_viewer.h
plugin.c
Lamp plugin: accept the reduced patch of FS #8934 by Alexander Papst
2008-05-08 21:23:31 +00:00
plugin.h
Bump the plugin API version when adding stuff....
2008-05-08 21:43:32 +00:00
README
root_menu.c
more textarea to viewport conversion... yes/no screen...
2008-05-11 13:39:22 +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
Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen iPods (LCD is inverted when backlight is on, so the curve is also inverted). This needs a slight extension of is_backlight_on() functionality in the core. * Thorough recalibration of all reachable greyscale targets, and #ifdef cleanup. * Reduce on-target gamma a bit, because the displayable contrast range of a monochrome/greyscale isn't that high.
2008-04-02 22:16:14 +00:00
screens.c
doh! fix yellow.
2008-05-11 14:08:46 +00:00
screens.h
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
scrobbler.c
Slight clean up and binsize save
2008-04-15 18:10:22 +00:00
scrobbler.h
settings.c
Moved atoi declaration to stdlib.h. Deleted atoi.h
2008-04-28 16:18:04 +00:00
settings.h
Move study mode settings from r17355 to end of settings struct to
2008-05-04 14:23:02 +00:00
settings_list.c
Accept FS#6188: study mode.
2008-05-04 13:47:58 +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
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
SOURCES
move the pitchscreen out of screens.c.. no functional changes
2008-05-05 07:07:19 +00:00
status.c
Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway).
2008-04-20 00:04:08 +00:00
status.h
Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway).
2008-04-20 00:04:08 +00:00
tagcache.c
Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c
2008-05-03 16:23:37 +00:00
tagcache.h
Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c
2008-05-03 16:23:37 +00:00
tagnavi.config
Change heading on database root for consistency.
2008-01-07 12:16:50 +00:00
tagtree.c
Introduce a small helper function that asks the user if the dynamic playlist should be erased to increase code re-use
2008-05-01 10:13:12 +00:00
tagtree.h
talk.c
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
talk.h
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
tree.c
more textarea to viewport conversion... yes/no screen...
2008-05-11 13:39:22 +00:00
tree.h
Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask).
2008-02-10 12:16:27 +00:00
version.h
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
2008-05-05 10:32:46 +00:00
voice_thread.c
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit).
2008-04-06 04:34:57 +00:00
voice_thread.h