1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware
2007-04-10 14:18:30 +00:00
..
common Dircache fixes: Stop scanning properly if shutdown is initiated. Require user to re-enable dircache if initialization fails. Don't create statefile unless eeprom settings have been initialized. 2007-04-07 17:48:51 +00:00
decompressor
drivers RTC alarm for Gigabeat. Will be useful one the OF bootloader is no longer required. 2007-04-09 06:27:35 +00:00
export minor actions cleanup: 2007-04-08 01:33:01 +00:00
include More complete sized integer definitions. 2007-04-10 09:43:06 +00:00
target mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and take advantage of decoder's ability to assist. Straighten out some threading problems. Clean it up a bit. Added some plugin API functions and decided it was a good time to do a good sorting on them so your next update from this build should be a full replacement. 2007-04-10 14:18:30 +00:00
test
app.lds PNX0101 changes: 2007-03-24 19:26:13 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight.c Committed a forgotten file, hopefully fixed the PP crashes 2007-03-27 17:20:41 +00:00
bidi.c
bitswap.S
boot.lds
buffer.c
COPYING
debug.c
descramble.S
eeprom_settings.c
enc_base.c
FILES Sorted and updated FILES for both apps and firmware, included features.txt preparing for the lang v2 cleanup, should fix FS# 6805 unless Lear's previous committ got it 2007-03-12 21:31:06 +00:00
font.c
font_cache.c
general.c
hangul.c
hwcompat.c
id3.c Correct parsing of the ID3V2 extended header 2007-03-30 12:55:46 +00:00
kernel.c Make scheduler functions thread safe core wise. A big step towards playback running on COP (not yet possible because more protection on file system level is necessary). 2007-03-26 16:55:17 +00:00
logf.c
lru.c
Makefile
mp3_playback.c Guess there were more changes to it.:) Odd that mine built until a make clean. 2007-03-09 12:51:25 +00:00
mp3data.c Fix simulator builds, and some debugf() format strings. 2007-03-17 09:54:28 +00:00
mpeg.c Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly. 2007-03-04 20:06:41 +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 Recording queue should be set to IRQ safe mode as well. 2007-03-31 15:26:33 +00:00
pcm_sampr.c
powermgmt.c Calibrated (discharge) battery percentage table for iAudio X5(L) and M5(L). Runcurrent values and hence runtime estimation is still off, but battery percentage should be ok now. 2007-04-05 00:20:35 +00:00
profile.c
README
replaygain.c
rolo.c Fix RoLo on PortalPlayer targets 2007-03-04 23:53:38 +00:00
rom.lds
sound.c Enable balance control on Sansa 2007-03-11 21:57:46 +00:00
SOURCES Optimized lcd_yuv_blit() (used by mpegplayer) for the Sansa E200. This is just a copy-and-paste of the Gigabeat version by Michael Sevakis with no attempt to adapt to the different CPU in the E200 - so there could be room for further improvement. Reported to increase the FPS for the 224x128 version of Elephants Dream from 21fps to 27fps. 2007-04-06 09:34:13 +00:00
system.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
thread.c Accidentally enabled core locking mechanism. Now disabled again because it still causes problems on some players. 2007-04-01 11:47:58 +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 Remove unused code (already moved to target tree). 2007-04-10 01:22:52 +00:00
usb_serial.c

See docs/README