Commit Graph

38 Commits

Author SHA1 Message Date
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
8546d03aee Remove spurious debug message. 2021-07-15 13:53:26 +01:00
76889373fa Fix reading BlindWrite 4 disc images with pregaps. 2021-07-09 15:16:48 +01:00
235d178483 Fix track flags in BlindWrite 4 images. 2021-06-30 19:34:33 +01:00
41f9abbea4 In BlindWrite 4 images, consider there is subchannel if we have a subchannel file, ignoring header. Fixes #481 2021-06-30 19:12:52 +01:00
c992d0101f Reverse engineer unknown field in BlindWrite 4 images that adjusts the file offset per track. Fixes #480 2021-06-30 18:42:10 +01:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
a7e483ba74 Fix BlindWrite 4 images that contain sectors 150 sectors of first track pregap. Fixes #447 2020-11-16 01:43:36 +00:00
6877589cc9 General code clean-up, refactor and commenting. 2020-11-11 04:19:18 +00:00
ed3faba0c5 Fix disc size calculation in BlindWrite images. 2020-11-04 01:52:28 +00:00
5268cbf49f Fix track file offsets in BlindWrite 4 disc images. 2020-11-03 22:23:55 +00:00
a465a5f5ea In BlindWrite 4 disc images, if any track has subtitle, the subtitle sidecar file contains them for all tracks. 2020-11-03 22:23:36 +00:00
5f75524e6c Fix off by one track ends in Blindwrite 4. 2020-11-03 22:22:55 +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
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +01:00
e4ce5bc32d Fix checking track does not exist. 2020-06-21 14:49:25 +01:00
e6e2392b66 Implement reading subchannels from BlindWrite 4 images. 2020-06-17 22:57:52 +01:00
b6f4b506aa Fixed track offsets and pregaps in BlindWrite 4 images. 2020-06-17 22:47:04 +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
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