Merge commit '4c61b7d3c3eb8d474ab54a2221eeb1a059dcd67d' into libraw-copylib

Upgrade LibRaw to snapshot 202403.
This commit is contained in:
Lawrence Lee
2024-04-13 22:47:37 -07:00
133 changed files with 4307 additions and 1939 deletions

View File

@@ -1,6 +1,6 @@
/* -*- C++ -*-
* File: internal/libraw_cameraids.h
* Copyright 2008-2021 LibRaw LLC (info@libraw.org)
* Copyright 2008-2024 LibRaw LLC (info@libraw.org)
* Created: Sat Aug 17, 2020
LibRaw is free software; you can redistribute it and/or modify
@@ -91,6 +91,10 @@ it under the terms of the one of two licenses as you choose:
#define CanonID_EOS_R7 (0x80000000ULL + 0x464ULL)
#define CanonID_EOS_R10 (0x80000000ULL + 0x465ULL)
#define CanonID_EOS_M50_Mark_II (0x80000000ULL + 0x468ULL)
#define CanonID_EOS_R50 (0x80000000ULL + 0x480ULL)
#define CanonID_EOS_R6m2 (0x80000000ULL + 0x481ULL)
#define CanonID_EOS_R8 (0x80000000ULL + 0x487ULL)
#define CanonID_EOS_R100 (0x80000000ULL + 0x498ULL)
// CanonID_EOS_D2000C after Canon's TIFF2CR2 convertor:
#define CanonID_EOS_D2000C (0x80000000ULL + 0x520ULL)
@@ -160,6 +164,7 @@ it under the terms of the one of two licenses as you choose:
#define OlyID_E_M1_Mark_III OlyID_str2hex("S0092")
#define OlyID_E_P7 OlyID_str2hex("S0093")
#define OlyID_OM_1 OlyID_str2hex("S0095")
#define OlyID_OM_5 OlyID_str2hex("S0101")
#define OlyID_C_3030Z OlyID_str2hex("SX351")
#define OlyID_C_5050Z OlyID_str2hex("SX558")
#define OlyID_C_350Z OlyID_str2hex("SX751")
@@ -303,6 +308,7 @@ it under the terms of the one of two licenses as you choose:
#define SonyID_DSC_RX100M5A 0x171ULL
#define SonyID_ILCE_6400 0x173ULL
#define SonyID_DSC_RX0M2 0x174ULL
#define SonyID_DSC_HX95 0x175ULL
#define SonyID_DSC_RX100M7 0x176ULL
#define SonyID_ILCE_7RM4 0x177ULL
#define SonyID_ILCE_9M2 0x178ULL
@@ -317,4 +323,12 @@ 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_ZV_E1 0x189ULL
#define SonyID_ILCE_6700 0x18aULL
#define SonyID_ZV_1M2 0x18bULL
#define SonyID_ILCE_7CR 0x18cULL
#define SonyID_ILCE_7CM2 0x18dULL
#endif