Commit Graph

291 Commits

Author SHA1 Message Date
Ingo Weyrich
7046a9be93 Next try to fix a crash caused by tone mapping, #5171 2020-06-14 16:48:06 +02:00
Ingo Weyrich
bae1897b44 Fix segfault when using Colour Toning/Lab blending on very dark images 2020-03-29 17:42:48 +02:00
Desmis
81c6e4635d merge with dev 2020-02-24 11:05:55 +01:00
Ingo Weyrich
2c831a11a7 more double promote fixes 2020-02-09 23:34:12 +01:00
Ingo Weyrich
b627adea3a Merge branch 'dev' into fix-double-promotion 2020-02-09 16:45:20 +01:00
Ingo Weyrich
8f291c3ff2 Be -Wunused-macros clean 2020-02-07 20:18:35 +01:00
Ingo Weyrich
806c086fbc more double promote fixes, still not complete 2020-01-21 14:01:27 +01:00
Ingo Weyrich
bf301b7e40 reduce include depenencies 2020-01-18 23:46:48 +01:00
Desmis
01fbc2eddf Suppress interaction between wavelet and tone-mapping 2020-01-12 08:03:52 +01:00
Desmis
89bdb7e848 merge with dev 2019-12-30 10:28:19 +01:00
luz.paz
765499bf55 Fix doxygen typo and other various typos 2019-12-19 20:46:35 -05:00
Desmis
44e01ffcb9 merge with dev 2019-12-06 17:30:03 +01:00
Flössie
2ceda11912 Fix Apple build (fixes #5553) 2019-12-05 09:54:16 +01:00
Desmis
c0da01cf9a merge with dev 2019-12-01 06:53:23 +01:00
Ingo Weyrich
79431ffa1d Some changes suggested by @Floessie 2019-11-26 19:42:48 +01:00
Ingo Weyrich
2a4891827d Some cleanups 2019-11-26 15:25:11 +01:00
Desmis
d621721ffe merge wit dev 2019-11-07 07:17:19 +01:00
Ingo Weyrich
03c0d6c86c Some cleanups, also fix some fallouts from reduce_include_dependencies branch 2019-11-05 20:31:17 +01:00
Ingo Weyrich
6335b68a80 Further reduction of include dependencies 2019-11-03 14:52:42 +01:00
Ingo Weyrich
e682b364b5 Further reduction of include dependencies 2019-11-01 14:51:33 +01:00
Ingo Weyrich
6935faa258 Further cleanup of include dependencies 2019-10-30 22:12:06 +01:00
Flössie
d7ec033829 Reduce dcp.h dependencies 2019-10-30 09:30:21 +01:00
Ingo Weyrich
068847eb5a Further cleanup of include dependencies 2019-10-29 21:06:27 +01:00
Ingo Weyrich
c11087c28d Cleanup curves.h includes 2019-10-29 14:15:45 +01:00
Ingo Weyrich
22e5348db7 Forward declare LabImage 2019-10-28 17:17:15 +01:00
Ingo Weyrich
eaf0eeff4e Forward declare CieImage 2019-10-28 15:43:58 +01:00
Desmis
f57d74ffbd merge with dev 2019-09-23 11:40:25 +02:00
Ingo Weyrich
1e27156a32 Merge pull request #5421 from shlyakpavel/patch-2
improcfun.cc: cleanup
2019-09-22 00:29:06 +02:00
Desmis
00df4707a8 merge with dev 2019-09-11 11:41:24 +02:00
Morgan Hardwood
60b2196bce Updated gnu.org links to use HTTPS 2019-09-10 12:34:57 +02:00
Pavel Shlyak
7c61645394 improcfun.cc: cleanup
The pointers allocated with new can never be null. Exception will be thrown in case of memory allocation error.
2019-08-21 04:30:59 +03:00
Desmis
02e58bc88e merge with dev 2019-08-17 18:08:59 +02:00
Roel Baars
82e329ca83 Fix SHM-color toning behavior in shadows. Fixes #5403 2019-08-08 13:10:55 +02:00
Ingo Weyrich
d765c06cf4 2 bugs in colour toning, fixes #5403 2019-08-08 11:43:47 +02:00
Ingo Weyrich
5e9a409dba cbdl code cleanup 2019-08-06 17:34:14 +02:00
Desmis
e4c4e38236 merge with dev 2019-07-24 09:05:32 +02:00
Ingo Weyrich
cbb3f05b7e use empty() instead of comparison with an empty string 2019-07-22 13:49:08 +02:00
Desmis
a2bfcd7690 merge with dev 2019-07-12 18:39:07 +02:00
Floessie
e980d9b225 Merge pull request #5315 from Beep6581/rtsurface-cleanup
Rtsurface cleanup
2019-07-09 13:02:46 +02:00
Desmis
50e6aa12c7 merge with dev 2019-07-04 08:23:56 +02:00
heckflosse
c04171bf34 minor speedups 2019-07-02 23:24:58 +02:00
heckflosse
bb11f68535 Fix wrong SSE code path of shadowToneCurve() 2019-07-02 21:01:51 +02:00
Desmis
5e80b36b09 merge with dev 2019-06-14 07:40:49 +02:00
heckflosse
f0d32c1da7 White dot artifacts caused by CIECAM02, fixes #5342 2019-06-09 14:37:33 +02:00
Desmis
53d32c9135 merge with dev 2019-06-06 12:56:06 +02:00
luz.paz
cc60ea2248 Fix source comment and misc. typos
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L hist,fo,reall,bloc,alph`
2019-06-03 17:38:50 -04:00
Desmis
83f487753c Improve shadows-Highlight Residual 2019-05-27 09:23:56 +02:00
Desmis
fc9867eb2d Improvment to residual image 2019-05-21 07:48:18 +02:00
Flössie
351f8f4e12 Fix indentation 2019-05-16 10:33:07 +02:00
Flössie
00b007f47a Fix compiler warning for non-SSE2 builds 2019-05-16 10:28:13 +02:00