Commit Graph

46 Commits

Author SHA1 Message Date
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
fabccff0df Fix reading DVD keys from AaruFormat. 2021-08-17 17:59:01 +01:00
f757716c2c Convert part of loop into LINQ. 2021-08-17 17:51:01 +01:00
c6f5ece939 Remove redundant assignments. 2021-08-17 14:40:50 +01:00
00f605b0ca Add XML comments to public entities. 2021-08-17 13:56:05 +01:00
4bc01c986c Another workaround for corrupt multisession AaruFormat images. 2021-07-12 18:22:00 +01:00
53ff8ebb37 Try to fix AaruFormat images affected by issue #634. 2021-07-12 01:13:19 +01:00
de061cbb1f Fix AaruFormat images that got a wrong track end beyond a leadout on dumping. Fixes #615 2021-07-04 21:03:27 +01:00
Rebecca Wallander
7e7c38dbcc Update copyright 2021-01-15 22:20:18 +01:00
Rebecca Wallander
f30bc69c13 Fix bugs in dumping, and reading/writing aaruformat 2021-01-15 11:43:05 +01:00
Rebecca Wallander
61354d359c Add DVD CSS related structures to AaruFormat 2021-01-13 22:22:34 +01:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
633f8e0dc7 Fix aaruformat reporting track flags and ISRCs on non-CD media. Fixes #397 2020-10-23 02:57:04 +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
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +01:00
991e52e4fc Fix marking CD track flags and ISRCs as present in an Aaru format image. 2020-07-19 21:22:47 +01:00
7423194b1e Add China Video Disc media type. 2020-07-19 16:10:50 +01:00
a5f5517007 Do not calculate pregaps on non-CD optical disc images. Fixes #371 2020-07-12 23:13:05 +01:00
32b204b2f4 Allow to read mode2 subheaders from aaruformat. 2020-06-21 21:39:45 +01:00
6f66150b1e Save Compact Disc track indexes in aaruformat. 2020-06-21 02:28:18 +01:00
0efa8e3846 Fix setting indexes from track start and pregap in aaruformat. 2020-06-21 01:54:30 +01:00
cb557760d9 Change track indexes type. 2020-06-17 21:32:19 +01:00
ee94615adc Sectors with no entry in the DDTs of an Aaru Image Format are to be considered not dumped. 2020-06-15 19:31:55 +01:00
d1a970698e Change how ISRC and track flags are read from / written to images, to use track number instead of track start. 2020-06-14 23:45:26 +01:00
728287345f Clarify error message in case of corrupted prefix/suffix data in aaruformat images. Fixes #315 2020-04-25 14:01:56 +01:00
2aaeb6d124 Ensure FLAC buffer is correctly finished in AaruFormat. Fixes #309. 2020-04-22 23:11:04 +01:00
b56058a088 Update flake library to latest version. 2020-04-22 17:44:05 +01:00
124f7c8b6d Use new index when saving aaruformat images with more than 65535 blocks. Fixes #326. 2020-04-03 06:49:23 +01:00
f7e173710e Code restyling. 2020-02-29 18:03:35 +00:00
175c7ad2ca Rename DicHeader to AaruHeader. 2020-02-28 00:04:13 +00:00
895143b790 Rename DicConsole to AaruConsole. 2020-02-27 23:49:15 +00:00
85a622d60d Rename dicformat entities. 2020-02-27 22:15:42 +00:00
b8b52d730a Rename DiscImageChef.Filters to Aaru.Filters. 2020-02-27 14:06:17 +00:00
67edb977bd Rename comment header. 2020-02-27 12:31:30 +00:00
17594d4627 Rename DiscImageChef format to AaruFormat. 2020-02-27 00:44:44 +00:00