Commit Graph

66 Commits

Author SHA1 Message Date
0eb589d785 Use Stream extension to ensure read operations return the requested number of bytes (unless EOF arrives first). 2022-11-14 09:43:16 +00:00
c316cef523 Convert if to return statements. 2022-11-13 20:54:06 +00:00
a8a74f385a Merge null/pattern checks into complex pattern. 2022-11-13 20:46:29 +00:00
6586721321 Join local variable declaration and assignment. 2022-11-13 20:27:32 +00:00
f0fa4d4320 Remove unused code. 2022-03-17 23:54:41 +00:00
d686e59cb7 Use Array.Empty 2022-03-17 00:02:08 +00:00
5f14f0e79c Fix unused variables. 2022-03-16 00:31:33 +00:00
762e3eb6d2 General cleanup and refactor. 2022-03-07 07:36:44 +00:00
0bc819feab Move to file scoped namespaces. 2022-03-06 13:29:38 +00:00
dd4451740c Update copyright year. 2022-02-20 09:34:52 +00:00
c8ef02c709 Remove custom exceptions. 2021-09-21 04:57:52 +01:00
42597b89cf Remove all image thrown exceptions. 2021-09-21 04:55:28 +01:00
97c6b131b5 Refactor IOpticalMediaImage.ReadSector(s)Tag to return error status instead of buffer. 2021-09-21 03:42:15 +01:00
bc8382e495 Refactor IOpticalMediaImage.ReadSector(s)Long to return error status instead of buffer. 2021-09-21 02:59:54 +01:00
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
8982cfc8c9 Use properties instead of methods in IFilter. 2021-09-15 11:25:26 +01:00
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
f757716c2c Convert part of loop into LINQ. 2021-08-17 17:51:01 +01:00
770066e53f Remove unused code 2021-08-17 16:58:31 +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
56a3b7b378 Disable dumping with multisession except in AaruFormat and CDRWin formats until 6.0. 2021-07-12 18:21:37 +01:00
1d512bd8e5 Add more possible values for track mode and index handling in CloneCD disc images. 2021-07-11 19:51:50 +01:00
5ae5c069a2 Process track entries from CloneCD disc images. 2021-07-11 19:44:13 +01:00
09bc86cc29 Fix detection of track mode in CloneCD disc images. 2021-07-11 19:36:56 +01:00
75e5487535 Fix file offsets when reading multisession CloneCD disc images. 2021-07-11 19:23:18 +01:00
d3b118d70d Fix partitions on multi-session CloneCD images. 2021-07-11 19:04:53 +01:00
82005e33fe Fix sessions in CloneCD images. 2021-07-11 19:03:27 +01:00
423167c914 Fix image size calculation in CloneCD images. Fixes #490 2021-06-30 21:15:13 +01:00
0d68b2de8e Fix track 1 pregap in CloneCD images. Fixes #489. 2021-06-30 21:03:37 +01:00
2a6903f866 Move TOC creation to Aaru.Decoders. Fixes #629 2021-06-29 12:36:30 +01:00
3c0002a529 Invert condition when retrieving flags in CloneCD images. Fixes #492 2021-06-06 14:25:56 +01:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
568197f9a6 Support PhotoCD in CD supporting writable images. Fixes #435 2020-11-21 16:21:28 +00:00
6877589cc9 General code clean-up, refactor and commenting. 2020-11-11 04:19:18 +00:00
6b741992af Fix indexes from CloneCD disc images. Fixes #374. 2020-11-04 02:36:31 +00:00
91a21aed6e Change track solving in CloneCD. 2020-07-23 14:28:52 +01:00
2376b65763 Code style fixes. 2020-07-22 13:20:25 +01:00
6220425ac6 Naming fixes. 2020-07-20 21:11:32 +01:00
f1fa52716c Fix namespaces. 2020-07-20 15:43:52 +01:00
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +01:00
ab9ea8f4d6 Fix overwriting flags and isrc in all CD writable image formats. 2020-07-19 21:23:09 +01:00
7423194b1e Add China Video Disc media type. 2020-07-19 16:10:50 +01:00