4344 Commits

Author SHA1 Message Date
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
ca71a0b7d2 Merge branch 'master' into gtk3 2016-06-09 23:36:02 +02:00
Beep6581
3da7d84ba9 Revert "Merged master into gtk3, fixed three conflicts."
This reverts commit c857bba95effed2bba4c69d7b072c0dce2ee64ad.
2016-06-09 23:24:55 +02:00
Beep6581
bd1a7fc4a7 Revert "Added SSEFUNCTION into rtgui/histogrampanel.cc"
This reverts commit 2331263704ba01ca6be5323503029aff5b44e87a.
2016-06-09 23:24:44 +02:00
Beep6581
a824b71808 Minor changes to docs, testing something. 2016-06-09 23:17:34 +02:00
Beep6581
2331263704 Added SSEFUNCTION into rtgui/histogrampanel.cc 2016-06-09 22:52:14 +02:00
Beep6581
c857bba95e Merged master into gtk3, fixed three conflicts. 2016-06-09 22:36:59 +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
heckflosse
b31225672a Some new improvements to speed of curve generation (mainly to speedup thumb processing in file browser) 2016-05-31 23:47:01 +02:00
Beep6581
fcd2c1523c Merge pull request #3321 from patdavid/master
Fix minor spelling & capitalization
2016-05-31 13:40:15 +02:00
Pat David
da86b8154a Fix minor spelling & capitalization 2016-05-30 21:43:06 -05:00
Beep6581
9fccdd6ca5 Automatically disable Auto-Fill when enabling LCP Disortion Correction, #1791 2016-05-30 23:47:13 +02:00
heckflosse
d57eec1628 Update for camconst.json, kudos to Ilias 2016-05-30 13:46:08 +02:00
Desmis
6dba58e26e fixed special handling of chroma = -100 2016-05-30 09:11:07 +02:00
Ingo Weyrich
fe8c8bfc99 Merge pull request #3316 from Beep6581/dcrawupdate
Update to dcraw 9.27
2016-05-29 22:39:56 +02:00
heckflosse
119fbfcd0b Updated dcraw.patch file 2016-05-29 22:35:15 +02:00
Beep6581
7040b6e5b1 Merge branch 'master' into gtk3 2016-05-26 10:30:08 +02:00
heckflosse
5cd202ddb5 Fix build on Arch 32bit non SSE using gcc-6.6.1, fixes #3305, kudos to mbajor for reporting and to Floessie for providing a fix for the bug 2016-05-24 23:46:43 +02:00
heckflosse
6e97875d81 Small correction to Deutsch file 2016-05-24 22:00:21 +02:00
Beep6581
6603577f5c Deutsch update 2016-05-24 21:45:05 +02:00
heckflosse
d0cef55aad Fix wrong crop for Samsung NX1 and NX500 2016-05-24 19:06:41 +02:00
heckflosse
f86a0811aa treat black levels > 0xffff in camconst.json as absolute level & 0xffff 2016-05-24 18:14:09 +02:00
heckflosse
918179f621 Correction to last commit 2016-05-23 20:01:15 +02:00
heckflosse
d0158efadf Small correction to Deutsch file, thanks to hi-tower for the hint 2016-05-23 19:31:22 +02:00
heckflosse
18243db5ba Update to dcraw 9.27 2016-05-22 21:57:52 +02:00