116 Commits

Author SHA1 Message Date
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
heckflosse
3d861ef64d Fix wrong Canon mRaw dimensions, fixes #3533 2018-04-27 15:46:56 +02:00
heckflosse
54a0ccf156 Fix bad pixels if DNG opcode FixBadPixelsConstant == 0, fixes #4471 2018-03-27 15:29:53 +02:00
Alberto Griggio
15d8e2917a added support for Fuji X-A3 (ported from Libraw)
See #4447
2018-03-21 18:03:27 +01:00
heckflosse
386d43a508 Fix bug I introduced in sony_arq_load_raw() 2018-03-21 17:37:22 +01:00
Alberto Griggio
7096c9656a Fix for #4447 (support for Fuji X-A10) 2018-03-20 13:18:53 +01:00
heckflosse
1b5b6bdea3 Speedup for sony_arq_load_raw() 2018-03-16 01:08:02 +01:00
heckflosse
aef02c0c61 Remove wrong white level for some Sony ARW2 cameras in adobe_coeff(), #4441 2018-03-15 19:29:58 +01:00
luz.paz
c3c3ceac79 Misc. typos
Found via `codespell` 
+ removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
2018-02-14 14:07:18 -05:00
heckflosse
c139744647 RT somtimes misinterpretes image orientation of Canon CR2 files, fixes #4293 2018-01-16 20:38:29 +01:00
Flössie
e58cecbf06 Try to fix most warnings in the OBS builds (#4284) 2018-01-08 18:17:12 +01:00
Alberto Griggio
816fbef394 use the "correct" order for loading frames in sony_arq_load_raw instead of reordering in pixelshift
This is cleaner (avoids having to add special cases for camera maker/model in pixelshift)
2017-12-13 14:37:15 +01:00
Alberto Griggio
890d896817 Initial support for pixel-shift for the Sony A7RIII
Only with ARQ files for now, and no sony-specific constants for motion correction yet
2017-12-12 20:49:43 +01:00
Alberto Griggio
7181f4b245 dcraw: apply the fix for #4129 only for DNGs coming from the Adobe DNG Converter 2017-11-24 11:41:48 +01:00
Alberto Griggio
6acf170744 use camconst.json matrices (and levels) also for DNGs (issue #4129) 2017-11-19 17:52:19 +01:00
heckflosse
652044e863 Don't create panasonic bithuff when panasonic_load_raw() is not used 2017-11-15 22:33:06 +01:00
heckflosse
18f775d805 review of ph1_bithuff 2017-11-15 00:54:05 +01:00
heckflosse
0efee599a1 Fix bugs I introduced with the speedup for Phase One decoder 2017-11-13 18:57:44 +01:00
heckflosse
4754d5a6cc Speedup for loading of Phase One files, fixes #4050 2017-11-11 18:48:44 +01:00
heckflosse
38c04e122e Merge branch 'dev' into ph1speedup 2017-11-01 20:20:08 +01:00
heckflosse
d6a26f6812 Fix a bug in Hasselblad decoder I introduced with my changes for phase one decoder 2017-11-01 20:19:38 +01:00
Morgan Hardwood
a2a70bffdf Added alternative camera make name XIAOYI == YI TECHNOLOGY to fix magenta highlights, closes #4164 2017-10-30 13:12:26 +01:00
heckflosse
45b3f9e27c Merge branch 'dev' into ph1speedup 2017-10-16 15:10:07 +02:00
Alberto Griggio
1fdc2d7b49 dcraw: do not use CameraCalibration matrices when loading DNG files
This is to make sure that DNG-converted and original raw files are processed in the same way

Fixes #4129
2017-10-09 09:46:00 +02:00
heckflosse
44e2e5f95a Merge branch 'dev' into ph1speedup 2017-09-26 21:20:14 +02:00