140 Commits

Author SHA1 Message Date
heckflosse
94926b8315 Support for Nikon Z7 uncompressed NEF files, fixes #4801 2019-02-14 20:40:49 +01:00
heckflosse
6292b4e994 Panasonic DC-GH5S raw support. Thanks to @agriggio for the patch, fixes #4675 2019-02-14 15:46:19 +01:00
Flössie
37027e46bd Fix non-OpenMP build 2019-02-06 06:54:31 +01:00
heckflosse
033b021b9b removed useless #if 2018-12-08 01:45:55 +01:00
heckflosse
04d5ba3f91 reduce silencing of warnings for dcraw code 2018-12-08 01:30:09 +01:00
heckflosse
831e18ca45 Add override keyword. Thanks @Floessie 2018-11-22 16:19:16 +01:00
Alberto Griggio
655bdfd7e7 merged branch 'floatdng' 2018-11-22 08:50:35 +01:00
Alberto Griggio
f8fc658d71 Fixes for Nikon Z raw decoding
Fix to curve decoding ported from rawspeed

See #4998
2018-11-19 22:02:03 +01:00
Alberto Griggio
e0b4f85e09 DNG: protect from ill-formed BaselineExposure values 2018-11-19 09:29:21 +01:00
heckflosse
074560def0 Merge branch 'dev' into floatdng 2018-11-18 11:38:09 +01:00
heckflosse
2973247948 lossless_dnglj92_load_raw(), don't use malloc/free 2018-11-14 14:42:25 +01:00
Roel Baars
83975938ef
Don't use boolean logic to increment value directly 2018-11-11 12:34:12 +01:00
heckflosse
0f50e738e4 Disabled timing code 2018-11-10 01:12:14 +01:00
heckflosse
f7109eec21 Improved check for lj92 compressed dng files, #4285 2018-11-09 17:36:13 +01:00
heckflosse
3a51bcd00a Use linearization table for Blackmagic DNG files, #4285 2018-11-09 14:45:38 +01:00
heckflosse
0f2fc65168 Fix accidently broken 'Blackmagic Pocket Cinema Camera 4K' decoding, #4285 2018-11-09 12:54:37 +01:00
heckflosse
afb3026b70 Decode Magic Lantern CinemaDNG files, #4285 2018-11-09 12:07:14 +01:00
heckflosse
a29a3b19a9 multithreaded decoding of LJ92 encoded DNG files (for example Blackmagic native DNG files), #4285 2018-11-08 21:03:09 +01:00
heckflosse
2833417133 First version of blackmagic native dng support, #4285 2018-11-08 17:16:32 +01:00
Alberto Griggio
6877360913 DNG: use embedded black and white levels also from files generated by Adobe
We only override the colour matrix for Adobe DNG Converter (to ensure a consistent look between dng an native raw)
2018-10-30 14:36:56 +01:00
Alberto Griggio
632c1362c8 DNG: honour the BaselineExposure tag 2018-10-28 17:32:15 +01:00
Alberto Griggio
c63633a76d support for uncompressed 32-bit float DNGs 2018-10-28 10:15:59 +01:00
Alberto Griggio
ce4377d7e5 Initial support for uncompressed 16-bit float DNGs 2018-10-28 09:39:57 +01:00
Alberto Griggio
4fbb0cd3eb DNG: use black/white levels and matrix from the file, unless it comes from the Adobe DNG Converter
See #4472
2018-10-24 12:03:15 +02:00
heckflosse
8ed760c639 LG Mobile LG-H850 (LG G5) raw support, fixes #3655 2018-10-23 15:54:07 +02:00
heckflosse
b404268c7a Better white level for DJI FC6310 2018-10-23 15:48:30 +02:00
heckflosse
ed3b54e4eb DNG files from DJI FC6310 open extremely slow, fixes #4888 2018-10-23 15:43:24 +02:00
heckflosse
7f445be51d Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2018-09-21 17:33:14 +02:00
heckflosse
bb5e6ef234 Define raw crop for Sony ILCE-7M2 arw and dng files in camconst.json, fixes #4585 2018-09-21 17:32:41 +02:00
Alberto Griggio
82707ecd52 add missing rows to Fuji X-T3 raw files
Fixes #4825
2018-09-21 16:35:32 +02:00
heckflosse
65ec17b621 decode Nikon Z7 uncompressed 12-bit NEF, #4801 2018-09-17 12:30:48 +02:00
Benitoite
8e678c285a
support camera dng LEICA M MONOCHROM (Typ 246)
Patch by @heckflosse
https://github.com/Beep6581/RawTherapee/issues/4785#issuecomment-419713993
2018-09-10 02:33:20 -07:00
heckflosse
9000c18001 removed timing code in nikon_load_raw() 2018-08-30 21:02:44 +02:00
heckflosse
42e2defd92 nikon_load_raw(): another small speedup, #4751 2018-08-27 20:33:23 +02:00
heckflosse
a2a5ce72ee nikon_load_raw(): fix copy/paste bug, #4751 2018-08-27 13:57:56 +02:00
heckflosse
64608e0313 nikon_load_raw(): another small speedup, #4751 2018-08-27 12:10:45 +02:00
heckflosse
30041e1dc6 nikon_load_raw(): minor changes, #4751 2018-08-26 21:26:08 +02:00
heckflosse
b189da0b59 nikon_load_raw(): minor changes, #4751 2018-08-26 20:46:14 +02:00
heckflosse
4ab4e7298d nikon NEF decoder: ~20% speedup, #4751 2018-08-26 19:04:42 +02:00
heckflosse
1437ab98d8 parse_hasselblad_gain(), additional check for flatfield, #4748 2018-08-25 12:45:46 +02:00
heckflosse
8b57aa4bc8 Hasselblad H4D-40 file loads unusually slow, fixes #4748 2018-08-25 11:27:19 +02:00
heckflosse
6f29915045 remove useless check for very larg files, found by coverity 2018-08-20 14:24:22 +02:00
heckflosse
7d9caf0443 dcraw: update to 9.28, #4626 2018-08-17 22:50:46 +02:00
heckflosse
ce593170e4 Skip raw files > 0x7fffffff bytes, fixes #4705 2018-07-30 18:51:23 +02:00
Hombre
180277778a Merge branch 'dev' into testoutputprofile 2018-07-09 22:12:08 +02:00
heckflosse
9224d6e18c Floating point dng files in [0;1] range have black thumbnail, fixes #4669 2018-07-07 16:09:37 +02:00
heckflosse
ccfe4275d1 use __m128i instead of __m128i_u 2018-07-03 21:07:39 +02:00
heckflosse
0dd886d152 small changes in conversion from half float to single precision float 2018-07-03 12:28:45 +02:00
heckflosse
f2765b9a1c If available, use intrinsics to convert half precision float values to single precision float values when loading float dng files 2018-07-02 20:29:41 +02:00
Hombre
fb0c95969b Creation of the ICCProfileCreator 2018-06-25 00:43:11 +02:00