Commit Graph

48 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
770066e53f Remove unused code 2021-08-17 16:58:31 +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
5973939cb3 Fix reading mode 1 sectors from track marked as mode 2 from Nero disc images. 2021-07-10 15:17:43 +01:00
7b9c70c720 Fix wrong raw bytes per sector in Nero disc images. 2021-07-10 15:17:24 +01:00
2840280ada Fix long sectors returning subchannel from Nero disc images. 2021-07-10 14:36:03 +01:00
541daa827a Detect incorrect Nero disc images where the track mode does not match with the track sector size and try to workaround it. 2021-07-10 03:33:15 +01:00
761236f589 Adjust workaround from invalid MagicISO disc images in Nero format with invalid session descriptors. 2021-07-01 14:52:04 +01:00
c849dc2ee4 Workaround Nero images that contain a completely invalid description and a single track as generated by MagicISO from DVD discs. 2021-07-01 14:51:32 +01:00
20d9b1f9bc Workaround MagicISO bug in Nero disc images with more than 15 tracks. 2021-07-01 12:26:07 +01:00
541555501b Implement support for Nero Burning ROM 4 disc images. Fixes #449 2021-06-11 12:26:54 +01:00
5fb5deb357 Fix Nero Burning ROM plugin returning long sectors in non-CD media. 2021-06-11 02:47:10 +01:00
307c0945ac Support reading sector tags in MODE2 disc images from Nero Burning ROM. 2021-06-11 01:50:42 +01:00
d046bfbfa2 Add alternate audio track mode number in Nero Burning ROM disc images. 2021-06-11 01:38:07 +01:00
ecb7201f6d Redo Nero Burning ROM disc image parser. Fixes #286, #450, #524, #525, #526, #527, #528 and #534. 2021-06-11 01:32:51 +01:00
a564e66c26 Fix Nero images not showing flags as readable sectors. Fixes #523 2021-06-06 14:58:40 +01:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
6877589cc9 General code clean-up, refactor and commenting. 2020-11-11 04:19:18 +00: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
0e7a86880e Fix unused code. 2020-07-20 07:47:12 +01:00
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +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
aca0c78bad Enable generation of RAW CD sectors from images that do only contains them cooked. Fixes #301 2020-06-21 22:30:07 +01:00
c80baa5efb Fix off by one error in Nero image reading. Fixes #257 and #338. 2020-06-21 01:38:02 +01:00
6be28d9d4e Fix reading multisession Nero Burning ROM images. 2020-06-21 01:30:30 +01:00
cb557760d9 Change track indexes type. 2020-06-17 21:32:19 +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
21e81753cd Fix offset by 1 in Nero implementation. Fixes #286 2020-03-09 22:23:24 +00:00
f7e173710e Code restyling. 2020-02-29 18:03:35 +00:00
e346d5e859 Rename dic in miscellaneous places. 2020-02-28 00:19:50 +00:00
895143b790 Rename DicConsole to AaruConsole. 2020-02-27 23:49:15 +00:00
67edb977bd Rename comment header. 2020-02-27 12:31:30 +00:00
4ade64cfc9 Rename namespace. 2020-02-27 00:36:40 +00:00
8a05685e33 Renamed Aaru.DiscImages to Aaru.Images. 2020-02-26 19:28:59 +00:00