Commit Graph

303 Commits

Author SHA1 Message Date
efafd6909e Do not skip blocks that have CRC as 0, as we do not set them for DDTs and CD Prefix/Suffix.
(cherry picked from commit edcce2895b)
2021-11-05 01:52:38 +00:00
0582ca450c Add MetaFloppy Mod I. 2021-10-06 14:31:03 +01:00
2017cb3856 Add MetaFloppy. 2021-10-05 19:24:39 +01:00
06f0a95bb0 Add CRVdisc. 2021-10-05 19:11:56 +01:00
0618d0890f Bump version to 5.3.0. 2021-09-30 23:38:09 +01:00
27d667562b Fix invalid included folders in Aaru.Decoders. 2021-09-30 02:02:11 +01:00
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
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
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
3753f333ae Bump version to 5.3.0-rc1. 2021-09-12 20:51:24 +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
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
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
f757716c2c Convert part of loop into LINQ. 2021-08-17 17:51:01 +01:00
bc03e3467f Fix namespaces. 2021-08-17 17:32:30 +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
770066e53f Remove unused code 2021-08-17 16:58:31 +01:00
39e73b16a0 Fix inconsistent naming. 2021-08-17 16:27:42 +01:00
1f7bcc83f1 More documentation inheritance. 2021-08-17 16:12:30 +01:00
c6f5ece939 Remove redundant assignments. 2021-08-17 14:40:50 +01:00
a715b9b351 Add XML comments to public entities. 2021-08-17 14:40:37 +01:00
c1287c00cf Remove redundant parentheses. 2021-08-17 14:27:19 +01:00
6dd5fb5c5c Add missing XML documentation inheritance. 2021-08-17 14:25:12 +01:00
00f605b0ca Add XML comments to public entities. 2021-08-17 13:56:05 +01:00
a6cbfbebd6 Fix track properties from CDRDAO disc images. 2021-08-03 04:20:06 +01:00
85679e09a4 Return sessions in CDRDAO disc images. 2021-08-03 03:58:53 +01:00
f16c428c0d Fix returned track properties in raw ISO images. 2021-08-03 03:48:45 +01:00
a12cfe256c Prevent writing non-long sectors in Alcohol 120% images. 2021-08-03 03:48:16 +01:00
df0669b18d Fix taking account of session start pregaps when writing Alcohol 120% images. Fixes #623 2021-08-03 02:46:21 +01:00
a83cd16bb8 Fix Alcohol getting asked for tracks it has not yet initialized. 2021-08-03 02:42:06 +01:00
ba8948b059 Fix reading VirtualPC disk images bigger than 4GiB. 2021-07-26 12:43:57 +01:00
de6a39519f Fix working with VirtualBox disk images bigger than 4GiB. 2021-07-26 12:43:37 +01:00
483ab29ca2 Fix working with Parallel disk images bigger than 4GiB. 2021-07-26 12:40:59 +01:00
2f4746f7ae Fix tables calculations in QCOW2 images. Fixes #460 2021-07-26 02:14:00 +01:00
836995776e Align structures when writing QCOW images.
This fixes images made with Aaru being not readable by QEMU. A conversion should fix the image.
2021-07-25 17:34:29 +01:00
09a89fa51c Fix setting index sectors on multi-file CDRWin disc images. Fixes #643 2021-07-23 12:02:20 +01:00
8546d03aee Remove spurious debug message. 2021-07-15 13:53:26 +01:00
874d203aa1 Fix reading dynamic VirtualPC images. 2021-07-15 13:51:25 +01:00
4bc01c986c Another workaround for corrupt multisession AaruFormat images. 2021-07-12 18:22:00 +01:00