3816 Commits

Author SHA1 Message Date
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
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
heckflosse
bc3023e228 Add RT version to 'Software' tag for uncompressed tiff 2016-07-03 21:18:57 +02:00
heckflosse
87e1914b9d Fix buffer overrun writing uncompressed tiff 2016-07-03 16:06:07 +02:00
heckflosse
2710bcdcec Fix a warning and a crash 2016-07-02 23:03:58 +02:00
Beep6581
45d307bf40 Merge pull request #3366 from Beep6581/exiftool1020
Updated all in /rtexif/ with info from exiftool-10.20.
2016-07-02 19:45:45 +02:00
Morgan Hardwood
fe49c851ff Updated all Sony and Konica Minolta interpreters. 2016-07-01 22:57:44 +02:00
Morgan Hardwood
ec66a380bd Updated all Pentax interpreters. 2016-07-01 21:32:44 +02:00
Morgan Hardwood
3866f10d69 Updated all Olympus interpreters. 2016-07-01 19:46:15 +02:00
Morgan Hardwood
67a4d2af44 Updated all Nikon interpreters. 2016-07-01 19:26:38 +02:00
Morgan Hardwood
42e6b56c43 Updated all Fuji interpreters. 2016-07-01 19:09:36 +02:00
Morgan Hardwood
9edec3361b Updated all Canon interpreters. 2016-07-01 17:31:18 +02:00
Ingo Weyrich
8cbdd31914 Merge pull request #3365 from Beep6581/preprocess_speedup
Preprocess speedup
2016-07-01 15:07:27 +02:00
heckflosse
b8c5ee7e47 Disabled StopWatch 2016-07-01 15:04:34 +02:00
Ingo Weyrich
d8ebe7bdc3 Merge pull request #3364 from Beep6581/batchqueue_delete_bug
Add milliseconds to queue params file, fixes #3363
2016-07-01 14:54:51 +02:00
heckflosse
4236fd0545 Add milliseconds to queue params file, fixes #3363 2016-07-01 13:33:05 +02:00
heckflosse
58e560b88e Added further speedups and astyles the changed files 2016-06-30 19:48:44 +02:00
Flössie
1f63ab85fa Vectorize 49 and 81 in ImProcFunctions::Median_Denoise() (#3346) 2016-06-30 18:18:13 +02:00
Flössie
e2deb16403 Fix apparent OOB access in ImProcFunctions::Median_Denoise() (#3346) 2016-06-30 18:02:19 +02:00
Flössie
406d1b7fb1 Vectorize some medians in ImProcFunctions::Median_Denoise() (#3346)
- Vectorize with Ingo's scheme
- Make loads more cache friendly
2016-06-30 17:58:02 +02:00
heckflosse
ba71bfe4fd Speedup for getAutoExpHistogram(..) 2016-06-29 14:48:37 +02:00
heckflosse
fe0743e471 Reduce size of badpixels bitmap by factor 8 2016-06-29 14:47:23 +02:00
Flössie
5cbff43191 Finalize median.h
- Added median 13, 49, and 81
- Integrated Ingo's SSE optimization for "5x5 strong"
- Converted `MIDDLE4OF6`
- Refactored `enum mediantype`
2016-06-28 21:49:07 +02:00
Flössie
a3bfd035fa Fix bug found by @heckflosse (#3346) 2016-06-27 21:00:18 +02:00
Flössie
1275659a91 Removed another pixSort() and improved two places (#3346) 2016-06-26 15:28:04 +02:00
Flössie
787a892737 Make further use of median() and replace ULIM and ULIMV (#3346) 2016-06-26 15:14:45 +02:00
heckflosse
cb05456746 Fix broken decode for files from Sony DSC-RX1RM2, fixes #3358 2016-06-24 14:47:46 +02:00