Commit Graph

66 Commits

Author SHA1 Message Date
abe8a2bc12 Split deduplication table processing from open to a separate file. 2025-08-02 14:52:11 +01:00
090ddfe2e7 Split data block processing from open to a separate file. 2025-08-02 14:25:15 +01:00
d518458a63 Update copyright year. 2025-08-01 21:19:45 +01:00
9a4c04b2ca Implement support for index v2. 2025-08-01 21:18:48 +01:00
4f25209145 Use utarray to process index entries. 2025-08-01 21:10:36 +01:00
788c7a2bc7 [refactor] Initialize variables to default values in multiple files 2025-08-01 15:34:36 +01:00
1f813feec9 General refactor and cleanup. 2024-04-30 15:51:32 +01:00
7db52bbe66 Fix handling CRC64 of data blocks with length 0. 2022-10-12 16:20:43 +01:00
417112d29a Fix interpretation of tracks block. 2022-10-12 16:19:48 +01:00
0837a549b7 Use uthash for media tags handling. 2022-10-04 20:32:26 +01:00
303b870410 Fix CST. 2022-10-04 20:06:21 +01:00
a2ea8eb09c Decode checksums block on opening. 2022-10-04 19:44:34 +01:00
12a6ada8b7 Implement LZMA decompressing of blocks and DDT when opening. 2022-10-04 18:34:42 +01:00
993f2cfe6c Remove code in tracks block interpreter that was doing nothing util but corrupting the heap. 2022-10-03 19:21:20 +01:00
12999164e3 Fix using wrong index when reading tracks block. 2022-10-03 18:46:39 +01:00
870bb4ec67 Fix reading dump hardware entries. 2022-10-03 18:46:17 +01:00
ce47ffe4f7 Fix debug print of found data types on opening. 2022-10-03 18:16:34 +01:00
d29a2941f8 Invert CRC64 endian when reading AaruFormat files created in Aaru. 2022-10-03 18:16:11 +01:00
5dab1b937f Fix malloc include. 2022-10-03 18:15:13 +01:00
8a9a5a6eb5 Fix double pointer freed. 2022-10-02 18:12:54 +01:00
11f6a2074b Add newlines to all debug printfs in aaruf_open(). 2022-10-02 18:12:35 +01:00
dbd92b6c8d Fix fread usages in all library. 2022-10-02 17:55:45 +01:00
a610610f66 Implement caches. 2022-10-02 16:05:25 +01:00
095ffc5806 Disable mmap when not compiling in Linux. 2022-06-21 21:08:19 +01:00
3c09e60d93 Update file headers. 2022-05-28 12:57:21 +01:00
33d59d975e Add SIMD implementations of CRC64. 2022-05-28 12:50:10 +01:00
7705c3fbc4 Update copyright year. 2022-05-28 12:32:22 +01:00
f939b99be2 Reformat code. 2022-05-28 12:10:04 +01:00
660682bbd2 Namespace functions. 2022-05-28 12:01:55 +01:00
df27092622 Code style. 2020-03-01 19:59:51 +00:00
629401939d Add new magic number. 2020-03-01 19:58:09 +00:00
d892f90a59 Rename product name. 2020-03-01 19:55:50 +00:00
a03a177f44 Rename structures. 2020-03-01 19:55:22 +00:00
5105a6f4e7 Rename macros. 2020-03-01 19:54:44 +00:00
1b2a7cf35e Rename library. 2020-03-01 19:51:13 +00:00
a976bdaa5d Rename comments. 2020-03-01 19:50:12 +00:00
e128658d2d Update copyright date. 2020-01-03 17:47:47 +00:00
fb5b35817a Set to C90 standard. 2019-08-03 02:11:36 +01:00
7f8496af38 Fix pointer formatting. 2019-08-03 01:58:19 +01:00
701bc2cedc Reformat 2019-03-31 20:52:06 +01:00
b36c664740 Implement xml media type. 2019-03-31 20:30:27 +01:00
5b92838bdc Implement media tag types. 2019-03-31 15:37:07 +01:00
c03ac0504a Implement sector tag types. 2019-03-31 14:56:03 +01:00
c4e64ee541 Remove no longer applying TODO. 2019-03-26 19:37:29 +00:00
6ed23b6616 Cache user area tracks. 2019-03-23 23:18:54 +00:00
e8fd8f57dc Implement CD ECC and EDC. 2019-03-23 22:59:36 +00:00
4b20f2057e Set length on output from read media tag. 2019-03-21 00:18:48 +00:00
4ab2e1bb49 Use CRC64. 2019-03-20 23:55:32 +00:00
3ce5015f9d Fix bound checking incorrect struct member. 2019-03-20 23:39:30 +00:00
3684431294 Cast all malloc to destination type. 2019-03-20 22:45:05 +00:00