Commit Graph

2158 Commits

Author SHA1 Message Date
Ingo Weyrich
e2154f9feb Fix a race in get_dark_channel() 2019-02-18 15:25:35 +01:00
Flössie
c85dc2811b Fix most Clang 7 warnings (fixes #4972) 2019-02-17 12:07:48 +01:00
Flössie
e491c42b5e Conform to OpenMP 4.0 (fixes #5177) 2019-02-17 10:23:13 +01:00
heckflosse
94926b8315 Support for Nikon Z7 uncompressed NEF files, fixes #4801 2019-02-14 20:40:49 +01:00
heckflosse
0f1f12d29a guided filter: removed timing code 2019-02-14 15:49:02 +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
heckflosse
9e1fcb31ef guided filter: further small reduction of peak memory usage 2019-02-14 15:30:05 +01:00
Morgan Hardwood
b65e3c32a6 Improved support for Sigma SD14
Closes #5173
2019-02-14 13:55:20 +01:00
heckflosse
d1e3085932 Reduce peak memory usage of guided filter by width * height * 8 byte 2019-02-14 13:11:27 +01:00
heckflosse
8eba1c40a6 Fix segfaults when processing very large files in queue, #5170 2019-02-13 00:38:11 +01:00
heckflosse
2d167d923b Reduce peak memorey usage for processing non raw files in queue by width * height * 3 * bytedepth, #5170 2019-02-13 00:36:57 +01:00
heckflosse
ff00226d97 Fix segfault opining very large jpeg files in editor, #5170 2019-02-11 22:40:31 +01:00
heckflosse
1813d880d0 Fix segfault on very large files, #5170 2019-02-11 20:35:52 +01:00
heckflosse
5ddbefd8c4 Do not take logarithm of values <= 0, fixes #5164 2019-02-06 13:25:57 +01:00
Flössie
37027e46bd Fix non-OpenMP build 2019-02-06 06:54:31 +01:00
heckflosse
9210a56ca4 Log filename in case mmap failed 2019-02-04 22:18:14 +01:00
heckflosse
8207d174a0 hphd demosaic: disable timing code, #5159 2019-01-31 23:37:33 +01:00
heckflosse
a5427f32a2 hphd demosaic: fix wrong index, #5159 2019-01-31 23:31:06 +01:00
heckflosse
7c3707a392 hphd dempsaic: disable timing code, #5159 2019-01-31 22:27:34 +01:00
heckflosse
ac152ac423 hphd demosaic: small speedup and own compilation unit, #5159 2019-01-31 22:20:23 +01:00
heckflosse
a4acc1dca3 Speedup for hphd demosaic 2019-01-30 22:56:44 +01:00
Ingo Weyrich
f84a75de1e Merge pull request #5146 from Beep6581/fix-non-sse-standard-tonecurve
Fix standard tonecurve for non sse builds, also inluced speedup for s…
2019-01-21 16:03:40 +01:00
heckflosse
3fc7c25965 softproof not working when no printer profile is set (no sRGB preview on wide gamut screens), fixes #5143 2019-01-19 19:22:45 +01:00
heckflosse
36ca01616b Segfault when v2 ICC profiles do not contain parsable 'gamma/slope' info, fixes #5144 2019-01-19 19:15:32 +01:00
heckflosse
4d241d7e10 Wrong clipping when using the new v2 and v4 profiles, fixes #5142 2019-01-19 19:10:46 +01:00
heckflosse
52aabfc93a don't force b&w when ciecam02 and b&w are enabled 2019-01-19 13:14:29 +01:00
heckflosse
b3972dee37 Small speedup for sse version of WeightedStdToneCurve::BatchApply() 2019-01-16 15:16:16 +01:00
heckflosse
23202d1f10 Fix wrong sse version of setUnlessOOG() 2019-01-16 14:44:08 +01:00
heckflosse
2369440390 Fix standard tonecurve for non sse builds, also inluced speedup for sse builds 2019-01-16 14:24:19 +01:00
heckflosse
b9942422e7 Change microcontrast uniformity adjuster range, fixes #5129 2019-01-01 17:36:17 +01:00
heckflosse
d43ccc5e81 Add vceilf(x) 2018-12-31 18:47:08 +01:00
heckflosse
5a7f889380 Better xtrans fast algorithm, #5107 2018-12-31 16:15:50 +01:00
heckflosse
8d08f13eba Merge branch 'dev' into blur-flat-regions 2018-12-27 10:56:08 +01:00
heckflosse
42beee886b Preview sometimes goes magenta at >=100% preview when using Ciecam02 and defringe, fixes #5116 2018-12-26 21:12:46 +01:00
heckflosse
d7a1b29cc9 Merge branch 'dev' into blur-flat-regions 2018-12-22 14:50:02 +01:00
heckflosse
3461328a8c Opening a locked raw file in RawTherapee causes crash, fixes #5111 2018-12-21 21:36:22 +01:00
heckflosse
0918d29578 Better white level for Canon PowerShot SX50 HS 2018-12-21 21:34:47 +01:00
heckflosse
988d598d9d Decouple sharpening amount from contrast mask, #5075 2018-12-17 13:26:14 +01:00
heckflosse
58e332475f Don't allocate blurbuffer when blur is disabled, #5075 2018-12-17 13:07:46 +01:00
heckflosse
4a46da1b34 Merge branch 'dev' into blur-flat-regions 2018-12-17 11:58:34 +01:00
Flössie
f6a7e43ba0 Initialize variable in lj92.c (fixes #5090) 2018-12-15 14:48:04 +01:00
heckflosse
d47a54fb3d Fix raw histogram calculation, thanks to @agriggio, #5091 2018-12-12 23:23:02 +01:00
Morgan Hardwood
920e9f7a16 Renamed key to CurveFromHistogramMatching for clarity, #5089 2018-12-11 23:13:40 +01:00
heckflosse
287167890c Merge branch 'dev' into blur-flat-regions 2018-12-11 15:18:43 +01:00
Alberto Griggio
7a918fa373 Fixed bug in evaluating catmull-rom curves with straight segments at 0 or 1
Fixes #5072
2018-12-10 17:26:22 +01:00
heckflosse
8bdec7c2de Change blend between sharpened, original and blurred, #5075 2018-12-10 14:29:23 +01:00
heckflosse
c173059085 Merge branch 'dev' into blur-flat-regions 2018-12-10 12:31:26 +01:00
Ingo Weyrich
1bf837d5b1 Merge pull request #5070 from Beep6581/improve_dualdemosaic_flatregion_detection
Improve detection of flat regions for calculation of dual demosaic contrast threshold
2018-12-09 22:47:10 +01:00
heckflosse
872279ae97 Remove some console output before merge 2018-12-09 22:39:00 +01:00
heckflosse
7d17b2ef27 bugfix for last commit 2018-12-08 22:01:37 +01:00