summaryrefslogtreecommitdiffstats
path: root/tools/scramble.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-06output the exact byte sizes of the image and the maximum allowedDaniel Stenberg1-2/+3
2005-11-14fixed a million gcc4 warningsDaniel Stenberg1-5/+5
2005-11-07Rename irivermodel and irivernum variables to the more generic modelname and ...Dave Chapman1-11/+15
2005-09-14Player and recorder use the same scrambler, and have the same size limitsLinus Nielsen Feltzing1-3/+1
2005-09-14Handle the different max binary size limits for the Archos modelsLinus Nielsen Feltzing1-3/+32
2005-01-28Made the -add option use char instead of short, prevents endianness problemsLinus Nielsen Feltzing1-4/+3
2005-01-28The checksum is not a CRCLinus Nielsen Feltzing1-4/+4
2005-01-24store the 'add' checksum big-endianDaniel Stenberg1-2/+1
2005-01-24remove duplicated codeDaniel Stenberg1-2/+0
2005-01-24Added the "--add=[model]" option for upcoming iRiver work. Rockbox for iRiverDaniel Stenberg1-5/+58
2005-01-24iRiver scramble and descramble code from Dave CooperDaniel Stenberg1-10/+27
2004-09-08scrambling extended for the Ondio SP/FMJörg Hohensohn1-0/+16
2004-03-17Multimedia scrambling was wrong: Checksum is for xor:ed dataBjörn Stenberg1-4/+4
2004-01-08Added multimedia support (but no compression)Björn Stenberg1-50/+115
2003-12-12removed the neo-specific scramble-tool and made it an option to scrambleDaniel Stenberg1-31/+57
2003-10-27Updated the scramble/descramble for the V2 recorderLinus Nielsen Feltzing1-3/+12
2003-04-14Magnus Öman's fix to prevent creation of >200K filesLinus Nielsen Feltzing1-1/+7
2003-04-12Now handles files with odd lengthLinus Nielsen Feltzing1-0/+2
2002-12-19Added incomplete support for the FM Recorder headerBjörn Stenberg1-16/+46
2002-03-28First checkinBjörn Stenberg1-0/+101