rockbox/firmware
Christian Gmeiner da58a8dfb4 make private functions static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15727 a1c6a512-1295-4272-9138-f99709370657
2007-11-20 23:11:12 +00:00
..
common 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
decompressor Removed executable flag 2007-01-09 23:29:07 +00:00
drivers make private functions static 2007-11-20 23:11:12 +00:00
export get rid of audiohw_reset 2007-11-20 10:28:53 +00:00
include Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\ 2007-10-15 07:59:13 +00:00
target Hopefully the last word on getting rid of yield_codecs loops (cut read chunk to 16kB). Sansa ata driver also didn't yield enough so buffering would starve other threads. Bump priority of audio thread to keep UI more responsive. 2007-11-20 22:45:46 +00:00
test Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties. 2007-10-16 01:25:17 +00:00
usbstack first part of usbstack patches -> show and use selection of usb stack mode only, if 2007-09-30 12:25:06 +00:00
COPYING iRiver scramble and descramble code from Dave Cooper 2005-01-24 09:01:48 +00:00
FILES Bring the tarball more in line with SVN. (notably, include rbspeexenc) 2007-11-19 01:20:45 +00:00
Makefile Prevent sysfont.h being regenerated during every build. 2007-01-18 00:46:52 +00:00
README lets point to ../docs/README 2002-08-21 11:13:46 +00:00
SOURCES * dont compile audio codec drivers for bootloader, as we dont need them -> saves time 2007-11-20 12:09:59 +00:00
app.lds Revert Karl's r15581, r15582 and r15583 because they caused serious problems on the Gigabeat (can't load plugins or codecs). 2007-11-11 20:50:44 +00:00
arabjoin.c move some code from .h files to .c files and polish unicode.c a bit 2005-12-06 15:04:48 +00:00
arabjoin.h arabjoin.h was emptied by accident 2005-12-06 15:15:54 +00:00
ata_idle_notify.c Fix settings not saving to disk correctly, (fixes FS#6408) 2006-12-06 12:11:57 +00:00
backlight.c Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. 2007-11-12 18:49:53 +00:00
bidi.c code police, no functional changes 2007-07-30 22:33:31 +00:00
bitswap.S Added header file for bitswap, and made the fliptable global for re-use 2004-09-26 09:25:59 +00:00
boot.lds Fix M:Robe define 2007-11-11 21:07:17 +00:00
buffer.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
debug.c Fix SH1 debug builds. 2007-03-02 20:03:41 +00:00
descramble.S Fixed two more than 3 years old bugs in RoLo: (1) Read start address from image instead of using hard coded loadaddress+0x200. (2) Set desired stack pointer. The stack pointer used to remain wherever it was when invoking RoLo... 2005-11-28 22:42:38 +00:00
eeprom_settings.c Prepare core support for the iriver bootloader supporting ROM images 2007-01-12 18:34:00 +00:00
enc_base.c Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. 2006-11-24 19:49:04 +00:00
font.c Fix 64 bit simulator warning. 2007-10-02 17:04:56 +00:00
font_cache.c Font cache now uses memmove(). 2006-02-06 17:24:47 +00:00
general.c Add some CACHEALIGN_* macros and a helper function to assist in aligning data and buffers on PortalPlayer processors to cache line boundaries. They're noops when PROC_NEED_CACHEALIGN isn't defined. Go safe and increase the value to 32 since I'm not sure yet if 16 is sufficient - changing that is a one-liner. Add helper to plugin API which will be needed shortly. 2007-11-08 05:17:20 +00:00
hangul.c Add support for loadable vkeyboard layouts 2006-03-29 16:21:42 +00:00
hotswap.c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). 2007-06-30 02:08:27 +00:00
id3.c Turn the DEBUGF messages into logf in the ID3 parser, so that by default they don't get shown. 2007-10-29 18:02:41 +00:00
kernel.c Fix FS#8052 - kernel.c compilation errors when compiling for debug. Just some minor typos that got in with last minute SW corelock changes. 2007-10-30 20:36:23 +00:00
logf.c Support building tagcache db natively on PC using the core of the 2006-11-10 08:03:33 +00:00
lru.c waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
mp3_playback.c compile talk.c on hwcodec sim. it wont actually talk though 2007-11-07 09:28:07 +00:00
mp3data.c Fix simulator builds, and some debugf() format strings. 2007-03-17 09:54:28 +00:00
mpeg.c make initialisation of buffer/unbuffer call backs consistent with FS#6639 2007-11-04 23:58:23 +00:00
panic.c Messages queues must be guarded on both ends or else it's a race between detecting a message present and missing a wakeup on thread about to wait. Keeping IRQs from interacting with the scheduler would be preferable but this should do at the moment. Add more detailed panic info regarding blocking violations so we know who. Make panicf function well enough on Gigabeat and PortalPlayer targets. Move the core sleep instructions into a CPU-specific inline to keep thing organized. 2007-05-12 05:20:04 +00:00
pcm.c Still on the post-big-commit policing. Correct a function call order. Comment a couple things. 2007-10-07 23:19:09 +00:00
pcm_record.c Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties. 2007-10-16 01:25:17 +00:00
pcm_sampr.c Forgot to use cvs add on a few new files in the fresh checkout I used. woops. 2006-11-06 18:18:05 +00:00
powermgmt.c No need to have this variable for targets that don't use it 2007-11-08 15:37:39 +00:00
profile.c Fix bug in profiling that makes the timing for coldfire off by a factor of 2, and way off for pp. 2006-08-29 18:35:18 +00:00
replaygain.c Remove some debug code. Remove some unnecessary checks. 2007-08-25 10:56:22 +00:00
rolo.c Work in progress fixes to the remote button handling. Now the remote can be unplugged and then plugged in and it will work. 2007-11-15 06:44:35 +00:00
rom.lds Fixed the rombox generation for SH1. 2007-01-08 19:19:23 +00:00
scroll_engine.c Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threading code in IRAM that should be there on PP502x. 2007-10-16 22:00:51 +00:00
sound.c move {bass,treble,prescale}_table from sound.c to mas35xx.h 2007-11-15 23:32:56 +00:00
system.c Fixed warnings when logf is enabled. 2007-10-21 11:02:51 +00:00
thread.c Fix warnings. 2007-11-20 04:07:33 +00:00
timer.c Fix empty commit: Add grayscale support for ARM in vertical packing format. 2007-09-22 23:37:58 +00:00
tuner.c e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen got broken again and was ignoring cancellation and not drawing the lines. 2007-07-14 22:00:50 +00:00
usb.c Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threading code in IRAM that should be there on PP502x. 2007-10-16 22:00:51 +00:00
usb_serial.c Changed endpoint 0 max packet size to 64 in order to make the driver 2006-02-12 23:18:36 +00:00

README

See docs/README