6758 Commits

Author SHA1 Message Date
Alberto Griggio
8155698ed6 removed one further clipping place 2018-02-25 21:21:49 +01:00
Hombre
b430ca19a6 Double fallback implemented (see #4396)
If the user's default profile is not found, it'll fallback to the
bundled one. If this one is not found, it'll fall back to internal
values. No restart required. Only the GUI alert are localized.
2018-02-24 14:02:50 +01:00
heckflosse
b439719cc5 Merge branch 'pfcorrect-cleanup' of https://github.com/Beep6581/RawTherapee into pfcorrect-cleanup 2018-02-24 00:27:45 +01:00
heckflosse
f351fa78b7 Small speedup for Badpixelscam() 2018-02-24 00:27:06 +01:00
Flössie
139587c197 Clean up jaggedarray.h 2018-02-23 18:47:41 +01:00
heckflosse
cde2796569 Speedup for BadpixelsLab() 2018-02-23 16:56:54 +01:00
heckflosse
cfbcd6cd5b Speedup for PF_correct_RTcam() 2018-02-23 13:30:52 +01:00
Alberto Griggio
1dbd5d8a5a removed more clipping places 2018-02-22 17:46:11 +01:00
Alberto Griggio
4f4e3ef7e0 fixed NaN generation due to unbounded processing (no 0 clipping) 2018-02-22 17:45:42 +01:00
Flössie
2729b785c3 Drop using namespace and add more const plus whitespace fixes 2018-02-21 21:12:25 +01:00
heckflosse
d0da0c66e2 Merge branch 'dev' into pfcorrect-cleanup 2018-02-21 14:42:42 +01:00
heckflosse
e69952d654 use double precision for large summations, #4408 2018-02-21 14:28:54 +01:00
heckflosse
d677515273 CbDL reduce artifacts: wrong preview at low zoom levels, #4407 2018-02-20 14:35:27 +01:00
Alberto Griggio
aa673ce15d fattal: removed negative clipping 2018-02-20 13:58:32 +01:00
heckflosse
fef8cb475c rtengine/PF_correct_RT.cc : further cleanup 2018-02-20 01:13:03 +01:00
Hombre
ff021826c6 Falling back to RT's default profile if actually set default profile
doesn't exist (see #4396). If the actually set default profile was RT's
default profile, whichcan't be accessed for any reason, it'll then fall
back by the Internal profile.
2018-02-19 23:20:41 +01:00
heckflosse
77376bb452 rtengine/PF_correct_RT.cc : further cleanup 2018-02-19 21:40:36 +01:00
heckflosse
0bed7fbfce Using ciecam02 + cbdl reduce artifacts leads to completely wrong colours in thumbnail and also for < 100% preview, fixes #4407 2018-02-19 20:00:49 +01:00
heckflosse
4762d1ec63 Badpixelscam(): Fixed bug in SSE code 2018-02-19 17:20:23 +01:00
heckflosse
ad37d6baa8 Badpixelscam(): Bugfix, simplified interface and SSE code 2018-02-19 17:02:17 +01:00
Alberto Griggio
6a96bd2676 merge with 'dev' 2018-02-19 16:44:46 +01:00
Alberto Griggio
33e0c28789 started working on no negative clipping 2018-02-19 16:31:30 +01:00
heckflosse
e527ad44cd Minor cleanups 2018-02-19 15:16:00 +01:00
heckflosse
d8e189e497 Removed one std::cout 2018-02-19 14:51:43 +01:00
heckflosse
edc9382530 Merge branch 'dev' into pfcorrect-cleanup 2018-02-19 02:37:32 +01:00
heckflosse
d05a98807c further cleanup of rtengine/PF_correct_RT.cc 2018-02-19 02:09:58 +01:00
Hombre
cb0798502b Fix #4396: "5.4-RC1 stuck on release notes panel"
Now the alert windows pops after closing the splash window
2018-02-18 01:13:49 +01:00
Morgan Hardwood
229d51dbd9 Merge branch 'dev' into release5.4 2018-02-17 22:40:00 +01:00
heckflosse
fc751a0cce Wavelet Level Functions not working at all in dev, fixes #4405 2018-02-17 22:39:30 +01:00
heckflosse
1366d2428a Wavelet Level Functions not working at all in dev, fixes #4405 2018-02-17 22:25:57 +01:00
heckflosse
9ecf5f2204 Merge branch 'dev' into release5.4 2018-02-17 21:03:57 +01:00
heckflosse
828964ce8d Removed obsolete comment, #4392 2018-02-17 21:03:30 +01:00
heckflosse
533cec144b Merge branch 'dev' into release5.4 2018-02-17 20:52:35 +01:00
heckflosse
b1d673a2ba Fix bug in vectorized lut access, fixes #4392 2018-02-17 20:52:00 +01:00
heckflosse
78ad4bae92 Merge branch 'dev' into release5.4 2018-02-16 13:59:52 +01:00
heckflosse
c87b05dfb1 RT Crashes on CL LAB curve, fixes #4402 2018-02-16 13:59:29 +01:00
heckflosse
faeac1286e RT Crashes on CL LAB curve, fixes #4402 2018-02-16 13:53:09 +01:00
heckflosse
ad0e05f846 SSE2 code for BadpixelsLab() 2018-02-16 13:35:10 +01:00
Alberto Griggio
b37c94298c fixed Lab color toning with unbounded processing 2018-02-16 11:19:49 +01:00
Floessie
38cab123fc
Merge pull request #4401 from Beep6581/gcc8-warnings
Fix GCC 8 warnings
2018-02-15 20:54:43 +01:00
Floessie
8fcfeed0f9
Merge pull request #4400 from Beep6581/x87-math
Find x87 and x86-32 SSE to adjust compile settings (fixes #4324)
2018-02-15 20:44:46 +01:00
Flössie
1b048e147f Fix wrong RESTRICT (#4397) 2018-02-15 19:58:08 +01:00
Flössie
28e1b83af9 Find x87 and x86-32 SSE to adjust compile settings (fixes #4324) 2018-02-15 19:41:15 +01:00
heckflosse
a14f25dd9f Merge branch 'dev' into release5.4 2018-02-15 14:19:21 +01:00
heckflosse
20fcffae94 Using Wavelet/Residual with contrast set to != 0 crashes on completely black image, fixes #4399 2018-02-15 13:42:10 +01:00
Ingo Weyrich
3b956996d7
Merge pull request #4395 from luzpaz/misc-typos
Misc. typos
2018-02-14 21:17:49 +01:00
Flössie
cf3ea4f451 Turn wavelet.Lmethod into an integer (by @heckflosse, #4397) 2018-02-14 20:09:17 +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
Flössie
04cef998a2 Fix some GCC 8 warnings (#4397) 2018-02-14 20:01:20 +01:00
heckflosse
63f14dda7e Speedup and reduced memory usage for 'Defringe', 'Cbdl reduce Artifacts' and 'Ciecam02 Hot/bad pixel filter' 2018-02-14 14:18:31 +01:00