3816 Commits

Author SHA1 Message Date
Flössie
d82956bbe5 Add optimized median25 and kill old macros (#3346) 2016-06-21 20:50:42 +02:00
Morgan Hardwood
0189a99e1c Updated all lens interpreters with data from exiftool-10.20 2016-06-19 17:02:07 +02:00
Ingo Weyrich
b526050b6b Merge pull request #3350 from Beep6581/save_to_8bit_speedup
Speedup for save to 8bit formats (mainly for 8bit tiff and j…
2016-06-18 16:11:21 +02:00
heckflosse
e4a7287650 Removed StopWatches and cleaned code 2016-06-18 16:04:54 +02:00
heckflosse
aab8bad391 Let the compiler optimize instead of using handwritten SSSE3 code, same speed 2016-06-18 14:04:00 +02:00
heckflosse
88685c66f6 SSS3 code to speedup save to 8bit formats (mainly for 8bit tiff and jpeg) 2016-06-17 17:56:34 +02:00
Ingo Weyrich
da9e760403 Merge pull request #3345 from Beep6581/cr2_decode_speedup
Speedup for cr2 decode
2016-06-17 17:08:15 +02:00
heckflosse
d4f8c1f9d1 Removed StopWatch and updated dcraw.patch file 2016-06-17 16:59:14 +02:00
heckflosse
1121b2c340 Merge flatfield_speedup into master 2016-06-17 16:23:56 +02:00
heckflosse
05d7abb5e0 Fix merge conflicts 2016-06-17 16:11:47 +02:00
heckflosse
b8b98e0924 Disabled StopWatch 2016-06-17 15:55:20 +02:00
Flössie
45a572e65b Add general 7-arguments-median (#3346)
This was found on http://www.cs.hut.fi/~cessu/selection/, tested,
inlined, and optimized. Needs at most 10 compares.
2016-06-15 21:30:08 +02:00
Flössie
2fa1ad138e Start median rework (#3346)
- Added basic algorithms to `rtengine/median.h`
- Converted first occurrences
2016-06-14 22:08:03 +02:00
heckflosse
5703eb5ebc Fix some compiler warnings 2016-06-12 21:03:44 +02:00
heckflosse
c11465e46a Fix segfault when Flatfield blur radius == 0 2016-06-12 20:56:55 +02:00
heckflosse
f794cf684b Speedup for cr2 decode 2016-06-12 18:13:01 +02:00
Ingo Weyrich
ea9dfc9c5c Merge pull request #3343 from Beep6581/dcp_speedup
Dcp speedup
2016-06-12 14:08:38 +02:00
heckflosse
a32e13400b Removed stopwatches 2016-06-12 13:32:08 +02:00
heckflosse
4a1fb9ae4a removed wrong comment 2016-06-12 12:55:54 +02:00
Flössie
5f6781a741 Merge branch 'master' into dcp_speedup 2016-06-12 12:27:22 +02:00
Flössie
97dae796c6 Additional cleanups for dcp.* (#3343) 2016-06-12 12:08:34 +02:00
heckflosse
65306973b1 Speedup for Flat-Field correction, fixes #3253, also introduces changed formatting to switch statements caused by new astyle profile 2016-06-11 22:18:59 +02:00
heckflosse
b8749f8484 dcp speedup cleanup 2016-06-10 18:30:07 +02:00
Flössie
49a6af275e Add some omitted std:: prefixes in dcp.cc
Those could hinder Marcin's SUSE builds.
2016-06-10 16:19:55 +02:00
Morgan Hardwood
c541d6e182 astyle - indent switch blocks. 2016-06-10 14:03:11 +02:00
heckflosse
a889396e44 Fix compile bug, fixes #3340 2016-06-10 01:38:24 +02:00
heckflosse
eedb9f39bc Another 'small' speedup for dcp 2016-06-10 00:20:03 +02:00
heckflosse
3aa9947a37 Forgot to add dcp.cc with last commit 2016-06-09 23:43:55 +02:00
heckflosse
c086177032 Speedup for DCPProfile::apply 2016-06-09 23:42:32 +02:00
Beep6581
a824b71808 Minor changes to docs, testing something. 2016-06-09 23:17:34 +02:00
heckflosse
b50de693a0 Replace expensive dcp srgb gamma calculations by access to lookup table => no difference in output and much faster 2016-06-09 21:49:13 +02:00
Beep6581
cbbdc3e36f Rawtherapee forgets checked Autofill-option, fixes #3332 2016-06-09 20:38:46 +02:00
Floessie
a28bbb853b Merge pull request #3338 from Beep6581/fix-dcp-race-and-store
Fix dcp race and store
2016-06-09 20:32:43 +02:00
Flössie
47aa3402ae Finalize dcp.* cleanup (#3304)
- Introduce DCPProfile::Triple and DCPProfile::Matrix
- Hide DCPProfile::ApplyState internals
- Refactor the rest
2016-06-09 19:08:46 +02:00
Flössie
8ee8eb4ed6 Another bunch of cleanups
- DCPProfile::apply()
- DCPProfile::makeHueSatMap()
- DCPProfile::hsdApply()
- Refactoring

More to come...
2016-06-07 21:04:12 +02:00
Floessie
2abd641c06 Refactor DCPProfile::DCPProfile()
- Rename members
- Styling
- C++11

Still to come:
- All the rest of DCPProfile
2016-06-05 21:30:51 +02:00
Floessie
e0ca8ecdff First round of cleanups for rtengine/dcp.*
- Sorted functions and methods
- Moved local functions to anonymous namespace
- Slightly modernized local functions
- Reworked `DCPStore` and fixed memory leak

Still coming:
- Rework `DCPProfile`
2016-06-04 22:43:09 +02:00
Floessie
a520c93775 Add Ingo's patch for #3304 2016-06-04 21:07:41 +02:00
Floessie
68208de270 Merge pull request #3329 from Floessie/fix-3328
Fix missing return value in LensGeometry::doDisableAutoFillIfActive()
2016-06-04 17:50:38 +02:00
Flössie
e2a670c992 Fix missing return value in LensGeometry::doDisableAutoFillIfActive()
This should fix #3328.
2016-06-04 17:47:19 +02:00
heckflosse
8e3c9bfdaf Fix broken dcp tonecurve and lookup table 2016-06-04 12:15:06 +02:00
Floessie
8b5cf386bd Merge pull request #3318 from Beep6581/lcpautofill
Automatically disable Auto-Fill when enabling LCP Disortion Correction, #1791
2016-06-03 19:30:16 +02:00
Beep6581
21b9b15e45 Applied Floessie's changes to prevent mutex lock issues, PR #3318 issue #1791 2016-06-03 14:00:26 +02:00
Desmis
564bf62268 Fixed special handling of chroma=-100 2016-06-03 08:42:26 +02:00
Ingo Weyrich
ca31379b47 Merge pull request #3313 from Beep6581/rgbcurvesspeedup
Merged to get more tests
2016-06-02 23:15:09 +02:00
heckflosse
d719dd385e Fix possible issues when building with clang 2016-06-02 23:10:57 +02:00
Beep6581
10f4bf3109 Merged master into rgbcurvesspeedup. 2016-06-02 22:33:34 +02:00
heckflosse
ba53481750 Disable #pragma omp simd statement for clang builds, fixes #3324 2016-06-02 18:15:55 +02:00
heckflosse
f885b17439 Small speedup for bilinear resize (used for thumbnails) 2016-06-02 15:25:08 +02:00
heckflosse
c63cd8dd76 Apply white balance for thumbnails in float precision => more accurate and also faster than before with int precision 2016-06-01 22:30:48 +02:00