140 Commits

Author SHA1 Message Date
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
heckflosse
ab07f62d8e Improved support for Fuji X-A10 and Pentax KP 2017-09-26 13:46:30 +02:00
heckflosse
982771a391 Merge branch 'dev' into ph1speedup 2017-09-24 01:55:41 +02:00
heckflosse
5247e61040 sony_arw2_load_raw() : removed timing code 2017-09-23 11:39:14 +02:00
heckflosse
51804a15a0 phase_one_load_raw_c() cleanup 2017-09-23 11:03:07 +02:00
heckflosse
f49d1c7762 sony_arw2_load_raw() : let only master thread update the progress bar 2017-09-22 16:01:53 +02:00
heckflosse
a97f7be547 Merge branch 'dev' into ph1speedup 2017-09-22 15:22:04 +02:00
heckflosse
973656fd82 Multithreaded sony_arw2_load_raw() 2017-09-22 14:03:40 +02:00
heckflosse
6da935f9e7 multithreaded arw2 decode mockup 2017-09-21 21:49:05 +02:00
heckflosse
f52cd3be64 Added timing code to sony_arw_load_raw 2017-09-21 21:30:40 +02:00
heckflosse
10a4c5f1de CVE-2017-1438 credits; fix for Kodak 65000 out of bounds access 2017-09-16 20:04:24 +02:00
Flössie
afb503c50f Prevent /0 in dcraw.cc (fixes #4061)
Final solution by @heckflosse. Thanks!
2017-09-09 17:43:33 +02:00
heckflosse
50dce7084b Removed timing code, added comment 2017-09-07 14:45:09 +02:00
heckflosse
642047b2a2 DNG files from HdrMerge are decoded incorrectly when zlib 1.2.11 is used, fixes #3674 2017-09-07 13:41:40 +02:00
heckflosse
6a67dd3500 Additional speedup for phase_one_flat_field() 2017-08-30 19:47:26 +02:00
heckflosse
fd1909e4da Additional optimizations for Phase One P45+ and P65+ 2017-08-30 18:55:30 +02:00
heckflosse
61a69ba193 Fixed artifacts in clipped highlights of phase one files I introduced with recent commit 2017-08-30 16:44:46 +02:00
heckflosse
c16115cdde Speedup for loading of Phase One files 2017-08-30 14:49:27 +02:00
heckflosse
c60ed7a736 Silence warnings in dcraw.cc when using gcc >= 7 2017-06-26 02:16:11 +02:00
heckflosse
59b62d90a1 GCC diagnostic issue on macOS/Clang, fixes #3825 2017-04-14 23:27:23 +02:00
heckflosse
be4cc858a2 Remove obsolete dcraw::scale_colors() 2017-04-06 23:51:36 +02:00
heckflosse
9b5f429602 Fixed another bunch of warnings 2017-04-03 21:01:28 +02:00
heckflosse
4c7b7683c1 Fixes some warnings and disabled the remaining ones in dcraw.cc 2017-04-03 17:14:42 +02:00
heckflosse
071d960035 Fix all warnings in demosaic_algos.cc 2017-03-31 19:07:58 +02:00
heckflosse
1dedefda2a Don't use camconst.json for already demosaiced DNG files from some Pentax cameras (files have been generated by DxO) 2017-03-26 23:04:36 +02:00
heckflosse
f9a536fd0b new gtk3 version of pixelshift 2017-03-11 22:30:36 +01:00
Ingo Weyrich
3684ac4053 Merge pull request #3725 from Beep6581/xtranscompressed
Support for compressed bayer files from FUJIFILM GFX 50S
2017-03-04 01:34:23 +01:00