.. |
common
|
Bring back rolo for mi4-based targets (H10 and Sansa).
|
2007-06-04 13:48:21 +00:00 |
decompressor
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
drivers
|
Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed integration work into recording and the AS3514 audio driver. Do a little AS3514 fiq_record tweak to have it all work nicely from the start.
|
2007-06-06 19:23:48 +00:00 |
export
|
Assumption about there being MPEG1-only samplerates available and therefore MPEG1-only bitrates for recording is no longer valid. Fix that.
|
2007-06-06 21:24:20 +00:00 |
include
|
Bring back rolo for mi4-based targets (H10 and Sansa).
|
2007-06-04 13:48:21 +00:00 |
target
|
e200: Better sync of display enabling and display update. The display would be remain stale after being turned back on with no screen activity. Block out the fiddling with DMA when writing to driver framebuffer. Melts seem too rare to catch now. There seems to be no significant advantage from an appearance point of view to be meddling around with the transfer anyway.
|
2007-06-07 06:11:03 +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
|
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
|
Remove some unneeded buttonlight code
|
2007-05-14 04:52:36 +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
|
iRiver scramble and descramble code from Dave Cooper
|
2005-01-24 09:01:48 +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 |
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
|
Font cache now uses memmove().
|
2006-02-06 17:24:47 +00:00 |
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
|
Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is an extremely CPU-intensive codec, and that the decoding speed is directly related to the compression level (-c1000, -c2000, -c3000, -c4000 or -c5000) used when encoding the file. Current performance is: -c1000 to -c3000 are realtime on a Gigabeat, -c1000 is realtime on Coldfire targets (H100, H300 and Cowon), and nothing is realtime on PortalPlayer targets (iPods, H10, Sansa). Hopefully this can be improved. More information at FS #7256.
|
2007-06-05 16:58:29 +00:00 |
kernel.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 |
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 |
Makefile
|
Prevent sysfont.h being regenerated during every build.
|
2007-01-18 00:46:52 +00:00 |
mp3_playback.c
|
* move audio settings into audio codec drivers
|
2007-05-22 15:56:05 +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
|
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_playback.c
|
always reset the pcm_paused flag when stopping playback. fixes FS #7187
|
2007-05-19 19:30:08 +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
|
No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a little too.
|
2007-05-03 18:08:00 +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
|
Bring back rolo for mi4-based targets (H10 and Sansa).
|
2007-06-04 13:48:21 +00:00 |
rom.lds
|
Fixed the rombox generation for SH1.
|
2007-01-08 19:19:23 +00:00 |
sound.c
|
e200: Fix errors from recording addition and a warning that comes up when fixing the errors.
|
2007-06-05 07:22:26 +00:00 |
SOURCES
|
Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed integration work into recording and the AS3514 audio driver. Do a little AS3514 fiq_record tweak to have it all work nicely from the start.
|
2007-06-06 19:23:48 +00:00 |
system.c
|
Fix build errors.
|
2007-04-22 12:27:54 +00:00 |
thread.c
|
Apply FS#7183. Also change to use documented ways to avoid inlining of functions.
|
2007-06-05 19:10:54 +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 |
tuner_sanyo.c
|
Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed integration work into recording and the AS3514 audio driver. Do a little AS3514 fiq_record tweak to have it all work nicely from the start.
|
2007-06-06 19:23:48 +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
|
Changed endpoint 0 max packet size to 64 in order to make the driver
|
2006-02-12 23:18:36 +00:00 |