Commit Graph

4074 Commits

Author SHA1 Message Date
eba8d4a4c6 Add ARM special instructions implementation for CRC32. 2021-10-11 22:50:45 +01:00
df210f881a Add MetaFloppy Mod I. 2021-10-06 14:44:30 +01:00
3216715460 Add MetaFloppy. 2021-10-06 14:44:15 +01:00
3b2a2ec71f Add CRVdisc. 2021-10-06 14:43:34 +01:00
6e21bfd48c Update ArchLinux build script for folling version. 2021-10-01 02:53:01 +01:00
fb1513697a Update package build scripts. 2021-10-01 02:52:19 +01:00
d091122553 Update documentation. 2021-10-01 02:51:44 +01:00
a93c2bdb42 Fix device report not reading PFI and DMI from Nintendo optical discs. 2021-10-01 02:51:18 +01:00
62e9467c2f Fix device report not reading PFI and DMI from DVD+. 2021-10-01 02:47:20 +01:00
1446908a8d Update changelog. 2021-10-01 02:47:16 +01:00
6d901391c8 Set SyJet detection by number of sectors. 2021-10-01 02:46:33 +01:00
13e14fb8f0 Add detection and media type for ISO 15041 compliant 3.5" MO 540Mb disks. 2021-10-01 02:46:10 +01:00
3f0f4f1a50 Update build scripts for .NET 6. 2021-09-30 02:32:10 +01:00
2c8add16fa Fix decoding disc information smaller than 34 bytes. Fixes #675 2021-09-30 02:28:32 +01:00
ae2adaa7e6 Fix invalid included folders in Aaru.Decoders. 2021-09-30 02:27:35 +01:00
c1f8c8b8a7 Fix setting tracks in image when non-CD optical disc does not return a proper track list. Fixes #675 2021-09-30 02:26:33 +01:00
83de7ed38a Add ARM special instructions implementation for CRC32. 2021-09-30 02:26:12 +01:00
3d032a214f Add SSSE3 implementation of Adler32. 2021-09-28 22:39:26 +01:00
301e507d30 Add PCLMUL implementation of CRC64. 2021-09-28 04:24:33 +01:00
ad700cc706 Add PCLMUL implementation of CRC32. 2021-09-26 23:13:50 +01:00
71d7570eea Adapt last commit to new API. 2021-09-26 17:21:26 +01:00
Rebecca Wallander
bfd5b4f390 Add pregap to second session in redump gdrom 2021-09-25 23:58:09 +01:00
8b4d3f7254 Ensure CDRWin indexes are sorted. 2021-09-25 04:08:18 +01:00
Rebecca Wallander
78fd64d322 Fix redump GD-ROM reading 2021-09-25 04:06:05 +01:00
18a103ea8f Use slicing for CRC checksums. 2021-09-23 00:53:55 +01:00
c86c06d1c2 Use zlib-inspired algorithm for Adler and Fletcher checksums. 2021-09-23 00:53:40 +01: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
f0c3653158 Refactor IArchive to return error status instead of buffer. 2021-09-21 03:45:16 +01:00
f55ae2d6c2 Update cuetools.net 2021-09-21 03:45:04 +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
Matt Nadareski
a8ae3c73b1 Move cuetools.net underneath Aaru.Compression 2021-09-21 01:53:19 +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
88aeda7240 Recognize .toast files properly. Fixes #663 2021-09-19 21:19:39 +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
ac275aa8cb Consolidate error number enumerations. 2021-09-16 04:42:23 +01:00
12a72a45e4 Consolidate error number enumerations. 2021-09-16 04:42:14 +01:00
a615cde12e Use APTD to communicate with ATA devices in Windows. 2021-09-15 23:57:03 +01:00
8a5040fd56 Fix escaping device information. 2021-09-15 23:36:44 +01:00
4c4ea8e7ae Change buffer size in Windows when talking to ATA devices. 2021-09-15 23:36:06 +01:00
f843e1bb0f Use DotNetZip for BZ2 as it's twice as fast. 2021-09-15 19:20:50 +01:00
71cc849c49 Fix breaking changes in GZipStream in .NET 6. 2021-09-15 18:56:50 +01:00
328942471a Remove .NET Framework from the parts of CUETools we need. Do not push to upstream. 2021-09-15 13:17:11 +01:00
525fb0da2a Use error returning Open() in IFilter. 2021-09-15 13:03:42 +01:00
8982cfc8c9 Use properties instead of methods in IFilter. 2021-09-15 11:25:26 +01:00