rockbox/firmware
Jens Arnold 583caa867b Player: Add mappings and glyphs for extended latin A characters which exist in hardware on old LCD. Makes polish, czech, ... work properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12954 a1c6a512-1295-4272-9138-f99709370657
2007-03-28 23:21:31 +00:00
..
common Oops. Should've used the unsigned local variables. 2007-03-20 13:45:38 +00:00
decompressor
drivers Player: Add mappings and glyphs for extended latin A characters which exist in hardware on old LCD. Makes polish, czech, ... work properly. 2007-03-28 23:21:31 +00:00
export (all targets) Increase scrolling line size to account for utf-8 in the overlap. (player) Fix utf-8-related scroll-around display bug. 2007-03-27 22:14:53 +00:00
include SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the players RAM is <= 1MB. Make any needed changes to things to stabilize and facilitate this including removing flattening out initialization. Comment some things heavily. Fix a few logfs I didn't want to see the compiler complaining about. 2007-03-19 22:04:17 +00:00
target First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. 2007-03-26 07:52:13 +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 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
COPYING
debug.c Fix SH1 debug builds. 2007-03-02 20:03:41 +00:00
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 Fix simulator builds, and some debugf() format strings. 2007-03-17 09:54:28 +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
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 More logf fixes. speex.c wants to format 64bit args so I didn't change that one nor add any formatting for that. 2007-03-20 13:53:23 +00:00
pcm_sampr.c
powermgmt.c FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper. 2007-03-23 10:59:01 +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 First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. 2007-03-26 07:52:13 +00:00
system.c Fixed compilation problems with boostctrl_mtx. 2007-03-26 17:29:04 +00:00
thread.c A temporary fix to crashing on some dual core targets. 2007-03-27 20:41:10 +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 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
usb_serial.c

See docs/README