Commit Graph

2295 Commits

Author SHA1 Message Date
tbeu
dd68a7ff62 Update Sony model ID to match ExifTool 2016-08-15 18:21:24 +00:00
tbeu
0c83629519 refs #1208: Update Sony file format list to match ExifTool
Patch provided by Mihail Zenkov
2016-08-15 18:18:43 +00:00
draekko
9085b08fe1 #1199 fixed handling deleting data, and adding iptc when injecting 2016-08-14 11:42:46 +00:00
Robin Mills
ea08a415f2 #1199. Fixing msvc/64 build breakers (more size/long/uintXX_t conflicts). 2016-08-14 06:37:24 +00:00
Robin Mills
d8457b2b3f #1102. Correction to r4365. canonmn.cpp#1238 should not have been changed. Thanks to Sridhar for bringing this to my attention. 2016-08-14 05:43:21 +00:00
nkbj
c74aaa8d29 Updated Nikon Lens lookup table to v4.4.516.01 of Robert Rottmerhusen's fmountlens list. 2016-08-14 00:35:03 +00:00
Robin Mills
104eb6b7fe #1199 Fixing MSVC build breaker involving long/uint64_t conflict. Minor changes to behaviour of Internal::binaryToHex() 2016-08-13 21:26:16 +00:00
draekko
fe4f6f07f1 #1199 update to binaryToHex, should remove compile warnings and fix extra space padding. 2016-08-13 20:37:24 +00:00
Robin Mills
b09c2049a6 #1199 Fixing build breaker introduced by r4369 2016-08-13 13:28:59 +00:00
draekko
bcaa22ae6f #1199 removed warnings in stringToHex, enabled iptc support for WebPImage. 2016-08-13 02:23:50 +00:00
draekko
71fd0ae96e #1199 (as was discussed) moved WebPImage::debugPrintHex to Internal::binaryToHex 2016-08-12 11:46:51 +00:00
draekko
85cc2f745d #1199 Fixed crash with iptc by disabling it, updated decodeChunk to do better header checks, added hexdump function. 2016-08-11 19:47:48 +00:00
Robin Mills
5b3d0cd10c #1199 Fixed exiv2 -pR/-pC/-pX Stonehenge2.webp to report exif/ICC/XMP 2016-08-11 19:07:11 +00:00
Robin Mills
1935eddeac #1202 Adding "Manual" Exif.CanonCs.FocusContinuous 2016-08-11 14:34:20 +00:00
asp
20c5cf6b29 #1201 do not map Iptc.Application2.RecordVersion to Xmp.xmp.Rating 2016-08-11 14:13:57 +00:00
Robin Mills
bcd455be7a #1199 Patch from Ben. http://dev.exiv2.org/issues/1199#note-37 2016-08-11 10:12:25 +00:00
Robin Mills
512cd43e0b #1199 WebPImage::printStructure() refactored to match implentation style of other image handlers. 2016-08-10 19:13:13 +00:00
Robin Mills
541dfe8fdf #1199 Thank you to Ben for the patch. This corrects various matters and adds a first stab at WebPImage::printStructure() 2016-08-10 17:39:18 +00:00
Robin Mills
e5bc22c0a8 #1200 and #1034. Adding support for ~/.exiv2 for Nikon Cameras. 2016-08-09 20:55:44 +00:00
nkbj
ecb9d84305 Issue #1197: Add support for Sigma 150-500mm on Canon with 1.4x TC. 2016-08-09 02:44:57 +00:00
Robin Mills
b3f107bd8c #1199 WebP Support (work in progress). Thank You to Ben for the patch. Thanks to Gilles for encouragement. 2016-08-08 14:33:49 +00:00
nkbj
7135ccb35a Update Nikon lens list to match ExifTool version 10.25. 2016-08-04 04:07:14 +00:00
nkbj
8c0dfbeca8 Update various lists to match ExifTool version 10.24. 2016-07-28 02:39:32 +00:00
Robin Mills
8afd3f43aa #1198. Fixed issue with http I/O failing a test file. 2016-07-25 00:38:11 +00:00
Robin Mills
50def5c02d #1189 Code change provided by private email from Taras. Thank You Taras. 2016-07-20 19:23:56 +00:00
nkbj
41d25bca56 Update various lists to match ExifTool version 10.21. 2016-06-30 02:46:28 +00:00
Robin Mills
339bf9c0fd fixing mingw buildbreakers 2016-06-23 23:23:17 +00:00
asp
1a8f8f6259 #1190 nested CRS properties from Darktable & Exiftool 2016-06-19 19:13:04 +00:00
asp
8acee2a341 #1190 additional CRS properties from Darktable & Exiftool 2016-06-19 15:28:20 +00:00
Robin Mills
8d59b04042 #1041 CMake/MinGW fix. I have never persuaded CMake/MinGW to work. 2016-06-18 14:06:03 +00:00
nkbj
6011899bbf Update various lists to match ExifTool version 10.20. 2016-06-16 23:55:43 +00:00
asp
c8a400e1c5 #1190 Add crss XMP namespace and properties 2016-06-15 21:15:15 +00:00
asp
a5bd6d84ce #1193 XMP Specification November 2014 updates 2016-06-15 19:59:47 +00:00
Robin Mills
81cd21a375 #1034 and #867. Adding support for "Camera Overflow File" for olympus cameras. 2016-06-14 21:25:23 +00:00
Robin Mills
02c4f8ec37 #889. Fix submitted. Thanks to Alyssa for reporting this. Apologies for taking so long to investigate. 2016-06-14 20:53:14 +00:00
Robin Mills
8b62b8148b #1192. Correction to src/CMakeLists.txt. The CMake Language is a horrible mess. It's not even a language. 2016-06-14 06:58:15 +00:00
Robin Mills
7f19cbbc07 #1192 Thank You, Matthieu for the patch. 2016-06-13 21:14:39 +00:00
Robin Mills
16563d6647 #1187 and #1041. Fixing src/Makefile to install include/exiv2/rwlock.hpp (detected by contrib/buildserver/test_daily.sh) 2016-06-13 15:14:57 +00:00
Robin Mills
a13a500455 #1187 and #1041. Fixing CMake to install include/exiv2/rwlock.hpp (detected by contrib/buildserver/test_daily.sh) 2016-06-13 13:18:06 +00:00
Robin Mills
0cc97c7f23 #1189 Use in-memory file to dump Nikon MakerNote tag 0x927c 2016-06-13 05:49:40 +00:00
Robin Mills
4f135ed1d3 #1034 (and #1187). Fixed buildbreaker in MinGW/configure build. 2016-06-12 12:17:59 +00:00
Robin Mills
7e285c650d More corrections to r4316 for msvc build breakers 2016-06-09 18:48:09 +00:00
Robin Mills
cbdba2bb12 More corrections to r4316 for msvc build breakers 2016-06-09 11:40:33 +00:00
Robin Mills
66fd2d3272 Correction to r4316 to deal with msvc build breaker. 2016-06-09 09:08:52 +00:00
Robin Mills
c211816b2c #1189 See issue report for discussion. 2016-06-08 17:08:01 +00:00
Robin Mills
7adaf71d44 #1187 and #1041. Fixing CMake/Linux build breakers concerning libpthread 2016-06-05 06:15:30 +00:00
nkbj
e155be6372 Update Canon lens list to match ExifTool version 10.19. 2016-06-02 02:51:51 +00:00
Robin Mills
b15a401569 #1187 Thank You to Taras for the patch. 2016-05-30 14:45:28 +00:00
nkbj
41f14f2b7b Fix typo as reported in ExifTool version 10.18. 2016-05-28 01:38:37 +00:00
nkbj
26661a8702 Update lens lists to match ExifTool version 10.17. 2016-05-26 02:54:26 +00:00