Merge commit '16e502f1c50c8c0e10a5e014691e1c812a518c57' into libraw-snapshot-202502

Upgrade LibRaw to snapshot 202502.
This commit is contained in:
Lawrence Lee
2025-03-23 15:05:07 -07:00
98 changed files with 2840 additions and 1457 deletions

View File

@@ -27,6 +27,9 @@ it under the terms of the one of two licenses as you choose:
#define CanonID_EOS_M5 0x03940000ULL
#define CanonID_EOS_M100 0x03980000ULL
#define CanonID_EOS_M6 0x04070000ULL
#define CanonID_EOS_R5_C (0x40000000ULL + 0x218ULL)
#define CanonID_EOS_1D (0x80000000ULL + 0x001ULL)
#define CanonID_EOS_1Ds (0x80000000ULL + 0x167ULL)
#define CanonID_EOS_10D (0x80000000ULL + 0x168ULL)
@@ -118,6 +121,7 @@ it under the terms of the one of two licenses as you choose:
#define OlyID_TG_4 OlyID_str2hex("D4586")
#define OlyID_TG_5 OlyID_str2hex("D4593")
#define OlyID_TG_6 OlyID_str2hex("D4603")
#define OlyID_TG_7 OlyID_str2hex("D4605")
#define OlyID_E_10 OlyID_str2hex("D4842")
#define OlyID_AIR_A01 OlyID_str2hex("K0055")
#define OlyID_NORMA OlyID_str2hex("NORMA")
@@ -165,6 +169,7 @@ it under the terms of the one of two licenses as you choose:
#define OlyID_E_P7 OlyID_str2hex("S0093")
#define OlyID_OM_1 OlyID_str2hex("S0095")
#define OlyID_OM_5 OlyID_str2hex("S0101")
#define OlyID_OM_1_Mark_II OlyID_str2hex("S0121")
#define OlyID_C_3030Z OlyID_str2hex("SX351")
#define OlyID_C_5050Z OlyID_str2hex("SX558")
#define OlyID_C_350Z OlyID_str2hex("SX751")
@@ -229,6 +234,8 @@ it under the terms of the one of two licenses as you choose:
#define PentaxID_K_1_Mark_II 0x13240ULL
#define PentaxID_K_3_III 0x13254ULL
#define PentaxID_GR_IIIx 0x1329aULL
#define PentaxID_KF 0x132b8ULL
#define PentaxID_K_3_III_Mono 0x132d6ULL
#define SonyID_DSC_R1 0x002ULL
#define SonyID_DSLR_A100 0x100ULL
@@ -323,12 +330,13 @@ it under the terms of the one of two licenses as you choose:
#define SonyID_ILCE_7RM3A 0x182ULL
#define SonyID_ILCE_7RM4A 0x183ULL
#define SonyID_ILCE_7M4 0x184ULL
// #define SonyID_ZV_1F 0x185ULL // Sony ZV-1F doesn't save raw
#define SonyID_ILCE_7RM5 0x186ULL
#define SonyID_ILME_FX30 0x187ULL
#define SonyID_ILCE_9M3 0x188ULL
#define SonyID_ZV_E1 0x189ULL
#define SonyID_ILCE_6700 0x18aULL
#define SonyID_ZV_1M2 0x18bULL
#define SonyID_ILCE_7CR 0x18cULL
#define SonyID_ILCE_7CM2 0x18dULL
#define SonyID_ILX_LR1 0x18eULL
#endif