Commit Graph

2547 Commits

Author SHA1 Message Date
heckflosse
62532b8c4a Fixes #3930, Crash when pp3 file contains empty key for a threshold adjuster 2017-06-15 17:46:54 +02:00
heckflosse
94918b2cd8 fixes #3929, Crash when pp3 file contains empty key for a curve 2017-06-15 13:10:17 +02:00
heckflosse
db18b7ad71 Fix some coverity issues 2017-06-14 22:13:49 +02:00
heckflosse
c4f27b2c13 Fix some coverity issues 2017-06-14 17:02:33 +02:00
heckflosse
31d1f2f52b Fix large memory leak when using inspector on raw files without embedded jpg 2017-06-14 16:07:35 +02:00
heckflosse
2fcb7d9665 Removed bz2 support 2017-06-13 21:05:14 +02:00
heckflosse
64eea2bf6b Merge branch 'dev' into coverity-fixes 2017-06-13 17:25:31 +02:00
heckflosse
014ff692c5 RT crashes when pasting nothing, fixes #3922 2017-06-13 17:24:07 +02:00
heckflosse
ac663bfd9f Fix coverity issues in tonemapping 2017-06-13 17:00:07 +02:00
heckflosse
a6cf24bc13 Fix some coverity issues 2017-06-12 23:57:18 +02:00
heckflosse
97e558a040 Fixed some coverity issues 2017-06-12 17:54:34 +02:00
Desmis
f1a90dad54 merge with dev 2017-06-11 18:38:31 +02:00
heckflosse
e8bbefef7a Merge branch 'coverity-fixes' into dev 2017-06-11 13:02:18 +02:00
Desmis
849a2652a3 merge with dev 2017-06-10 14:35:59 +02:00
Desmis
3d52ededb7 Fixed bug in scope retinex chroma 2017-06-10 14:19:45 +02:00
Desmis
3b0e5f30fb Fixed bug calculation dhue in some cases 2017-06-10 13:14:27 +02:00
Alberto Griggio
dd14de75f6 Backed out changeset ec2a74c86e53 2017-06-09 08:45:57 +02:00
Alberto Griggio
84ff861934 further tweaks to the LCP matching logic for distortion correction
Now based on the one used by the lensfun-convert-lcp tool of Lensfun
2017-06-08 17:40:05 +02:00
heckflosse
5e5affa585 Fix some memory leaks 2017-06-07 21:32:28 +02:00
heckflosse
5e22addc54 Fix memory leak in iccstore 2017-06-07 20:39:44 +02:00
Alberto Griggio
2edd677d1a Fixed various memory leaks as reported by AddressSanitizer 2017-06-07 10:36:28 +02:00
Mattia Verga
75812c900e Move and rename option accordingly to other already present 2017-06-06 10:20:37 +02:00
heckflosse
2aaa7526b3 Hopefully better fix for memory leak in PartialProfiles 2017-06-05 21:04:01 +02:00
Mattia Verga
a5e2107e40 change klt not found message 2017-06-05 20:01:56 +02:00
Mattia Verga
7f4b9e2aa7 Merge Beep6581/dev 2017-06-05 18:16:38 +02:00
Mattia Verga
6b81411561 Use option to let user choose to use system's KLT 2017-06-05 17:59:36 +02:00
Alberto Griggio
b39529f7c0 LCP: new experimental logic for finding the correct distortion coefficients 2017-06-05 14:21:52 +02:00
heckflosse
48bcf8b077 Removed #include 2017-06-05 14:14:14 +02:00
heckflosse
9e5ce9a99b Some Coverity fixes (#3558) 2017-06-05 14:12:34 +02:00
Flössie
051670160b Some fixes as hinted by Coverity (#3558) 2017-06-05 10:58:14 +02:00
Desmis
aa5f9a5dac merge with ciecamtest 2017-06-04 12:31:43 +02:00
Desmis
0a18c96ae4 Increase slightly range color histogram Ciecam mode 2017-06-03 08:43:11 +02:00
Ingo Weyrich
e79afbb193 Merge pull request #3898 from Beep6581/psclean
Cleaned pixelshift code and made a speedup for pixelshift without mot…
2017-06-02 13:01:10 +02:00
Desmis
adafe0d0f7 merge with dev 2017-06-02 06:53:15 +02:00
heckflosse
40ee591474 Added a comment for last commit 2017-05-31 19:24:33 +02:00
Morgan Hardwood
95f3eaf001 Diagonal curve should be bypassed when it is linear, regardless of node count, fixes #3902 2017-05-31 18:55:41 +02:00
Desmis
8a9c044d56 Prevent curves to jump with Brightness algoritm 2017-05-31 14:38:16 +02:00
heckflosse
28fee5e72b fix wrong indentation 2017-05-30 19:48:06 +02:00
heckflosse
e8e01c3af1 pixelshift: skip demosaic when 'Show only motion mask' is enabled 2017-05-30 19:45:17 +02:00
heckflosse
486d51e434 Reduced memory usage of Pixel Shift motion detection by ~ width * height * 8 byte 2017-05-30 18:44:03 +02:00
heckflosse
25a531308f Cleaned pixelshift code and made a speedup for pixelshift without motion correction 2017-05-30 15:43:49 +02:00
heckflosse
fd29535657 pixelshif.cc compilation warning. fixes #3889 2017-05-27 11:51:13 +02:00
heckflosse
136c9153e6 Improved accuracy of Pixel Shift motion mask, no Issue 2017-05-26 21:06:37 +02:00
heckflosse
e242afedd6 On Windows, previously opened raw files can't be moved or deleted until RawTherapee is closed. Fixes #3884 2017-05-24 14:46:19 +02:00
Ingo Weyrich
0bb4589f13 Merge pull request #3879 from Beep6581/microcontrast
about 4x speedup for Microcontrast tool
2017-05-19 21:49:25 +02:00
heckflosse
c03b702131 Speedup for microcontrast, fixes #3867 2017-05-17 22:15:16 +02:00
Morgan Hardwood
d1bfbc7967 Override system camcons.json raw_crop with one from users camconst.json, fixes #3873 2017-05-14 12:37:15 +02:00
heckflosse
efe528a485 Edges tool too strong on diagonals from bottom right to top left. Fixes #3870 2017-05-13 11:33:39 +02:00
Hombre
9e1fc78004 Saving a profile only took effect after RT restart (#3869) 2017-05-11 20:41:55 +02:00
heckflosse
c856894456 MLmicrocontrast: eliminated SGN() 2017-05-10 16:04:02 +02:00