7205 Commits

Author SHA1 Message Date
heckflosse
58e26add76 Fallback to 'UniqueCameraModel' tag if model is 'Unknown' 2018-11-09 15:30:29 +01:00
heckflosse
3a51bcd00a Use linearization table for Blackmagic DNG files, #4285 2018-11-09 14:45:38 +01:00
heckflosse
8d1e1c7237 Merge branch 'dev' into blackmagic-native-support 2018-11-09 14:13:12 +01:00
heckflosse
a1d4acf72f Artefacts with toncurve 2 / weighted standard with RT-dev-1098, fixes #4948 2018-11-09 13:55:58 +01:00
heckflosse
0f2fc65168 Fix accidently broken 'Blackmagic Pocket Cinema Camera 4K' decoding, #4285 2018-11-09 12:54:37 +01:00
heckflosse
afb3026b70 Decode Magic Lantern CinemaDNG files, #4285 2018-11-09 12:07:14 +01:00
Ingo Weyrich
b593da40a5
Merge pull request #4920 from thirtythreeforty/memory-errors
Fix sundry memory problems found with Valgrind/LSan
2018-11-08 23:35:10 +01:00
George Hilliard
aa9647954a Merge remote-tracking branch 'origin/dev' into memory-errors 2018-11-08 15:25:27 -06:00
heckflosse
a29a3b19a9 multithreaded decoding of LJ92 encoded DNG files (for example Blackmagic native DNG files), #4285 2018-11-08 21:03:09 +01:00
heckflosse
2833417133 First version of blackmagic native dng support, #4285 2018-11-08 17:16:32 +01:00
George Hilliard
6cd50adc54 Revert "ImageData: Use terser emplace_back to add unique_ptr to vector"
This reverts commit b4813273d21f991789749d30eeb2ac437cdcc698.
2018-11-08 09:57:02 -06:00
heckflosse
2502312242 Small speedup for dehaze, closes #4944 2018-11-08 14:35:03 +01:00
TooWaBoo
894a352346
Update TooWaBlue-GTK3-20_.css
Changed some separator spacing.
2018-11-08 06:33:17 +01:00
TooWaBoo
bbb51b1070
Removed "#PrefCacheSeparator" ID and add class "grid-row-separator" 2018-11-08 06:11:50 +01:00
TooWaBoo
bb5d8710e8
Removed "#PrefCacheSeparator" ID 2018-11-08 06:08:51 +01:00
George Hilliard
b4813273d2 ImageData: Use terser emplace_back to add unique_ptr to vector 2018-11-07 12:16:45 -06:00
George Hilliard
a63cd8a87c Fix mismatched malloc/delete leak, take 2 with cJSON_Delete
From the Valgrind report:

```
Mismatched free() / delete / delete []
   at 0x4838EAB: operator delete(void*) (vg_replace_malloc.c:576)
   by 0xBC5C87: std::default_delete<cJSON>::operator()(cJSON*) const (unique_ptr.h:81)
   by 0xBC4ACA: std::unique_ptr<cJSON, std::default_delete<cJSON> >::~unique_ptr() (unique_ptr.h:274)
   by 0xBBB755: (anonymous namespace)::getAliases(Glib::ustring const&) (dcp.cc:422)
   by 0xBC1CCA: rtengine::DCPStore::init(Glib::ustring const&, bool) (dcp.cc:1846)
   by 0xC3ED4F: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) [clone ._omp_fn.0] (init.cc:81)
   by 0x89743FF: GOMP_parallel_sections (sections.c:158)
   by 0xC3E906: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) (init.cc:52)
   by 0x9CE10E: Options::load(bool) (options.cc:2358)
   by 0x982CD6: main (main.cc:603)
 Address 0xd62d700 is 0 bytes inside a block of size 64 alloc'd
   at 0x483777F: malloc (vg_replace_malloc.c:299)
   by 0xE97390: cJSON_New_Item (cJSON.c:205)
   by 0xE98718: cJSON_ParseWithOpts (cJSON.c:1020)
   by 0xE9886F: cJSON_Parse (cJSON.c:1083)
   by 0xBBB4D3: (anonymous namespace)::getAliases(Glib::ustring const&) (dcp.cc:422)
   by 0xBC1CCA: rtengine::DCPStore::init(Glib::ustring const&, bool) (dcp.cc:1846)
   by 0xC3ED4F: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) [clone ._omp_fn.0] (init.cc:81)
   by 0x89743FF: GOMP_parallel_sections (sections.c:158)
   by 0xC3E906: rtengine::init(rtengine::Settings const*, Glib::ustring, Glib::ustring, bool) (init.cc:52)
   by 0x9CE10E: Options::load(bool) (options.cc:2358)
   by 0x982CD6: main (main.cc:603)
```
2018-11-07 12:11:43 -06:00
George Hilliard
7cbf198db8 Revert "Fix mismatched malloc/delete leak"
This reverts commit 77eccdf13df8f1190d13d854f5dfd12daca09011.
2018-11-07 11:55:02 -06:00
TooWaBoo
3b48df2c2c
Fixed console warnings
Fix for https://github.com/Beep6581/RawTherapee/issues/4941
2018-11-06 18:26:00 +01:00
heckflosse
e1742c812e Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2018-11-05 19:50:46 +01:00
heckflosse
b8af63bb04 Use vclampf(value, low, high) whereever possible, #4942 2018-11-05 19:50:24 +01:00
Beep6581
e8e1de5394
Merge pull request #4938 from Beep6581/clibits
Fixes unspecified bit depth in CLI
2018-11-05 18:05:27 +01:00
heckflosse
8a31f0368c Use vsqrtf instead of _mm_sqrt_ps 2018-11-05 16:02:32 +01:00
heckflosse
0983817434 SSE: Review usage of vminf, vmaxf functions, #4942 2018-11-05 15:59:41 +01:00
heckflosse
fa91103aec Better fix for #4934 2018-11-05 09:43:45 +01:00
heckflosse
56e45087cf Segfault when using Tonemapping on completely black data, fixes #4934 2018-11-05 08:17:02 +01:00
TooWaBoo
394f4d9b2b
Update TooWaBlue-GTK3-20_.css 2018-11-05 06:08:44 +01:00
TooWaBoo
5edf4d13a9
Update preferences.cc
Save space in File browser tab
2018-11-05 06:08:01 +01:00
TooWaBoo
21e0186174
Update TooWaBlue-GTK3-20_.css
To fit the pref changes
2018-11-05 06:05:50 +01:00
Morgan Hardwood
8f5ffc5f5e Tooltip tweaks 2018-11-04 21:50:48 +01:00
Beep6581
88980c38a4
Merge pull request #4931 from TooWaBoo/theme
Update TooWaBlue theme v2.85
2018-11-04 20:30:49 +01:00
Morgan Hardwood
1b6e76fc6d Russian translation updated by Kildor
Closes #4936
2018-11-04 20:28:48 +01:00
Morgan Hardwood
4e78bba2ee generateTranslationDiffs 2018-11-04 20:26:08 +01:00
Beep6581
26df53eae4
Merge pull request #4935 from TooWaBoo/exp-save-space
Clip label takes to much space
2018-11-04 20:06:07 +01:00
Morgan Hardwood
70cd2b2033 Reverted changes to 'default' language file #4932 2018-11-04 19:59:06 +01:00
Morgan Hardwood
4fefc9433a Fixes unspecified bit depth in CLI
In rawtherapee-cli, if you did not explcitly specify a bit depth then -1
was used and lead to corrupted saved images.
Fixes #4937
2018-11-04 19:06:54 +01:00
TooWaBoo
918cb434cb
Clip label takes to much space
The clip label "Clip %" takes to much space.
This changes the spacing from 10px to 4px.
2018-11-04 15:06:34 +01:00
TooWaBoo
bf19c619ae
Update TooWaBlue-GTK3-20_.css
Some fine tuning.
2018-11-04 10:24:32 +01:00
TooWaBoo
e9aa5437fe
Update TooWaBlue theme v2.85
Minor fixes
Code cleanup
Made the theme a bit more structured
2018-11-04 01:14:09 +01:00
heckflosse
eef2c5f959 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2018-11-03 14:27:02 +01:00
heckflosse
fb0d231cb2 use double precision gaussian blur if sigma >= 25, #4928 2018-11-03 14:26:39 +01:00
Morgan Hardwood
cd4fa42776 Removed changed locale keys
Related to #4912 0c488ea
2018-11-03 14:14:16 +01:00
Morgan Hardwood
18f55aeb40 Merge branch 'dev' of github.com:Beep6581/RawTherapee into dev 2018-11-03 14:05:42 +01:00
Morgan Hardwood
555b613f21 Updated undo/redo-small icons
The icon's shape made it look off-center even though it was centered, so
the icons were nudged a bit to the side.
Closes #4927
2018-11-03 14:04:34 +01:00
Hombre
7474598ebc Fix a crash that can occure when creating the thumbnail (no issue) 2018-11-03 13:59:04 +01:00
Beep6581
d75741a994
Merge pull request #4913 from Beep6581/showonlyclearthumbnails2
Updated Preferences > File Browser > Cache Options
2018-11-03 11:50:21 +01:00
Alberto Griggio
0c488eadaf DR Compression: updated defaults and renamed "Threshold" to "Detail" in the GUI
Fixes #4912
2018-11-03 02:36:30 +01:00
heckflosse
240f1eac65 Colortoning lab regions: vectorized last loop, #4914 2018-11-02 23:05:40 +01:00
Ingo Weyrich
d07d06a885
Merge pull request #4919 from Beep6581/labregions-speedup
Labregions speedup, closes #4914
2018-11-02 21:42:40 +01:00
heckflosse
64af0e7602 Colortoning lab regions: Disabled timing code and removed double declaration of c_factor, #4914 2018-11-02 21:06:38 +01:00