Commit Graph

79 Commits

Author SHA1 Message Date
cd41c8e59a Simplify some struct type names. 2021-09-14 21:18:28 +01:00
75edb759e6 General code refactor. 2021-08-17 21:23:10 +01:00
4fcaeffc85 Merge into pattern. 2021-08-17 18:24:01 +01:00
ad861f5a74 Fix possible exceptions. 2021-08-17 17:14:48 +01:00
c1287c00cf Remove redundant parentheses. 2021-08-17 14:27:19 +01:00
00f605b0ca Add XML comments to public entities. 2021-08-17 13:56:05 +01:00
Darkstar
1a6a446520 Detect all unknown non-removable media as HDD 2021-07-28 21:19:24 +02:00
Darkstar
c8fe683e97 Fix ReadCapacity16 block size calculation 2021-07-28 20:32:22 +02:00
aa2dbf3b94 Fix overflow calculations of blocks when device has more than 0x7FFFFFFF blocks. 2021-07-28 17:16:38 +01:00
e508d2f379 Typo fix. 2021-07-12 02:01:18 +01:00
59b3f86098 Second try at fixing #634 2021-07-12 01:54:40 +01:00
faa7cf05eb Fix pregap calculation on first tracks of each session when dumping CDs. Fixes #634 2021-07-12 01:12:44 +01:00
7d289dc9e3 Fix re-setting track end when correctly reading a new subchannel that changes the next track start.
Fixes generation of wrong images when dumping multisession discs.
2021-07-04 20:22:46 +01:00
a4652c517e Decode pre-recorded information from DVD-R(W). 2021-06-23 20:47:14 +01:00
26d1412186 Print DVD-R(W) PFI on media info. 2021-06-23 19:27:56 +01:00
a77fb96a00 Detect when DVD book type is different from drive's firmware profile. 2021-06-23 14:48:22 +01:00
4ec6710bf6 Fix detecting CD-R and CD-RW when dumping if drive reports as CD-ROM. 2021-06-16 18:53:24 +01:00
91f3928a67 Fix DVD discs being detected always as -ROM when the drive returned this profile on dump. 2021-06-16 18:45:01 +01:00
2962cc4d61 Do not write to subchannel log when there's none. Fixes #589 2021-06-03 12:45:59 +01:00
eda85862cd Decode fixed or descriptor SCSI sense in a single pass, use whichever was returned by drive. 2021-03-26 00:37:54 +00:00
753a40465e Add media type and detection of PlayStation 5 Ultra HD Blu-ray game discs. 2021-02-10 17:12:24 +00:00
bdf8169aa3 Disable FUA in SCSI READ during media detection. 2021-02-10 17:12:24 +00:00
06910eabce Add detection and media type for Ultra HD Blu-ray. 2021-02-10 17:12:23 +00:00
6e71c17de1 Fix XGD detection. 2021-02-10 17:12:23 +00:00
Rebecca Wallander
89bbbbc712 Add output of disc key and sector CMI info from media info command 2021-01-14 18:42:28 +01:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
9dec4df51e Move delegates to common types. 2020-12-31 19:28:47 +00:00
6a2501d42f Detect XGD4. 2020-12-29 21:58:37 +00:00
afeb830549 Fix misdetecting optical discs as flash drives. 2020-12-29 19:37:16 +00:00
f8754a178b Fix media detection number of blocks for 70Gb iomega REV. 2020-12-29 19:36:53 +00:00
1e4ac8b2fb Fix detection of flash drives that report themselves as CD drives when they're not. 2020-12-03 18:19:05 +00:00
07b70d854f Check MMC drive profile when dumping, fixes #457 2020-11-20 21:20:40 +00:00
2ec3b0194d Fix detection of version 3 and upper DVD-RW and DVD-RW DL. Fixes #456 2020-11-20 19:29:14 +00:00
6877589cc9 General code clean-up, refactor and commenting. 2020-11-11 04:19:18 +00:00
9cae71f709 Consider RW subchannels as ok if some are all 0s and some are all 1s, as it seems to be a somewhat common pattern. Fixes #401 2020-11-09 21:03:04 +00:00
146bb0804e Fix detection of CD-i Ready discs when negative offset and drive cannot read negative sectors. Fixes #396 2020-11-08 21:48:22 +00:00
Silas Laspada
061f96c633 Fix negative offset calculating when detecting scrambled CD-i Ready. Fixes #396 2020-11-05 21:55:41 -07:00
f92f122443 Change how pregap starting with 0 is calculated dumping vs converting. Fixes #375 2020-11-04 23:55:24 +00:00
73faa18421 Guard against null block descriptors in SCSI modes. Fixes #387. 2020-11-01 22:00:52 +00:00
080ad0ed51 Set ATIP to be a class to ensure it is nulled properly.. Fixes #352 2020-11-01 20:10:35 +00:00
929569103a Fix detection of dual layer DVDs. Fixes #377 2020-11-01 18:02:29 +00:00
Rebecca Wallander
5e95e85944 Add classifying rw full off 0xFF as being empty 2020-10-15 20:30:49 +02:00
822bab2b37 Fix detection of PS1 and PS2 CDs with no spaces in SYSTEM.CNF. 2020-07-22 22:07:10 +01:00
3c8fc2fa0c Fix PhotoCD detection. 2020-07-22 21:56:13 +01:00
2376b65763 Code style fixes. 2020-07-22 13:20:25 +01:00
f1fa52716c Fix namespaces. 2020-07-20 15:43:52 +01:00
0e7a86880e Fix unused code. 2020-07-20 07:47:12 +01:00
163d2ce8db Add missing XML documentation. 2020-07-20 06:02:34 +01:00
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +01:00
a4ebd0d185 Add missing file headers. 2020-07-19 22:01:30 +01:00