4344 Commits

Author SHA1 Message Date
heckflosse
7a4cf9aba8 Colourtoning: Always calculate saturation for 'Automatic Saturation Protection' from full image 2016-08-23 19:59:49 +02:00
heckflosse
9b62f92095 About 7x speedup for Automatic Saturation Protection in Colourtoning 2016-08-23 19:35:15 +02:00
heckflosse
3df0acee56 Fixed wrong transition curve in ciecam02, fixes #3398 2016-08-21 15:13:17 +02:00
heckflosse
3e510cd94e Fix some ciecam02 issues, fixes ##3380, fixes #3396, fixes #3397 2016-08-18 21:41:16 +02:00
heckflosse
cd16b91be0 fixes #3395, unrelated bulk changes cause saturation setting to double its value 2016-08-17 16:15:35 +02:00
Morgan Hardwood
a3673d26a4 Merge branch 'master' into gtk3 2016-08-11 20:22:48 +02:00
heckflosse
b710595335 Adust buffers to fix potential buffer overruns 2016-08-10 22:59:48 +02:00
Morgan Hardwood
e4536f231b Merge branch 'master' into gtk3 2016-08-06 21:32:49 +02:00
Morgan Hardwood
14b5bf1386 Prevents thumbnail race condition, from Floessie in #3304 and fixes #3384 2016-08-06 21:24:36 +02:00
Morgan Hardwood
705088dcd8 Merge branch 'master' into gtk3 2016-08-02 01:20:24 +02:00
heckflosse
1339cbe67a Fixes "CIECAM02 causes blue to become black"
Signed-off-by: Morgan Hardwood <entertheyoni@gmail.com>
2016-08-02 01:15:36 +02:00
Beep6581
77bdfa772e Removed markdown style from ISSUE_TEMPLATE.md
Turns out markdown style makes no sense here.
2016-08-01 13:47:37 +02:00
Beep6581
b15955c549 Create ISSUE_TEMPLATE.md 2016-08-01 13:43:11 +02:00
Morgan Hardwood
98329d35a2 Merge branch 'master' into gtk3 2016-07-31 15:27:11 +02:00
Morgan Hardwood
1255d9e942 Fixes #3389 - CbDL memleak. 2016-07-28 04:48:53 +02:00
Morgan Hardwood
2c976e4e24 Nederlands updated by wim ter meer, closes #3390 2016-07-28 22:29:04 +02:00
Morgan Hardwood
bedee9e32b Merge branch 'master' into gtk3 2016-07-15 01:29:06 +02:00
Morgan Hardwood
57e95a35c2 Merge branch 'master' of github.com:Beep6581/RawTherapee 2016-07-15 01:16:33 +02:00
Morgan Hardwood
0608ad8f49 Simplified OS X GIMP and Photoshop calling code. 2016-07-15 01:16:12 +02:00
heckflosse
2d346f670e Fix build issue with clang 2016-07-14 20:56:14 +02:00
Morgan Hardwood
2bfb0acdd7 Merge branch 'master' into gtk3 2016-07-12 20:10:50 +02:00
heckflosse
5127e94cc9 Add missing #ifdef __SSE2__, fixes #3382 2016-07-12 17:28:16 +02:00
Morgan Hardwood
f22172c19c Merge branch 'master' into gtk3 2016-07-10 21:42:28 +02:00
Morgan Hardwood
cb5e99ef62 Updated defaults for crop, sharpening and post-resize sharpening. 2016-07-10 21:22:12 +02:00
Morgan Hardwood
3aaacf3b0c Made post-resize sharpening RL radius minimum size consistent with RL radius from main sharpening - 0.40. Removed redundant guiutils.h include. 2016-07-10 20:31:03 +02:00
heckflosse
2ee160dcf7 Fix OOB access in ImProcFunctions::MadRgb, fixes #3379 2016-07-10 18:35:19 +02:00
Floessie
40ce1bedaf Merge pull request #3377 from Beep6581/median-rework
Median revision
2016-07-10 18:25:21 +02:00
heckflosse
5e11f6bb83 Revert "Fix OOB access in ImProcFunctions::MadRgb, fixes #3379"
This reverts commit dd47d8b6c1308a4c87c0659d689dd2e395b8e9d5.
2016-07-10 14:01:28 +02:00
heckflosse
dd47d8b6c1 Fix OOB access in ImProcFunctions::MadRgb, fixes #3379 2016-07-10 13:43:12 +02:00
Flössie
8d01bef05a Remove unused rtengine/colorclip.h 2016-07-10 11:00:29 +02:00
Morgan Hardwood
040962c1b7 Merge branch 'master' into gtk3 2016-07-09 23:49:31 +02:00
Flössie
e129510b62 Partly revert rtengine/dcraw.cc and astyle again
Also recreate `dcraw.patch` as suggested by Ingo.
2016-07-09 17:42:59 +02:00
Flössie
2e9f3fb9dc Applied clang-tidy on rtengine/FTblockDN.cc
- Applied `clang-tidy` 3.8 with these checks and `-fix`:
  google-readability-casting,modernize-redundant-void-arg,
  modernize-use-bool-literals,modernize-use-nullptr,
  modernize-use-override,readability-braces-around-statements,
  readability-container-size-empty,
  readability-inconsistent-declaration-parameter-name,
  readability-redundant-control-flow,readability-redundant-string-cstr,
  readability-redundant-string-init,readability-simplify-boolean-expr,
  readability-static-definition-in-anonymous-namespace
- Renamed last occurrences of `ULIM` to `median`
- Removed double include of `median.h` from `rtengine/rawimagesource.cc`
  (found by Ingo)
2016-07-09 12:52:59 +02:00
Flössie
7f66eb5ec4 Move common code out of switch in ImProcFunctions::Median_Denoise()
- Move suggested by @heckflosse
- Use switch/case
- astyle `FTblockDN.cc`
- Whitespace cleanups
- Apply `median()` on `ffmanager.cc`
2016-07-09 11:47:47 +02:00
Flössie
c0c82abb32 Merge branch 'master' into median-rework 2016-07-08 18:11:22 +02:00
Flössie
719b405076 Remove vectorized medians < 25 from ImProcFunctions::Median_Denoise()
- But keep those versions in `median.h` for consistency
- Remove stopwatch
2016-07-08 17:28:27 +02:00
Ingo Weyrich
3b734e4a7a Merge pull request #3376 from Beep6581/small_camconst_speedup
Improve processing time to read camconst.json by almost factor 2. Additionally make it future-proof by reducing O(n²) copying amount in reallocate phase to O(n)
2016-07-08 12:43:40 +02:00
Ingo Weyrich
36f2c4db59 Merge pull request #3375 from Beep6581/fix_all_cppcheck_performance_hints
Fix cppcheck performance hints
2016-07-08 12:42:34 +02:00
heckflosse
b744eae46d Fix a bug reported by cppcheck and an OOB access, kudos to Floessie 2016-07-08 12:41:38 +02:00
heckflosse
ed7ee02150 Added change suggested by Floessie 2016-07-07 22:31:04 +02:00
heckflosse
f76211509f Improve processing time to read camconst.json by almost factor 2. Additionally make it future-proof by reducing O(n²) copying amount in reallocate phase to O(n) 2016-07-07 21:44:44 +02:00
Beep6581
7a70601f59 Merge pull request #3372 from Beep6581/helpman
Updated help and man page, #3369
2016-07-07 11:23:20 +02:00
heckflosse
f241caf8cb Canon EOS-1D mkII raw files are rendered as flat black, fixes #3373 2016-07-06 14:46:10 +02:00
heckflosse
c8779c04f5 Fix all - 2 cppcheck performance hints 2016-07-06 13:04:24 +02:00
Morgan Hardwood
3d6f9407a2 Updated help and man page, #3369 2016-07-05 23:07:58 +02:00
heckflosse
a991d53bf3 Fix segfault when adding files to the currently watched folder, kudos to Floessie for the fix 2016-07-05 16:48:30 +02:00
Ingo Weyrich
df15f735dc Merge pull request #3371 from Beep6581/tiff_exif_fix
Exif lost when saving compressed tiff from raw on windows builds, fix…
2016-07-05 16:10:32 +02:00
heckflosse
1bf2f87cdc Exif lost when saving compressed tiff from raw on windows builds, fixes #3370 2016-07-05 15:05:03 +02:00
heckflosse
1a0b96b223 Remove some top level tags when saving to uncompressed tiff, also simplified generation of 'Software' tag 2016-07-04 19:28:04 +02:00
heckflosse
90c7407c90 Disable wrong warning for non Windows builds 2016-07-04 19:25:59 +02:00