.. |
fwpatcher
|
|
|
profile_reader
|
|
|
rbspeex
|
Compensate for encoder lookahead to make more click-free voice clips. Add narrowband option.
|
2007-11-21 17:26:37 +00:00 |
ucl
|
|
|
bdf2bmp.c
|
|
|
binlang
|
|
|
bmp2rb.c
|
|
|
buildzip.pl
|
FS#5690 - folders with a file named database.ignore will be skipped by the database when it rebuilds, (this includes any subdirs in that fodler)
|
2007-11-21 13:37:45 +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
|
Add the tools dir to the path in voice.pl, for easier calling of the various tools. Fixes the problem of building swcodec voice files on cygwin (needs reconfiguring).
|
2007-11-18 18:44:45 +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
|
|
|
descramble.c
|
Fix red.
|
2007-03-22 15:59:58 +00:00 |
dict2rdf.pl
|
|
|
FILES
|
Bring the tarball more in line with SVN. (notably, include rbspeexenc)
|
2007-11-19 01:20:45 +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 |
gigabeat.c
|
Make Gigabeat's scramble endian-safe.
|
2007-03-22 15:53:37 +00:00 |
gigabeat.h
|
|
|
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
|
|
|
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
|
|
|
makebmp.inc
|
|
|
Makefile
|
rbspeexenc and uclpack need to be .PHONY targets so they are rebuilt correctly when the source changes
|
2007-11-16 16:15:46 +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
|
|
|
mknkboot.c
|
Initial version of mknkboot - a utility to replace "merge0.cpp" to insert a Rockbox bootloader into a Gigabeat-S nk.bin firmware update image. This was rewritten from scratch, but has been tested to produce output files identical to merge0.cpp.
|
2007-11-11 12:08:06 +00:00 |
mktccboot.c
|
Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader build compiles and runs (but only displays some debugging info), and the LCD and ADC drivers are working. Two different bootloader builds are possible: 1) The default build is just a test application for uploading to the device via tcctool; 2) Adding -DTCCBOOT to EXTRA_DEFINES in the build directory Makefile will compile the bootloader so that it can be appended to the end of the original firmware and installed on the device, dual-booting. This commit also includes some work by Hein-Pieter van Braam on a port to the iAudio 7, but that doesn't build yet. A large part of these ports will be generic to all TCC77x devices - see the TelechipsInfo wiki page for some other devices with this CPU. NOTE: Compiling these builds requires an arm-elf-gcc with armv5 support - the current version of rockboxdev.sh compiles such a gcc.
|
2007-10-28 11:08:10 +00:00 |
mp3info.pm
|
|
|
player_unifont.c
|
Replace obsolete generate_rocklatin tool with player_unifont tool.
|
2007-04-04 00:16:11 +00:00 |
rdf2binary.c
|
|
|
release
|
|
|
rockbox-style.el
|
better lisp
|
2007-01-24 15:32:39 +00:00 |
rockboxdev.sh
|
Patches moved out from twiki.
|
2007-10-19 07:33:39 +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
|
Output both error number and description. * Another try to get svn:keywords right.
|
2007-11-11 08:44:48 +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
|
|
|
songdb.pl
|
|
|
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
|
Make voice.pl gentalkclips() work for SAPI.
|
2007-11-19 23:24:27 +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 |
voicefont.c
|
Fix header size mismatch in voicefont.c. Fixes 'yes' clip.
|
2007-11-18 22:01:31 +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
|
|
|