rockbox/firmware/common
Michael Sevakis 99617d71ba Make speex the new voice format for SWCODEC targets (non-Archos). Remove codec swapping and build speex voice decoding directly into the core binary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15668 a1c6a512-1295-4272-9138-f99709370657
2007-11-18 17:12:19 +00:00
..
atoi.c
crc32-mi4.c Bring back rolo for mi4-based targets (H10 and Sansa). 2007-06-04 13:48:21 +00:00
crc32.c Initial support and use for EEPROM memory on H120 & H140 players when 2006-08-05 20:19:10 +00:00
ctype.c
dir_uncached.c Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
dircache.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
disk.c Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
errno.c
file.c More code police... 2007-10-29 00:04:35 +00:00
memchr.c
memcmp.c Initial gcc4 warning cleanup (and some minor policing) 2005-11-25 00:10:12 +00:00
memcpy.c Initial gcc4 warning cleanup (and some minor policing) 2005-11-25 00:10:12 +00:00
memmove.c Added memmove() to the rockbox core. C implementation taken from newlib. Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying. 2006-02-06 16:00:58 +00:00
memset.c
memset16.c Removed executable flag 2007-01-09 23:29:07 +00:00
qsort.c
random.c Better random number generator: Mersenne twiser with improved initialisation. BSD-style license. 2006-01-20 01:21:26 +00:00
sprintf.c Oops. Should've used the unsigned local variables. 2007-03-20 13:45:38 +00:00
sscanf.c Some fixes to doom dehacked loading - make embedded dehacked files actually load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls. 2007-06-03 22:03:36 +00:00
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strstr.c import and use the Linux one instead, bound to be faster 2007-09-18 07:04:05 +00:00
strtok.c
structec.c Start using the new endian conversion system outside tagcache also to simplify code. 2007-02-14 19:20:13 +00:00
timefuncs.c FS#7353 - mktime() is only used by targets that have an RTC 2007-07-14 12:34:52 +00:00
unicode.c Make codepage Win-1250 actually work on charcell. 2007-10-02 07:25:24 +00:00