Commit Graph

3991 Commits

Author SHA1 Message Date
Rebecca Wallander
8ab3623bf4 Add pregap to second session in redump gdrom 2021-09-25 21:53:36 +02:00
4a9986e37f Ensure CDRWin indexes are sorted. 2021-09-24 20:47:23 +01:00
afee8399cd Merge pull request #668 from aaru-dps/FakeShemp/gdrom-fix
Fix redump GD-ROM reading
2021-09-24 17:03:26 +01:00
Rebecca Wallander
1a47077c03 Fix redump GD-ROM reading 2021-09-24 15:37:30 +02:00
20a6ba4399 Update SharpCompress dependency for security. 2021-09-21 01:46:00 +01:00
097092c00b Merge pull request #664 from mnadareski/v5.3
Move cuetools.net underneath Aaru.Compression
2021-09-20 22:16:23 +01:00
Matt Nadareski
36cef30ebe Move cuetools.net underneath Aaru.Compression 2021-09-20 13:05:18 -07:00
c6fa123555 Recognize .toast files properly. Fixes #663
(cherry picked from commit 88aeda7240)
2021-09-19 21:24:18 +01:00
0847dafd7d Use APTD to communicate with ATA devices in Windows. 2021-09-15 23:55:06 +01:00
aba2e7fb9f Change buffer size in Windows when talking to ATA devices. 2021-09-15 23:40:51 +01:00
a5301085c3 Fix dumping non-CD optical media when drive does not return track list. 2021-09-14 16:12:13 +01:00
3753f333ae Bump version to 5.3.0-rc1. v5.3.0-rc1 2021-09-12 20:51:24 +01:00
484d977e30 Disable archives and GUI. 2021-09-12 19:38:46 +01:00
631eee916f Fix filesystem tests when readdir returns a null list. 2021-09-12 19:27:43 +01:00
840cdcc331 Fix null reference exception in FAT filesystem. 2021-09-12 19:27:25 +01:00
b1dce1522c Upgrade Packaging.Targets. 2021-09-12 19:26:36 +01:00
33e39ff721 Do not write index 0 for first session tracks in CDRWin disc images. Fixes #656 2021-09-06 05:02:40 +01:00
6429c784e6 Enlarge ATA command buffer size in Windows to 256 sectors. Fixes #650 2021-09-06 03:28:53 +01:00
7c384310f0 When pregap changes track start during trimming, ensure it is re-read. 2021-09-06 00:44:37 +01:00
44b0a10895 Restore speed reduction on audio reading disabled by previous commit. 2021-09-05 19:10:05 +01:00
b174c3f524 Fix reading first audio sectors in track type change as garbage on drives that can read scrambled data. 2021-09-05 19:09:22 +01:00
82934f0c3d Do not try to read as audio data sectors with medium error. 2021-09-05 06:48:10 +01:00
5ccb874882 Fix infinite loop when dumping multisession disc. 2021-09-05 05:36:05 +01:00
abd2a56ddf Fix null reference when converting non-tape images. 2021-09-02 22:10:01 +01:00
1cbfb8c021 Updated documentation. 2021-08-19 13:46:53 +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
fdff1d74c9 Use Array.Empty<T>. 2021-08-17 18:23:50 +01:00
f14592b392 Annotate nullability. 2021-08-17 18:18:05 +01:00
c50def3d59 Remove unused code. 2021-08-17 18:16:45 +01:00
4d3ce85907 Clarify precedence. 2021-08-17 18:16:25 +01:00
4bbee28113 Remove unneeded using statements. 2021-08-17 18:15:45 +01:00
80697f1b82 Fix wrongly marked nullable strings. 2021-08-17 17:59:45 +01:00
fabccff0df Fix reading DVD keys from AaruFormat. 2021-08-17 17:59:01 +01:00
83f149438d Remove redundant casts. 2021-08-17 17:55:17 +01:00
4005b1d276 Remove unused assignments. 2021-08-17 17:53:18 +01:00
f757716c2c Convert part of loop into LINQ. 2021-08-17 17:51:01 +01:00
00ee79bc69 Fix shift operation with left operand 0. 2021-08-17 17:43:49 +01:00
c3d10f4083 Virtual member in constructor. 2021-08-17 17:36:39 +01:00
11cedc2483 Conditional access is known to be not null. 2021-08-17 17:36:32 +01:00
f203b537a8 Add TODO to check floppy page. 2021-08-17 17:32:40 +01:00
bc03e3467f Fix namespaces. 2021-08-17 17:32:30 +01:00
a759557fe0 Fix missing parameter comment documentation. 2021-08-17 17:27:21 +01:00
45798d5d00 Remove null supressions. 2021-08-17 17:19:48 +01:00
ad861f5a74 Fix possible exceptions. 2021-08-17 17:14:48 +01:00
5c4fd98e74 Fix inconsistent naming. 2021-08-17 17:14:39 +01:00
807c7c5313 Set culture on string comparisons. 2021-08-17 16:58:44 +01:00
770066e53f Remove unused code 2021-08-17 16:58:31 +01:00
da4c666250 Fix non-read-only member in GetHashCode() 2021-08-17 16:29:32 +01:00
39e73b16a0 Fix inconsistent naming. 2021-08-17 16:27:42 +01:00