Commit Graph

15 Commits

Author SHA1 Message Date
a4650c61aa REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
77edc7c91c REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
2ccf7f747f Tested with CloneCD images with version number 3, works. 2017-09-15 07:50:56 +01:00
2d03eb0112 Corrected off by one calculation. 2017-09-15 07:40:27 +01:00
da3cebf5ef Corrected subchannel reading in CloneCD. 2017-09-11 22:08:12 +01:00
bbcec02309 Corrected off-by-one calculations in CloneCD. 2017-09-11 21:52:15 +01:00
dc19f68e7a Check there are no more than two consecutive nulls (UTF-16 can
have one null).
2017-08-07 16:07:27 +01:00
16434f2788 Refactor: Simplify field names. 2017-07-19 16:37:11 +01:00
869b49d711 Updated copyright string. 2017-05-19 20:28:49 +01:00
c8245c9fd5 Do not skip text-based images on NULL, if they're smaller than
512 the test buffer gets NULL-filled.
2017-05-16 07:26:05 +01:00
17db00b068 * DiscImageChef.DiscImages/CloneCD.cs:
Correct subchannel reading.

	* DiscImageChef/DetectImageFormat.cs:
	  Add debug output.
2016-10-10 02:05:49 +01:00
9eb0a44b7a Adds support for CloneCD images, closes #57. 2016-10-08 04:29:33 +01:00
eeb313e42d * DiscImageChef.Filesystems/FAT.cs:
Add sanity check for BPB.

	* DiscImageChef.Filesystems/AppleHFS.cs:
	  Correct calling of Read2048SectorAs512()

	* DiscImageChef.Decoders/CD/Sector.cs:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Added CD sector descrambling.
2016-10-08 04:29:04 +01:00