aboutsummaryrefslogtreecommitdiff
path: root/libmpio
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-13ECC code can now correct one bit errorsgermeier1-8/+50
2002-10-13finished support for external memory!germeier3-49/+75
2002-10-13finished formatting support for external memorygermeier4-62/+320
2002-10-12add completion for files on the mpio memory cardscrunchy1-1/+2
2002-10-06major changes to write support,germeier8-140/+509
2002-09-30improved model identification.germeier1-5/+20
2002-09-28reading support on external memory should now be correct.germeier5-159/+255
2002-09-24fixed issues with 8.3 names in directory.cgermeier6-51/+73
2002-09-23stupid typogermeier1-2/+2
2002-09-23read spare area from external memory toogermeier7-51/+148
2002-09-21fixed bug in abort code of mputgermeier1-2/+2
2002-09-20small fixes to mpiosh/callback.cgermeier3-7/+12