Commit Graph

77 Commits

Author SHA1 Message Date
8a511d0d44 Fix async void when it should be async Task, ignore the rest. 2022-11-14 01:38:50 +00:00
c4a95c40ca Use negated pattern. 2022-11-14 01:20:28 +00:00
f9f97c02c5 Mark newly discovered pregap sectors for retry. Fixes incorrect data on some track type changes. 2022-04-09 20:27:05 +01:00
1c99cb1d09 Change async void for async Task wherever possible. 2022-03-26 16:52:00 +00:00
b05dc45d09 Add null reference checks. 2022-03-17 00:46:26 +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
4de10d0c34 Clarify interface usage. 2021-12-28 03:20:51 +00: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
cd41c8e59a Simplify some struct type names. 2021-09-14 21:18:28 +01:00
c1287c00cf Remove redundant parentheses. 2021-08-17 14:27:19 +01:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
f92f122443 Change how pregap starting with 0 is calculated dumping vs converting. Fixes #375 2020-11-04 23:55:24 +00:00
2376b65763 Code style fixes. 2020-07-22 13:20:25 +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
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
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
06674abf97 Add header. 2020-04-17 21:56:39 +01:00
367f6d9369 Adjust namespaces. 2020-04-17 21:56:38 +01:00
10c1f7297f Move views and viewmodels to folders. 2020-04-17 21:56:38 +01:00