5479 Commits

Author SHA1 Message Date
heckflosse
159ddf2d7a Fix some valgrind issues 2017-06-24 16:38:34 +02:00
heckflosse
2579e3f6ac Fix some issues reported y valgrind 2017-06-22 23:46:16 +02:00
heckflosse
41d3179f2c remove some gcc4.8/windows special code as minimum gcc version to build rt is 4.9 2017-06-21 01:09:16 +02:00
heckflosse
34bdc9e0eb Fix some coverity issues 2017-06-21 01:06:28 +02:00
heckflosse
db0d3c6ec9 Fixes #3387, Add to queue does not work / crash RT on modern Windows when files are in a folder which's name contains special characters (e.g. Zdjęcia) 2017-06-20 11:28:01 +02:00
heckflosse
240d81d49f Fix some coverity issues 2017-06-20 00:00:19 +02:00
heckflosse
eeb1135670 Fix coverity issue 2017-06-19 20:28:44 +02:00
Alberto Griggio
44c4b8101e merge with dev 2017-06-19 13:52:26 +02:00
Alberto Griggio
3bfda08bcf Gimp plugin: removed magic numbers from the file formats -- we rely only on file extensions 2017-06-19 13:51:37 +02:00
Alberto Griggio
6b28671c41 some code style fixes 2017-06-19 13:49:14 +02:00
heckflosse
a9f769c5d7 Fix some coverity issues 2017-06-19 00:57:29 +02:00
heckflosse
8aff354df9 Fix some coverity and cppcheck issues 2017-06-18 18:40:40 +02:00
heckflosse
ae67344f16 Pixel Shift: intermediate steps for progress bar 2017-06-18 15:22:49 +02:00
heckflosse
480d13196e Removed operator= from array2D because array2D is NonCopyable 2017-06-18 01:21:08 +02:00
heckflosse
655d66a859 Fix some coverity issues 2017-06-18 00:10:31 +02:00
heckflosse
4d3b717071 Pixel Shift: speedup for 'Show only motion mask' mode 2017-06-17 18:17:16 +02:00
heckflosse
2a444e260a Fix some coverity issues. Pixel Shift: calculate per frame brightness factors only once after preprocessing 2017-06-17 14:43:48 +02:00
heckflosse
642b4cc86c Fix some coverity issues 2017-06-16 21:21:22 +02:00
heckflosse
0088a4d3e8 Fix some coverity issues 2017-06-15 23:30:04 +02:00
heckflosse
8af39b8d21 clean rtengine/colortemp.cc 2017-06-15 23:29:03 +02:00
heckflosse
71c8643ce4 Fix some coverity issues 2017-06-15 23:18:46 +02:00
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
607b82bb8a Removed -ffast-math and -fexpensive-optimizations flags. First is not desired and second is default for -O3 2017-06-14 22:12:53 +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
18076077c0 Fix some coverity issues 2017-06-14 13:50:46 +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
69664430e2 Merge branch 'dev' into coverity-fixes 2017-06-12 18:03:54 +02:00
heckflosse
97e558a040 Fixed some coverity issues 2017-06-12 17:54:34 +02:00
heckflosse
a48572d577 Let last commit also work on non Windows systems 2017-06-12 12:29:04 +02:00
heckflosse
f05b6283e9 don't use -mwindows for rawtherapee-cli.exe 2017-06-12 12:20:44 +02:00
heckflosse
e8bbefef7a Merge branch 'coverity-fixes' into dev 2017-06-11 13:02:18 +02:00
Ingo Weyrich
04988e52c2 Merge pull request #3919 from Beep6581/san_address
Fix some issues reported by AdressSanitzier
2017-06-11 11:41:23 +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
a24e8475f6 Fixes small memory leaks 2017-06-07 23:40:03 +02:00
heckflosse
a64421fb91 Fix small memory leak 2017-06-07 23:11:06 +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
cbb6bceb63 Fix endif format and indentation 2017-06-07 07:40:48 +02:00
heckflosse
b3956a3fda Fix oob access when selecting more than 1 file in filebrowser 2017-06-06 21:06:19 +02:00
heckflosse
9515f46f97 Fix oob access when using detail window 2017-06-06 21:05:51 +02:00
Mattia Verga
75812c900e Move and rename option accordingly to other already present 2017-06-06 10:20:37 +02:00