rockbox/tools
Jonathan Gordon e329a45add revert r14709, leaving the output in bootloader/ is fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15103 a1c6a512-1295-4272-9138-f99709370657
2007-10-14 09:51:59 +00:00
..
fwpatcher
profile_reader
ucl Removed executable flag 2007-01-09 23:29:07 +00:00
bdf2bmp.c
binlang
bmp2rb.c Make RAW option explicitly little-endian and ensure that bmp2rb works the same on both little-endian and big-endian hosts. Fix bug with generating <= 8-bit raw output on big-endian hosts. Also remove TAB characters, C99 variable declarations and extremely long lines in the source. 2007-01-18 09:30:25 +00:00
buildzip.pl Fix FS#7549 - plugins would only get listed once in viewers.config which meant some extensions dont appear as supported 2007-08-07 10:15:40 +00:00
checkwps.c Add a verbosity level command line option to the chackwps tool. This should make life easier for the themes.rockbox.org people. 2007-07-22 17:17:53 +00:00
codepage_tables.c FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added 2007-10-01 17:16:31 +00:00
codepage_tables.h FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added 2007-10-01 17:16:31 +00:00
codepages.c Make codepage Win-1250 actually work on charcell. 2007-10-02 07:25:24 +00:00
configure revert r14709, leaving the output in bootloader/ is fine 2007-10-14 09:51:59 +00:00
convbdf.c FS#4955 - convbdf segfaults on very large fonts was simply due to a too small 2007-07-31 09:42:50 +00:00
database.c Check if file has already been removed from DB when manually invoking 2006-11-19 19:11:30 +00:00
descramble.c Fix red. 2007-03-22 15:59:58 +00:00
dict2rdf.pl
FILES More FILES updating. 2007-09-04 22:19:40 +00:00
genlang Make genlang ignore leading and trailing whitespace in source and desc lines (not the strings). If this behavior is unwanted, feel free to revert. 2007-09-01 20:54:17 +00:00
gentalkclips.sh Voice update, most useful for non-Windows systems. Voice file building using Festival, Flite or eSpeak from the configure script. Compressing with Speex and Vorbis possible, but won't create useable voicefiles. Adds voicefont.c and wavtrim.c by Jörg Hohensohn. Also includes a script to generate talk clips. 2006-11-03 21:47:52 +00:00
genvoice.sh Copy files rather than linking them. This should make using the POOL feature work on Windows/Cygwin. 2007-08-15 12:29:49 +00:00
gigabeat.c Make Gigabeat's scramble endian-safe. 2007-03-22 15:53:37 +00:00
gigabeat.h add Gigabeat support to the scramble tools 2006-08-30 23:47:09 +00:00
gigabeats.c Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. 2007-09-21 15:51:53 +00:00
gigabeats.h Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. 2007-09-21 15:51:53 +00:00
ipod_fw.c Initial attempt at adding support for firmware images with 2048-byte sectors. Sector size is auto-detected, so both 5g and "5.5g" users can use the "-g video" (or its alias, "-g 5g") option to manipulate the firmware. I have tested this patch with 3G, 4G and 5G (512-byte sectors) and 5G (2048-byte sectors) images and it generates a "rockboot.bin" file with a matching MD5 checksum to either the previous version of ipod_fw.c, or the patched "ipod_fw_5.5g.c", as appropriate. 2006-12-10 11:02:48 +00:00
iriver.c
iriver.h
langv1tov2
lngdump.c tiny tool to help with dumping a binary lng file to the screen to make it 2007-08-10 22:04:47 +00:00
make.inc Make the build process informative again for 'make' 3.80 and earlier. Those 'make' versions are back to lower build speed (same as before my Makefile tuning). 2006-10-28 22:42:16 +00:00
makebmp.inc Make the build process informative again for 'make' 3.80 and earlier. Those 'make' versions are back to lower build speed (same as before my Makefile tuning). 2006-10-28 22:42:16 +00:00
Makefile Add a couple of recent new files to the CLEANALL rule 2007-10-02 22:05:40 +00:00
makesrc.inc Reverted my "xargs ls" thing since it broke the build in a way that I'm not 2007-05-19 18:06:34 +00:00
makesubdirs.inc
mi4.c The mi4 CRC should start at 0x200, not 0x1c. 2007-03-15 13:04:38 +00:00
mi4.h Add support for scramble to put a 4 character string indicating binary type and the 4 character model id at the end of the mi4 header. 2007-03-14 13:51:05 +00:00
mkboot.c
mkinfo.pl oops, close the handle after use as a good citizen 2007-08-16 08:14:03 +00:00
mkmi4.sh Even when we don't encrypt a mi4 we still need to run the encrypt step so that the crc gets updated. 2006-08-30 20:20:52 +00:00
mp3info.pm Removed executable flag 2007-01-09 23:29:07 +00:00
player_unifont.c Replace obsolete generate_rocklatin tool with player_unifont tool. 2007-04-04 00:16:11 +00:00
rdf2binary.c fds are pointers, not ints. 2006-11-12 02:29:52 +00:00
release Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release). 2007-01-22 23:09:07 +00:00
rockbox-style.el better lisp 2007-01-24 15:32:39 +00:00
rockboxdev.sh Use /tmp for temporary directories instead of /home/bjst 2007-09-07 12:24:53 +00:00
romsizetest.pl
sample.emacs
sapi5_init_tts.vbs Allow Cygwin users to generate voice files using SAPI 5. Slow, and missing some of the details from the old MakeVoices.vbs method, but better than nothing. 2007-08-09 12:07:42 +00:00
sapi5_stop_tts.vbs Allow Cygwin users to generate voice files using SAPI 5. Slow, and missing some of the details from the old MakeVoices.vbs method, but better than nothing. 2007-08-09 12:07:42 +00:00
sapi5_voice.vbs Allow Cygwin users to generate voice files using SAPI 5. Slow, and missing some of the details from the old MakeVoices.vbs method, but better than nothing. 2007-08-09 12:07:42 +00:00
sapi_voice.vbs Added audio formats for Scansoft, Loquendo and VoiceWare. 2007-09-05 20:08:01 +00:00
scramble.c Fix the bootloader, and give the M:Robe it's own scramble 2007-09-30 17:12:20 +00:00
sh2d.c Fix sh2d to work properly on non-32bit hosts. 2006-11-21 20:06:06 +00:00
songdb.pl Change default filenames from tagcache to database 2006-11-27 00:21:37 +00:00
svnupcheck.pl pass the output from 'svn update' to this script, and it will say rebuild if 2007-03-15 22:31:32 +00:00
svnversion.sh FS#7748 by Catalin Patulea - Fix svnversion.sh for localization and failure corner-cases. 2007-09-11 05:10:42 +00:00
telechips.c Add support for the generic Telechips firmware format checksums - use -tcc=sum if the header just contains a single checksum, or -tcc=crc if the header contains two 32-bit CRCs. Credit goes to Hein-Pieter van Braam for his work on identifying the (reverse) CRC32 algorithm used when calculating the two CRCs 2007-09-30 12:49:43 +00:00
telechips.h Add support for the generic Telechips firmware format checksums - use -tcc=sum if the header just contains a single checksum, or -tcc=crc if the header contains two 32-bit CRCs. Credit goes to Hein-Pieter van Braam for his work on identifying the (reverse) CRC32 algorithm used when calculating the two CRCs 2007-09-30 12:49:43 +00:00
testdbv2.c
ucl2src.pl
uplang
voice.pl It seems we want the plugins fix for sapi as well. 2007-10-02 17:32:30 +00:00
VOICE_PAUSE.wav Replace the voicebuilding with a perl-based approach. Should greatly speed up building on Cygwin. See more in FS#7646. 2007-08-25 22:00:13 +00:00
voicecommon.sh Two oops commits for the price of one. 2007-08-13 12:44:45 +00:00
voicefont.c We only need to have bit-swapped voice files for the SH based archos targets 2007-08-06 18:39:04 +00:00
vorbiscomm.pm
wavtrim.c Fixed wavtrim so it correctly uses the chunkSize of the data chunk - this fixes the issue with Festival generated WAV files that have a text comment appended after the data chunk 2007-08-07 10:21:03 +00:00
wn2rdf.pl