127 Commits

Author SHA1 Message Date
Ingo Weyrich
ffa461d3de Bottleneck when loading Panasonic RW2 files, #5517 2019-11-07 18:47:11 +01:00
Ingo Weyrich
cac2eb53ef Further reduction of include dependencies 2019-10-31 20:41:08 +01:00
Flössie
add5c790d6 #pragma once for our headers plus drive-by formatting 2019-10-31 10:20:50 +01:00
Ingo Weyrich
068847eb5a Further cleanup of include dependencies 2019-10-29 21:06:27 +01:00
Morgan Hardwood
8f0de49d41 Whitespace cleanup
Cleans up whitespace (tab -> space), alignment and DOS line endings.
2019-10-03 11:43:12 +02:00
Flössie
0b2b3dc974 Force static privately used subdir libraries (closes #5481) 2019-10-03 10:37:35 +02:00
Morgan Hardwood
60b2196bce Updated gnu.org links to use HTTPS 2019-09-10 12:34:57 +02:00
Ingo Weyrich
96bf78fe87 Merge branch 'dev' into cppcheck 2019-08-05 16:34:48 +02:00
Ingo Weyrich
46cbb652d5 cppcheck: further fixes 2019-08-01 14:02:38 +02:00
Ingo Weyrich
4101102ddf cppcheck: further fixes 2019-07-31 20:02:35 +02:00
Ingo Weyrich
17f343f682 add -Wcast-qual switch and fix all related warnings 2019-07-25 17:45:43 +02:00
Ingo Weyrich
cbb3f05b7e use empty() instead of comparison with an empty string 2019-07-22 13:49:08 +02:00
lewiatan
105517c561 support rating tag from EXIF/XMP 2019-05-16 17:04:07 -07:00
Morgan Hardwood
68ba87a71f Add Sigma 18-250mm lens IDs, closes #4135 2019-03-27 11:19:33 +01:00
Flössie
9fe6bcaab1 Merge branch 'dev' into relax-procparam-dependency 2019-03-10 12:54:04 +01:00
Flössie
d89364fcc0 Fix Exif parsing for old Canons (ported by @Beep6581, fixes #4843) 2019-03-10 11:40:05 +01:00
Flössie
70475f781a Derive lens name from 0xA434 and 0xA433 if other means fail (#5157)
Implemented for
- Pentax
- Canon
- "Unknown"

Also constified `toString()` methods in `rtexif`.
2019-03-07 19:29:11 +01:00
Flössie
0cbc4923bc Relax dependency from procparams.h 2019-02-28 20:44:50 +01:00
Flössie
e39726dbf7 Return first frame in FramesData on OOB access (#4830) 2019-02-20 20:55:07 +01:00
Flössie
c85dc2811b Fix most Clang 7 warnings (fixes #4972) 2019-02-17 12:07:48 +01:00
Morgan Hardwood
07f62ef168 rtexif updated to exiftool-11.26 2019-02-06 21:56:57 +01:00
Morgan Hardwood
c9e848a896 Updated rtexif using ExifTool-11.20 2018-12-02 21:33:21 +01:00
heckflosse
52ddc63f54 Fix coverity issues 2018-11-23 00:33:30 +01:00
heckflosse
944b901a65 Fix some coverity issues, next try... 2018-11-22 22:07:39 +01:00
heckflosse
831e18ca45 Add override keyword. Thanks @Floessie 2018-11-22 16:19:16 +01:00
heckflosse
c667ec4a38 Fix some coverity issues 2018-11-22 13:41:10 +01:00
heckflosse
7f32010895 Fix coverity issues 2018-11-21 16:21:05 +01:00
heckflosse
0e8069c1d8 Fix another coverity issue 2018-11-21 00:37:55 +01:00
heckflosse
c9044485a6 Fix some coverity issues 2018-11-19 21:49:51 +01:00
heckflosse
50936b2447 Fix two coverity issues 2018-11-17 01:30:59 +01:00
Morgan Hardwood
513b582b4d Updated rtexif using ExifTool-11.17
Closes #4921
2018-11-11 22:08:29 +01:00
Hombre
c5ad03c9cc Better support of TIFF's SubFileType tag and alpha channel
Fix issue #4868
2018-10-15 22:48:37 +02:00
Morgan Hardwood
5a092f5176 Updated rtexif using ExifTool-10.96, closes #4554 2018-05-13 19:51:28 +02:00
Hombre
cd1965b9d9 Fixing a memory leak in stdattribs.cc, no issue 2018-05-11 23:29:59 +02:00
Hombre
ec2181f7ff Fix #4532, Fix #4533 : Pentax HDR/PEF and 16/24 bits float support 2018-05-06 17:14:44 +02:00
heckflosse
4a1a10aab0 Pixel Shift: Improve motion mask and further changes 2018-04-14 01:11:01 +02:00
heckflosse
302a2f217e Lens data in Exif shows incorrect information for manual focus Nikon lenses, fixes #4485 2018-04-04 16:28:27 +02:00
Hombre
5e10f1133b Fix UTF16 support for EXIF.UserComment on behalf of floessie
Issue reported here
https://discuss.pixls.us/t/call-for-testing-rawtherapee-5-4-rc2/6828/9
2018-03-03 16:03:15 +01:00
Hombre
466aa17295 Fixing linking error : removed 'inline' statement (see #4393) 2018-03-02 22:08:08 +01:00
luz.paz
c3c3ceac79 Misc. typos
Found via `codespell` 
+ removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
2018-02-14 14:07:18 -05:00
Morgan Hardwood
4579d4be14 Fixes memory leak in ExifManager::parse
Fixes #4375
2018-02-07 14:51:12 +01:00
Morgan Hardwood
12025f2851 Updated rtexif using ExifTool-10.78, closes #4371 2018-02-06 01:10:11 +01:00
Hombre
2f1ab34ef1 Attempt to fix clang warnings in rtexif/stdattribs.cc (see #2017)
https://github.com/Beep6581/RawTherapee/issues/2017#issuecomment-361060194
2018-01-28 14:47:56 +01:00
Hombre
ee2c8f01e0 Merge branch 'dev' into tiff32float 2018-01-01 15:24:00 +01:00
Hombre
9d2ccc19d3 Better UNICODE support (UCS-2/UTF-8) for Exif.UserComment (#2017)
- BOM is now checked and correctly handled
- auto-detection of UTF-8 string if no BOM available, otherwise assume
it's an UCS-2/UTF-16 string
- try to autodetect endianess of UTF-16 string by counting zeros
- possibility to enable writing BOM for this field (disabled for now)
- for undefined charset (empty identifier), RT now assume that the
string is what glib think is the local charset (not tested), and try to
convert it to UTF-8 for display/editing

JIS is still not handled though.
2018-01-01 14:24:47 +01:00
Hombre
96863bb956 Sets UTF-8 as default charset for IPTC + suppress one of the 2 methods
for saving TIFF images.
2018-01-01 13:51:48 +01:00
Flössie
0b7b1d6ab3 Fix null pointer dereference (as hinted by Coverity)
Plus some `const` fixes.
2018-01-01 12:13:29 +01:00
Hombre
32d0a934f4 Fix #4265: "Segfault saving image with edited metadata" 2017-12-31 00:48:33 +01:00
Alberto Griggio
7dea8a3ea8 added support for writing metadata in PNG files
Fixes #3352
2017-12-28 22:26:22 +01:00
Hombre
157da7f9ba Merge branch 'dev' into tiff32float 2017-12-20 00:21:23 +01:00