aboutsummaryrefslogtreecommitdiff
path: root/libmpio
AgeCommit message (Expand)AuthorFilesLines
2003-06-12fixed ugly bug which broke reading/deleting of files on external memory (D'oh!)germeier3-12/+10
2003-06-06external memory of FD100 now supportedgermeier1-3/+1
2003-06-05try to support external memory of FD100germeier1-1/+4
2003-05-19fixed strncat bug found by Sergey. Thanks!germeier1-2/+2
2003-04-30cleaned up ECC codegermeier1-103/+57
2003-04-30libmpio: changed license from GPL to LGPLgermeier2-43/+32
2003-04-29fix level for debug messagesgermeier1-6/+6
2003-04-27libmpio: changed license from GPL to LGPLgermeier17-279/+272
2003-04-27fixed some C code "things" found with "paranoia" CFLAGS settingsgermeier13-43/+69
2003-04-23restructuring part 4crunchy2-2/+2
2003-04-23restructuring part 3crunchy2-2/+2
2003-04-23restructuring part 2crunchy5-427/+4
2003-04-23start restructuringcrunchy27-37/+3727
2003-04-21remove trailing spaces in ID3 tag fields as suggested by Thomasgermeier1-2/+10
2003-04-21fixed disc geometry, reported by Yury. Thanks.germeier1-4/+5
2003-04-21fixed "CFLAGS" handling -> AM_CFLAGSgermeier1-1/+1
2003-04-19added function(s) to rename files on the playergermeier4-146/+230
2003-04-19added ID3 rewriting supportgermeier6-13/+375
2003-04-18update build environment to use mplib if not disabled manuallygermeier1-2/+4
2003-04-18implemented "health" function. this is UNTESTED!germeier6-39/+153
2003-04-11small error messages changesgermeier2-11/+17
2003-04-11timestamp generation fixes as suggested by Sebastiangermeier4-12/+96
2003-04-06initial support for directoriesgermeier6-78/+451
2003-04-06added a fix for 8.3 filename extension generation (for files with more then 1...germeier1-7/+26
2003-04-05moved FD100 to supported stategermeier1-3/+1
2003-04-04oops, don't do this twice!germeier1-2/+2
2003-04-04some necessary fixes to internal mem "size" handlinggermeier2-7/+8
2003-04-04promote size to WORD so we can support 256MB playersgermeier1-2/+2
2003-04-03try to fix/find a problem with the FD100/256MBgermeier1-7/+14
2003-03-26don't be to strict with this checkgermeier1-3/+2
2003-03-25try to support changes in internal FAT structure on newer players.germeier2-13/+30
2003-03-24ignore external memory on FL100 until we know how to support itgermeier1-4/+6
2003-03-22Oops, forgot to update model name strings. Fixed.germeier1-1/+4
2003-03-20next try to fix the bug in debug.ccrunchy1-2/+21
2003-03-19fixed a bug in debug.c -- uninitialed __debug_fdcrunchy1-3/+4
2003-03-15fixed stupid mistakegermeier2-4/+4
2003-03-15BEWARE: Changes to support models with 4 internal chips.germeier4-23/+49
2003-03-13fixed missing first char issuegermeier1-2/+2
2003-03-12trying to fix iconv UNICODE conversions on BIG_ENDIAN machinesgermeier1-5/+7
2003-03-11added code the recognize new MPIO models (FD100/FL100/FY100),germeier2-20/+47
2003-03-08small fixesRelease_0-6-0germeier1-2/+4
2003-02-21add patch of Sebastian; tried to fix problems with etc stuffcrunchy4-60/+221
2003-01-16initalize newly allocated mpio_t structure with zero to be sure (notedgermeier1-1/+6
2002-11-14fixed problem with CONFIG.DATgermeier1-3/+4
2002-11-13changed default charset from ASCII to ISO-8859-15germeier4-7/+55
2002-10-27implemented the switch commandgermeier4-50/+155
2002-10-27added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT)germeier5-22/+114
2002-10-26make libmpio header files C++ compliantgermeier10-19/+92
2002-10-23fixed init progress counter for models with two internal chipsgermeier1-2/+4
2002-10-17another fix for the 8.3 handlinggermeier1-5/+11