Commit Graph

146 Commits

Author SHA1 Message Date
b7fa638410 Refactor IOpticalMediaImage.ReadSector(s) to return error status instead of buffer. 2021-09-21 01:38:54 +01:00
34df6087ce Refactor IMediaImage.ReadSector(s)Tag to return error status instead of buffer. 2021-09-20 20:52:18 +01:00
a6690aa121 Refactor IMediaImage.ReadSector(s)Long to return error status instead of buffer. 2021-09-20 14:22:22 +01:00
f51d414abd Refactor IMediaImage.ReadSector(s) to return error status instead of buffer. 2021-09-19 21:16:47 +01:00
fbccfb2ca9 Refactor IMediaImage.ReadMediaTag to return error status instead of buffer. 2021-09-18 15:01:31 +01:00
ef2fc1788a Refactor IMediaImage.Open to return error status instead of boolean. 2021-09-16 19:10:39 +01:00
12a72a45e4 Consolidate error number enumerations. 2021-09-16 04:42:14 +01:00
cd41c8e59a Simplify some struct type names. 2021-09-14 21:18:28 +01:00
9dc57c2bd8 Remove deprecated FreeBSD code. 2021-09-14 20:44:06 +01:00
fc0f03ba5a Upgrade dependencies. 2021-09-12 22:53:19 +01:00
bedc6c64d1 Upgrade to Avalonia 0.10.7. 2021-09-12 22:42:09 +01:00
ebd29840fe Upgrade to .NET 6. 2021-09-12 22:26:47 +01:00
d7eb624001 Bump version to 6.0.0-alpha6. 2021-09-12 21:34:23 +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
39e73b16a0 Fix inconsistent naming. 2021-08-17 16:27:42 +01:00
c1287c00cf Remove redundant parentheses. 2021-08-17 14:27:19 +01:00
8a0f87c542 Merge pull request #638 from mnadareski/draw-squares
Add DrawSquares to BlockMap
2021-07-29 00:47:32 +01:00
79886aca2b Disable calculation of disc entropy on multisession discs. 2021-07-28 02:55:01 +01:00
Matt Nadareski
85cd9fd411 Add DrawSquares to BlockMap 2021-07-13 21:59:52 -07:00
a77fb96a00 Detect when DVD book type is different from drive's firmware profile. 2021-06-23 14:48:22 +01:00
0d5802bf74 Clarify anonymouslity of stats sharing. Fixes #467 2021-06-22 19:44:06 +01:00
8b9d5adda7 Update Claunia.Encoding dependency. 2021-04-30 16:14:41 +01:00
d246ce8e01 Update Claunia.Encoding dependency. 2021-04-30 13:12:06 +01:00
122c77b9c2 Rename analyze command to fs-info. 2021-03-05 14:17:07 +00:00
Rebecca Wallander
9d9cf68e0a Move decryption option to Settings + formatting fixes 2021-01-16 19:09:45 +01: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
0fa680879b Prepare nuget packages. 2020-12-20 22:59:31 +00:00
c788a4ded5 Implemented reading SD/MMC using buffered OS calls. 2020-12-12 22:48:03 +00:00
6877589cc9 General code clean-up, refactor and commenting. 2020-11-11 04:19:18 +00:00
f92f122443 Change how pregap starting with 0 is calculated dumping vs converting. Fixes #375 2020-11-04 23:55:24 +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
4dcf5dd979 Allow user to choose maximum number of block to read at once when dumping media. 2020-10-17 00:21:42 +01:00
b6b72901ad Fix binding in about dialog. 2020-08-22 13:29:07 +01:00
8548a16c32 Bump version and fix Arch Linux package building scripts. 2020-07-25 03:31:28 +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
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +01:00
a4ebd0d185 Add missing file headers. 2020-07-19 22:01:30 +01:00
ad794817b4 Set language version to C# 8.0. 2020-07-19 21:44:37 +01:00
7423194b1e Add China Video Disc media type. 2020-07-19 16:10:50 +01:00
b0f01f53f0 Handle discs that have pregap ending in LBA 1 instead of ending in LBA 0. 2020-07-18 20:43:37 +01:00
4759a73679 Add options to fix subchannels on image conversion. 2020-07-14 02:16:53 +01:00
6a5b18bf45 Add option to generate subchannels for undumped ones. 2020-07-13 22:32:47 +01:00
a4b4329c2b Change database name to be more inclusive. 2020-07-13 19:41:42 +01:00
720bb1df6e Save error log on dump. 2020-07-13 18:54:41 +01:00
7659aebb28 Display media sizes in international system units. Fixes #334 2020-07-12 15:15:22 +01:00