heckflosse
df4513f595
Avoid integer overflow when accessing luts with very large values
2019-06-09 18:57:23 +02:00
heckflosse
f0d32c1da7
White dot artifacts caused by CIECAM02, fixes #5342
2019-06-09 14:37:33 +02:00
heckflosse
1e4f9ac248
Avoid integer overflow when accessing luts with very large values
2019-06-09 14:36:38 +02:00
rom9
d2366e633c
Enabled bad pixels interpolation for ST_XTRANS after upstream fix c0a033e
2019-06-09 13:09:29 +02:00
heckflosse
b990b89875
interpolateBadPixelsXtrans() : fix oob access
2019-06-09 12:21:42 +02:00
heckflosse
c0a033e717
interpolateBadPixelsXtrans() : fix oob access
2019-06-08 15:13:44 +02:00
rom9
9df8008949
Film negative processing: first usable version. Only supports bayer raw files, thumbnails don't work
...
Added performance improvements suggested by heckflosse. Lowered median sampling step from 7 to 5 since calculation is now much faster.
Added support for Fuji X-Trans raw files.
Applied SSE2 patch provided by @heckflosse, improves performance in main processing loop.
Moved film negative processing stuff in its own compilation unit.
Code cleanup: removed redundant omp directives.
Added check for dead pixels, going above threshold after inversion. ST_BAYER only for now.
Reverted leftover hack in cropwindow.cc
2019-06-08 01:40:29 +02:00
heckflosse
3b19b9f55b
Rawtherapee 5.6 crashes with.dng from PixelShift2DNG-0.9.8.67, fixes #5348
2019-06-07 16:37:59 +02:00
Ingo Weyrich
d1e6c57885
Merge pull request #5347 from Benitoite/patch-15
...
Mac bundle: update to libomp
2019-06-07 12:38:58 +02:00
Benitoite
dec20d09fd
Mac bundle: update to libomp
...
and `--timestamp` the code signings.
2019-06-06 22:26:34 -07:00
heckflosse
6486c491f8
Vibrance causes RT to freeze, fixes #5346
2019-06-05 12:55:08 +02:00
Ingo Weyrich
4ff41f7a2c
Merge pull request #5343 from Beep6581/thumbcache
...
Change thumbnail cache eviction strategy
2019-06-04 17:54:12 +02:00
heckflosse
df65774667
Fix calculation of reserve
2019-06-04 17:52:39 +02:00
heckflosse
3c0b0ffd33
Small speedup for loading unpacked 16 bit raw files
2019-06-04 17:01:05 +02:00
heckflosse
a391e256bc
Fix possibly uninitialized variable
2019-06-04 16:30:54 +02:00
heckflosse
f18724e016
Silence some warnings
2019-06-04 16:30:22 +02:00
Ingo Weyrich
00b4cc0619
Merge pull request #5345 from Beep6581/Fuji-GFX-100
...
basic support for Fujifilm GFX 100
2019-06-04 14:28:07 +02:00
heckflosse
d46a043add
basic support for Fujifilm GFX 100
2019-06-04 14:17:38 +02:00
Beep6581
0b32acfefe
Merge pull request #5344 from luzpaz/misc-typos
...
Fix source comment and misc. typos
2019-06-04 09:40:16 +02:00
luz.paz
cc60ea2248
Fix source comment and misc. typos
...
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L hist,fo,reall,bloc,alph`
2019-06-03 17:38:50 -04:00
Morgan Hardwood
386ae560b1
generateTranslationDiffs
2019-06-03 14:32:22 +02:00
Flössie
f9c44f2e47
Some minor cleanups and optimizations
2019-06-03 09:19:46 +02:00
heckflosse
25fdf2114e
Change thumbnail cache eviction strategy
2019-06-01 16:56:10 +02:00
Ingo Weyrich
2bed5dc522
Merge pull request #5338 from TooWaBoo/dev-lang
...
Update Deutsch locale
2019-05-26 13:21:30 +02:00
TooWaBoo
0241179244
Fixed typo "Korreturwert"
2019-05-26 04:30:19 +02:00
TooWaBoo
2643529d9f
Update Deutsch locale
2019-05-25 17:27:24 +02:00
Morgan Hardwood
683377e039
generateTranslationDiffs
2019-05-24 16:50:23 +02:00
Morgan Hardwood
853b198b1e
Clarify what is being deleted in Trash, fixes #5337
...
The message shown when deleting items in trash was ambiguous.
2019-05-24 16:46:51 +02:00
Floessie
c80a16f3b3
Merge pull request #5335 from jomuller/dev
...
Correct typo: "redimensionnement"
2019-05-23 09:12:36 +02:00
J. Muller
e207276c93
Correct typo : redimensionnement
2019-05-22 13:48:47 +02:00
heckflosse
b2936d185d
Keyboard shortcut should reveal tool's current tab (original or favorites), fixes #5333
2019-05-21 16:24:14 +02:00
Beep6581
cd6f45f700
Merge pull request #5324 from Benitoite/patch-14
...
Mac: define CMAKE_AR / RANLIB only if undefined.
2019-05-20 15:18:41 +02:00
heckflosse
420adbaac0
Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev
2019-05-20 00:25:36 +02:00
heckflosse
dfd9bdf977
Fix some leaks in editorpanel, fixes #5328
2019-05-20 00:21:48 +02:00
Desmis
18d977502d
Improve Tone-mapping iterates
2019-05-19 18:12:46 +02:00
heckflosse
6958d46e70
Don't preprocess and demosaic again when using coarse rotation or flip, fixes #5327
2019-05-19 16:06:54 +02:00
heckflosse
40aa7d2034
Fix memory leak in preferences dialog
2019-05-19 13:20:34 +02:00
Eric Jiang
a25655cafd
Check that metadata rating is between 0 and 5
...
Does not handle Rating=-1 meaning Rejected yet.
2019-05-18 15:22:09 -07:00
Eric Jiang
820024972a
Use rating from EXIF/XMP where available
2019-05-18 15:22:00 -07:00
heckflosse
159e1784f4
Memory leak in RefreshMapper, fixes #5323
2019-05-18 18:44:06 +02:00
lewiatan
7512093c20
support rating tag from EXIF/XMP- fixes
2019-05-16 17:05:01 -07:00
lewiatan
105517c561
support rating tag from EXIF/XMP
2019-05-16 17:04:07 -07:00
Benitoite
bd548ce060
Mac: define CMAKE_AR / RANLIB only if undefined.
2019-05-16 12:39:08 -07:00
Flössie
351f8f4e12
Fix indentation
2019-05-16 10:33:07 +02:00
Flössie
00b007f47a
Fix compiler warning for non-SSE2 builds
2019-05-16 10:28:13 +02:00
Ingo Weyrich
d05b6c14ba
Merge pull request #5320 from Beep6581/adjuster_review
...
review adjuster class
2019-05-15 10:26:24 +02:00
heckflosse
efe9ff5ae3
Don't show 1:1 icon on raw tools when using demosaic for < 1:1 view == as in pp3
2019-05-14 22:53:22 +02:00
heckflosse
caeb171e0e
Applied changes suggested by @Floessie, #5320
2019-05-14 22:08:02 +02:00
heckflosse
6d1b1c7691
Remove StopWatch
2019-05-14 13:01:58 +02:00
Ingo Weyrich
975cdceef5
Merge pull request #5321 from Beep6581/clut_scan_speedup
...
Clut scan speedup
2019-05-14 12:33:14 +02:00