Commit Graph

24 Commits

Author SHA1 Message Date
e6c7f2144e Fix compilation of tool in Linux. 2025-10-13 11:23:19 +01:00
b884cfe8ea Rename field names for consistency across the codebase 2025-10-09 02:33:35 +01:00
5e346e6fd5 Rename XmlMediaType to MetadataMediaType for clarity and consistency 2025-10-09 02:26:09 +01:00
a51e170183 Refactor media information retrieval in info.c to use API calls instead of directly accessing context structures. 2025-10-09 01:06:45 +01:00
f4b0f55fc1 Add filetime formatting for creation and last written times in info.c 2025-10-09 00:53:49 +01:00
d24bf749c4 Add media type string conversion and update info display in info.c 2025-10-09 00:53:38 +01:00
bed8b39af6 Rename sectorSubchannel to sector_subchannel for consistency across the codebase 2025-10-04 02:08:58 +01:00
74ba5c8bfe Rename sectorSuffix to sector_suffix for consistency 2025-10-03 22:53:45 +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
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
352850a698 Refactor function signatures to use const char* for string parameters 2025-09-30 13:48:31 +01:00
b504c8392d Implement support for reading file format header version 2. 2025-08-02 20:23:32 +01:00
d518458a63 Update copyright year. 2025-08-01 21:19:45 +01:00
788c7a2bc7 [refactor] Initialize variables to default values in multiple files 2025-08-01 15:34:36 +01:00
ff1e949346 [tool] Reset error code before string conversion in metadata processing 2025-08-01 03:28:47 +01:00
194a220527 [tool] Fix reversed fields. 2025-08-01 02:51:10 +01:00
87341b4cbd [tool] Update format specifiers for 64-bit integers in output 2025-08-01 02:22:26 +01:00
e98b410765 Fix missing include. 2025-07-31 09:51:12 +01:00
1f813feec9 General refactor and cleanup. 2024-04-30 15:51:32 +01:00
0837a549b7 Use uthash for media tags handling. 2022-10-04 20:32:26 +01:00
a2ea8eb09c Decode checksums block on opening. 2022-10-04 19:44:34 +01:00
1451a249a1 Implement info command in aaruformattool to dump all internal information from and image, and the library's context. 2022-10-03 21:30:50 +01:00