Commit Graph

4102 Commits

Author SHA1 Message Date
307b6568e3 Fix conversion when ISRC or track flags are not present in source image. 2021-11-06 17:44:36 +00:00
9503172a3e Use Aaru.Compression.LZMA in AaruFormat. 2021-11-06 02:16:57 +00:00
edcce2895b Do not skip blocks that have CRC as 0, as we do not set them for DDTs and CD Prefix/Suffix. 2021-11-05 01:49:14 +00:00
6be7b02022 Fix escaping in image info. 2021-11-05 00:33:21 +00:00
c2c83873f4 Add support for XZ compressed UDIF images (ULMO). 2021-11-04 23:51:41 +00:00
a20c75c9c6 Add support for LZFSE compressed UDIF images (ULFO), fixes #124. 2021-11-04 23:30:06 +00:00
3caf2f543d Add IsSupported field per compression algorithm. 2021-11-04 23:28:44 +00:00
9371f33ac8 Use native BZIP2 in UDIF images. 2021-11-04 23:20:46 +00:00
d03d8ec8bf Fix checking Aaru.Compression.Native version. 2021-11-04 23:20:22 +00:00
45bf43be60 Use native version for FLAC. 2021-11-04 18:57:24 +00:00
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