.. |
fwpatcher
|
In fact there's a named constant for this value, use that instead.
|
2006-04-04 13:47:46 +00:00 |
profile_reader
|
Remove commented code
|
2006-03-23 16:18:57 +00:00 |
ucl
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
.cvsignore
|
please mr cvs ignore these files
|
2004-09-25 21:06:41 +00:00 |
bdf2bmp.c
|
tool we use on the web site to produce an image of a font
|
2004-05-21 17:03:37 +00:00 |
binlang
|
langv2
|
2006-04-03 21:11:11 +00:00 |
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
|
Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the default level file back to the previous filename)
|
2007-06-29 19:52:13 +00:00 |
checkwps.c
|
Commit my patch from FS#7179 - a standalone command-line checkwps tool. To build, just type "make checkwps" in tools and run it with "checkwps wpsname.wps".
|
2007-05-29 19:00:36 +00:00 |
codepage_tables.c
|
change the arabic codepage from ISO-8859-6 to CP1256
|
2006-01-10 17:12:33 +00:00 |
codepage_tables.h
|
change the arabic codepage from ISO-8859-6 to CP1256
|
2006-01-10 17:12:33 +00:00 |
codepages.c
|
Player: Reduced the selectable codepages to those which can actually work, and made them work.
|
2007-04-01 13:09:22 +00:00 |
configure
|
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire.
|
2007-07-03 09:25:36 +00:00 |
convbdf.c
|
Fix build warnings and errors.
|
2007-01-17 12:53:23 +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
|
New dict2rdf script by Tony Motakis
|
2005-06-08 21:01:26 +00:00 |
FILES
|
Add ipodpatcher to the source tarballs
|
2006-12-18 13:07:55 +00:00 |
genlang
|
attempt to fix -u
|
2007-06-26 08:44:59 +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
|
If the environment variable 'POOL' is set to a directory, this script will
|
2006-12-23 22:03: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 |
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
|
Adjusted the max/min sizes for the iriver scrambler
|
2005-01-28 12:21:52 +00:00 |
iriver.h
|
iRiver scramble and descramble code from Dave Cooper
|
2005-01-24 09:01:48 +00:00 |
langv1tov2
|
initial take at upgrade script from v1 to v2 file format
|
2006-03-21 12:56:25 +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
|
Commit my patch from FS#7179 - a standalone command-line checkwps tool. To build, just type "make checkwps" in tools and run it with "checkwps wpsname.wps".
|
2007-05-29 19:00:36 +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
|
Add apps/plugins/SUBDIRS file for specifying when to build each of the multi-file plugins instead of specifying it directly in the Makefile
|
2006-04-01 13:32:16 +00:00 |
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
|
Ooops, broke the H1x0 mkboot
|
2005-11-18 23:00:40 +00:00 |
mkinfo.pl
|
provide CPU and Manufacturer as well, and moved around the makefile somewhat
|
2007-04-20 13:47:30 +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
|
Now automatically patches gcc-3.4.6 when built on x86_64. (FS#6564)
|
2007-06-29 11:35:35 +00:00 |
romsizetest.pl
|
when rom file is too big, mention how many bytes
|
2004-09-06 09:15:47 +00:00 |
sample.emacs
|
typo, pointed out by Dave Wiard
|
2005-07-30 08:28:53 +00:00 |
scramble.c
|
Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself. This build fixes the problems seen with the latest builds on the Gigabeat X. Added View IO Ports under the Debug menu for the Gigabeat. Make sure you grab the latest bootloader from the Wiki as the old bootloader will not work properly with new builds.
|
2007-04-21 04:48: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
|
Fixes for BSD. Thanks to Lutz Böhne.
|
2007-02-20 23:01:25 +00:00 |
testdbv2.c
|
First runtime database support, self repairing, only playcount works for now,
|
2005-07-01 17:29:44 +00:00 |
ucl2src.pl
|
Self-extracting loader: Cleaner method for inclusion of the UCL-compressed image. The input image is now checked for correctness and converted to C source. The Makefile still needs fixing...
|
2005-11-30 00:05:40 +00:00 |
uplang
|
langv2
|
2006-04-03 21:11:11 +00:00 |
voicecommon.sh
|
Oops, only meant to change the error, not the shebang
|
2006-11-06 11:40:10 +00:00 |
voicefont.c
|
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 |
vorbiscomm.pm
|
Re-adding songdb.pl with support for tagcache. Works with mp3 and has partial support for ogg.
|
2006-06-28 15:44:51 +00:00 |
wavtrim.c
|
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 |
wn2rdf.pl
|
Dictionary conversion tools.
|
2005-05-02 15:05:07 +00:00 |