Commit Graph

91 Commits

Author SHA1 Message Date
cd12ef3504 Add LZMA compression support for sector subchannel blocks 2025-10-07 20:42:18 +01:00
a60ebf8822 Fix missing call to close tape DDT. 2025-10-07 20:19:18 +01:00
2ec5aabd00 Add support for tape DDT management with hash table implementation 2025-10-07 18:03:19 +01:00
c9231a291e Add function to serialize tape partition metadata block to image file 2025-10-07 16:06:04 +01:00
529d5d8f17 Add function to serialize tape file metadata block to image file 2025-10-07 13:00:25 +01:00
427d3dc0ae Enable LZMA compression for single-level DDT and update header fields 2025-10-07 03:45:04 +01:00
80113a9aae Allow single level DDT to be located anywhere on file. 2025-10-07 00:32:00 +01:00
173ecc6698 Fix LZMA properties not being written to image. 2025-10-06 23:41:42 +01:00
c85bba7177 Enable LZMA compression for secondary DDT and manage memory allocation 2025-10-06 22:03:47 +01:00
c7ef4e3185 Enable LZMA compression for media tag blocks and manage memory allocation 2025-10-06 21:42:42 +01:00
db0adc762c Enable LZMA compression for DVD decrypted title key and manage memory allocation 2025-10-06 21:35:12 +01:00
a19329ece3 Enable LZMA compression for DVD sector blocks and manage memory allocation 2025-10-06 21:27:19 +01:00
4efa589524 Enable LZMA compression for sector suffix DDT and handle memory allocation 2025-10-06 17:43:39 +01:00
de4554315d Enable compression for sector prefix DDT and handle memory allocation for LZMA 2025-10-06 17:36:07 +01:00
ed74853297 Enable compression for CD sector suffix blocks and handle memory allocation for LZMA 2025-10-06 17:07:49 +01:00
833dc38a0e Enable compression for CD sector prefix blocks and handle memory allocation for LZMA 2025-10-06 17:01:24 +01:00
d9b61733ab Fix MODE 2 subheaders block compression handling and update written bytes calculation 2025-10-06 16:58:51 +01:00
a819b507da Enable compression for Compact Disc Mode 2 subheaders and handle memory allocation for LZMA 2025-10-06 16:45:21 +01:00
9aa1087711 Add function to serialize DVD decrypted title key data block to image file 2025-10-06 14:33:17 +01:00
7173b6b5d0 Add function to serialize DVD long sector auxiliary data blocks 2025-10-06 05:06:17 +01:00
31229f2050 Add function to serialize dump hardware block metadata 2025-10-05 15:39:10 +01:00
fda88c9408 Add function to serialize Aaru metadata JSON block to image file 2025-10-05 05:30:11 +01:00
941123d16f Add function to serialize CICM XML metadata block to image file 2025-10-05 04:34:52 +01:00
6be7ebcf31 Add function to serialize metadata block for image and media information 2025-10-05 03:59:49 +01:00
c7c0e8f696 Add function to serialize geometry metadata block to Aaru image file 2025-10-05 00:00:31 +01:00
d9312f4121 Add function to serialize media tags to image file 2025-10-04 19:13:56 +01:00
79b54a9e71 Add function to serialize sector subchannel data block 2025-10-04 04:05:03 +01:00
bed8b39af6 Rename sectorSubchannel to sector_subchannel for consistency across the codebase 2025-10-04 02:08:58 +01:00
27bb4491bf Add function to serialize sector prefix DDT and integrate into closing process 2025-10-04 00:05:40 +01:00
7e806306b9 Add function to serialize sector prefix DDT and integrate into closing process 2025-10-03 23:55:25 +01:00
dc0dbddddd Add function to serialize CD sector suffix block with EDC/ECC captures 2025-10-03 23:10:49 +01:00
74ba5c8bfe Rename sectorSuffix to sector_suffix for consistency 2025-10-03 22:53:45 +01:00
db6cd112b2 Add doxygen documentation for closing functions. 2025-10-03 22:27:49 +01:00
66b24a5e6e Add support for writing CD sector prefix block in close.c 2025-10-03 20:00:41 +01:00
1feb82a678 Rename sectorPrefix to sector_prefix for consistency 2025-10-03 19:53:16 +01:00
cc56c2cc34 Rename mode2Subheaders to mode2_subheaders for consistency in context.h, data.c, close.c, read.c, and info.c 2025-10-03 19:19:31 +01:00
8c9c0c8678 Add support for writing MODE 2 subheaders block in close.c 2025-10-03 19:08:47 +01:00
3d19a59bbd Enhance documentation in close.c for checksum and tracks block writing, alignment strategy, deduplication cleanup, feature flags, index CRC, error propagation, and resource ownership 2025-10-03 14:21:04 +01:00
ad200c1537 Implement tracks block writing in close.c with alignment and index management 2025-10-03 13:44:59 +01:00
506b153930 Add support for on-the-fly BLAKE3 checksum calculation 2025-10-03 04:01:30 +01:00
6ebf65d36d Add on-the-fly SpamSum calculation support 2025-10-03 03:45:20 +01:00
79ac2e380c Add SHA-256 checksum calculation support 2025-10-03 02:03:39 +01:00
1e569c68a1 Add SHA-1 checksum calculation support 2025-10-03 01:49:44 +01:00
59addd3efc Implement on-the-fly MD5 checksum calculation 2025-10-03 00:57:14 +01:00
ba853e23b6 Add checksum writing functionality to close.c 2025-10-02 23:59:10 +01:00
4403cf267f Refactor variable declarations and expressions for improved readability and consistency across multiple source files 2025-10-01 02:54:51 +01:00
f1811e6b3c Refactor variable declarations for improved scope and clarity in multiple source files 2025-10-01 01:32:30 +01:00
15ec8c6584 Fix variable naming for header write operation in close.c 2025-10-01 01:23:57 +01:00
c653aca52c Initialize DDT header using aggregate initialization for clarity 2025-10-01 00:53:10 +01:00
f6ed0f1856 Add hash map implementation for sector deduplication 2025-09-30 20:10:40 +01:00