.. |
common
|
avoid declaring shadow 'rc' variables (-Wshadow!)
|
2007-04-26 10:29:41 +00:00 |
decompressor
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
drivers
|
Player: Fix the dollar sign for old LCD.
|
2007-04-21 05:32:11 +00:00 |
export
|
Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them).
|
2007-04-25 21:44:56 +00:00 |
include
|
More complete sized integer definitions.
|
2007-04-10 09:43:06 +00:00 |
target
|
FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when backlight is off and shutdown ATA controller when the disk isn't being accessed. Frequency scaling is not enabled yet as it was apparently causing some problems.
|
2007-04-23 23:26:23 +00:00 |
test
|
Removed second test
|
2007-01-09 23:38:42 +00:00 |
app.lds
|
move the iriver ifp7xx and other pnx0101 related files together in the target tree
|
2007-04-19 10:14:55 +00:00 |
arabjoin.c
|
|
|
arabjoin.h
|
|
|
ata_idle_notify.c
|
Fix settings not saving to disk correctly, (fixes FS#6408)
|
2006-12-06 12:11:57 +00:00 |
backlight.c
|
e200: Make the wheel light timeout configurable (under settings > system) (FS#7067)
|
2007-04-22 13:02:24 +00:00 |
bidi.c
|
Fix freeze/crash problems when scrolling very long strings (like filenames or tags).
|
2006-12-17 15:40:13 +00:00 |
bitswap.S
|
|
|
boot.lds
|
Added new iAudio M5 target, including some adjustments to make the bootloader compile (with a small change against the committed tools/tonfigure, and it won't actually work yet).
|
2007-03-04 14:09:21 +00:00 |
buffer.c
|
New scheduler, with priorities for swcodec platforms. Frequent task
|
2006-09-16 16:18:11 +00:00 |
COPYING
|
|
|
debug.c
|
Fix SH1 debug builds.
|
2007-03-02 20:03:41 +00:00 |
descramble.S
|
|
|
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 |
FILES
|
move audio drivers together into a subdir
|
2007-04-19 10:46:50 +00:00 |
font.c
|
Simplify the readshort/readlong/readstr functions - move the bounds checking into the calling function (which allows bounds-checking in chunks) and change the readshort/readlong functions (which now always succeed) to return the value read instead of a result code. Indirectly closes FS #7026
|
2007-04-13 19:51:19 +00:00 |
font_cache.c
|
|
|
general.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 |
hangul.c
|
Add support for loadable vkeyboard layouts
|
2006-03-29 16:21:42 +00:00 |
id3.c
|
Correct parsing of the ID3V2 extended header
|
2007-03-30 12:55:46 +00:00 |
kernel.c
|
Simplification, queue pointers don't wrap (except at INT_MAX, but the calculation is still correct in this case). Implemented queue_count() for the simulator.
|
2007-04-14 09:47:47 +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
|
|
|
Makefile
|
Prevent sysfont.h being regenerated during every build.
|
2007-01-18 00:46:52 +00:00 |
mp3_playback.c
|
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
|
2007-04-11 23:51:00 +00:00 |
mp3data.c
|
Fix simulator builds, and some debugf() format strings.
|
2007-03-17 09:54:28 +00:00 |
mpeg.c
|
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
|
2007-04-11 23:51:00 +00:00 |
panic.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
pcm_playback.c
|
Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Might come in handy anyhow. Use sound.h instead of the conditional includes for audio hardware headers. If someone doesn't like that, yell at my evil twin. :)
|
2007-03-11 06:21:43 +00:00 |
pcm_record.c
|
Make recording complain about every little file I/O problem (error on close() failure and fsync() failure). Why? I guess we will find out the disk is full about 1/2 sector sooner on average when the file APIs actually detect this correctly. :/
|
2007-04-25 19:53:34 +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
|
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT.
|
2007-04-12 22:12:13 +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 |
README
|
|
|
replaygain.c
|
Remove unneeded zero checks from convert_gain() and get_replaygain_int(). These functions return correct results without them.
|
2007-02-23 12:22:17 +00:00 |
rolo.c
|
Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the core for newborn threads. In doing so, move more ARM stuff to the target tree and organize it to make a clean job of it. If anything isn't appropriate for some particular device give a hollar or even just fix it by some added #ifdefing. I was informed that the PP targets are register compatible so I'm going off that advice. The Sansa likes it though.
|
2007-04-13 20:55:48 +00:00 |
rom.lds
|
Fixed the rombox generation for SH1.
|
2007-01-08 19:19:23 +00:00 |
sound.c
|
adapt some values
|
2007-04-15 14:38:22 +00:00 |
SOURCES
|
removed unnecessary #if
|
2007-04-27 07:16:31 +00:00 |
system.c
|
Fix build errors.
|
2007-04-22 12:27:54 +00:00 |
thread.c
|
Hrmph. Forgot the other instance of cache hacking.
|
2007-04-13 21:25:07 +00:00 |
timer.c
|
PNX0101 changes:
|
2007-03-24 19:26:13 +00:00 |
tuner_philips.c
|
FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus.
|
2007-03-16 14:40:40 +00:00 |
tuner_samsung.c
|
FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus.
|
2007-03-16 14:40:40 +00:00 |
usb.c
|
Moved archos USB handling to target tree. Minor simplification for coldfire (only one usb-target.h).
|
2007-04-11 20:44:32 +00:00 |
usb_serial.c
|
|
|