Commit Graph

4092 Commits

Author SHA1 Message Date
d6fa10a1ef Use native version for ZSTD. 2021-11-04 18:40:08 +00:00
a481e9518b Use native version for LZIP. 2021-11-04 18:37:14 +00:00
0a2d78fadb Use native version for LZMA. 2021-11-04 18:32:33 +00:00
3125fccace Use native version for LZFSE. 2021-11-04 18:11:51 +00:00
72c870528f Use native version for BZIP2, falling back to Ionic. 2021-11-04 18:06:56 +00:00
911168df6f Use native version for Apple RLE. 2021-11-04 17:55:37 +00:00
ffe46de877 Use native version for Apple Data Compression. 2021-11-04 17:55:22 +00:00
33027f19c1 Add detection for Aaru.Compression.Native. 2021-11-04 17:54:56 +00:00
c81248e9dd Required checkboxes not currently working properly in GitHub. 2021-10-18 14:52:15 +01:00
d8d72d473e Quote "Yes" in YAML issue templates. 2021-10-18 14:50:15 +01:00
3131f20fc2 Fix bug in issue templates. 2021-10-18 14:49:15 +01:00
5a792be6b0 Fix typo in issues forms. 2021-10-18 14:47:01 +01:00
0f649f7f2f Use new GitHub Issue forms. 2021-10-18 14:45:38 +01:00
ad89160e3c Use internal, faster, implementation of ADC, instead of external one. 2021-10-17 04:52:28 +01:00
9e5cee4245 Change Apple RLE algorithm for a faster version. 2021-10-17 01:10:23 +01:00
ccc9b1c82b Add native checksums. 2021-10-14 01:38:59 +01:00
4edc001b4b Fix checksums file headers. 2021-10-13 04:07:19 +01:00
50ac3daa07 Fix SIMD implementations for partial CRC blocks. 2021-10-11 22:51:11 +01:00
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