2006 Commits (c1a4c3383d16aa413e2143c2d1d5a682666b02b2)

Author SHA1 Message Date
tbeu c1a4c3383d refs #1063: Avoid encoding problems 10 years ago
Robin Mills a82fa51c8c #900. Preserve XMP data in TIFF files when XMPsdk is not build into the library. 10 years ago
Robin Mills f049f2cc48 #1066. Fixed compiler warning on MacOS-X 10.6 on ppc. Signed/unsigned mismatch. 10 years ago
Robin Mills e5609bb8b5 #1066 Thank You, Thomas for the patch.
1066 = The Battle of Hastings
10 years ago
nkbj 9d0c451a63 Fix Sony/Minolta lens name. 10 years ago
nkbj 985d727511 Update Canon camera list and Minolta lens list to match ExifTool version 9.93. 10 years ago
Robin Mills af2f46c8b7 #1065. std::map<int,const char*> doesn't build on MacOS-X 10.6 (Snow Leopard). Thanks Max for letting me know about this. 10 years ago
tbeu 06a04411c6 refs #922: Fix include and MSVC compilation 10 years ago
Robin Mills 4c607b9862 #1065. Thanks to Thomas B for spotting my error in omitting support for https. 10 years ago
Robin Mills 0f36e0492c #1065. Fixing thread safety in fileProtocol. Thank You, Max for reporting this. 10 years ago
Robin Mills 39e95c8c99 #922 -pS for TIFF tagName() uses Exiv2::exifTagList() (and similar) to find tag name. 10 years ago
asp 9ad8a0b4ee #1063 Add GPano namespace, XMP properties and doc template 10 years ago
Robin Mills f6c79a0d20 #922. Work in progress on options -pS and -pX 10 years ago
Robin Mills 3926d3cb93 #922. Work In Progress. Adding support for -pX and -pS for tiff files. 10 years ago
Robin Mills 627e06e14d #1062 Exif.NikonWt.Timezone translated value contains cruft. 10 years ago
asp 83fa056b57 #1059 Add ACDSee namespace and XMP properties 10 years ago
Robin Mills d2f5abbac5 #1054. exiv2json deep recursion and AltLang support. Regression detector. 10 years ago
Robin Mills 5463d4f89d #1058. xml:lang case insensitive. Working well. Added regression detector. 10 years ago
asp 6c6356b5b5 #864 Update DateTime conversions to current spec 10 years ago
nkbj 8adb42c2bb Updated Nikon Lens lookup table to v4.4.481.01 of Robert Rottmerhusen's fmountlens list. 10 years ago
Robin Mills 93dff18402 Manpage: add additional explanation and examples for the Xmp AltLang feature. 10 years ago
Robin Mills ce1d4cfc75 #1058. Calming the test suite. LangAltValue comparator causes harmless changes in order of lang reporting. 10 years ago
Robin Mills 228861d850 #922. Extract Extended XMP (multiple 65k block) and remove XMP blank lines. 10 years ago
Robin Mills 8424bdaa71 Replace REG_BASIC with 0. Some platforms don't define REG_BASIC. 10 years ago
Robin Mills 5f3d095aa7 Fixing doxygen irritations. 10 years ago
Robin Mills ad8d5f711f Fixed clang compiler warning on MacOS-X 10 years ago
Robin Mills 4c886bab24 #1024 and #1053. Changed option REG_EXTENDED and REG_BASIC to support ^ as a begin marker. 10 years ago
Robin Mills 0e1b77c8b4 #1028 and #1053. Change options to regex to respect ^ and $ in option -g 10 years ago
nkbj c274b27284 Update camera and lens lists to match ExifTool 9.92. 10 years ago
tbeu a2edf47056 refs 1038: Fix eof detection in MemIo::getb and avoid crash on truncated jpeg files (Vitaliy Filippov) 10 years ago
tbeu 8f5e5a8c4a refs #922:
* Fix MSVC warning introduced by r3650
 * Change first argument of BasicIo::seek to signed integer type
10 years ago
Robin Mills be1649e1ee #774. Fix MSVC compiler warning. 10 years ago
asp 481c5fc409 #864 Reverse DateTime mappings from r3659 that fail conversion testcase 14 10 years ago
Robin Mills 3c42a1e47f #1053. Added new option -K key for exact Key match (not grep as -g).
Added long versions of all options (eg --key = -K)
Added Command Summary to exiv2.1
Work in progress: exiv2.1 documents features which are not yet implemented:
- modifier - (stdin/stdout) to insert/extract
- modifier R (roundtrip) to insert
10 years ago
Robin Mills e3b26b97ba #774. Thanks to Alan for resolving this matter and providing the patch. 10 years ago
nkbj 16095e1c48 Update Samsung lens list to match ExifTool version 9.91. 10 years ago
nkbj e451558c8a Fix bug #1051: Recognize Tamron SP AF 28-75mm f/2.8 XR Di LD Aspherical [IF] Macro on Canon cameras. 10 years ago
asp 02c0dd1ad4 #1050 Add Rating and additional simple DateTime conversions 10 years ago
asp a19de407ec #937 Darwin Core 2015-03-19 schema update, plus doc template for same 10 years ago
asp 1a5e6b6c6e #784 doc template for lr schema 10 years ago
asp 8ed1b162a8 #946 Changed Xmp.MPReg.PersonLiveCID to PersonLiveIdCID 10 years ago
nkbj f7744d8be2 Updated Nikon Lens lookup table to v4.4.480.01 of Robert Rottmerhusen's fmountlens list. 10 years ago
Robin Mills 6c113871ef #922. Added options -pS and -pX to exiv2(.exe). Still to deal with -dI 10 years ago
Robin Mills 00f2c6cebd Fixed uninitialized variables in constructor. 10 years ago
nkbj 13154a9c48 Updated Nikon Lens lookup table to v4.4.479.01 of Robert Rottmerhusen's fmountlens list. 10 years ago
Robin Mills e13b939ae6 #784. Change requested by Alan (typos). 10 years ago
Robin Mills 6e4f04ff23 #1046. Adding support to exiv2 --verbose --version to report have_unicode_path 10 years ago
Robin Mills e51425046e #1043 #1042 #812. Thank You to Thomas for this "polishing" patch. Thank you to everybody who has worked on this issue. Adding all the comments on the three issues together comes to about 60 items by at least 6 contributors. And it involves platform issues, networking, Linux and Windows APIs. One of the most complex issues to arise in Exiv2. Well done everybody. And we've dealt with this quickly. Only 9 days since Calvin first reported #1042.
I use the term "complex" to mean many threads of technology.  "complex" != "complicated".  "complicated" = "difficult to understand".  We try to avoid "complicated".
10 years ago
Robin Mills fe48230c64 #1040. Thank You Alan for reporting this and providing the patch. Thank You Thomas for validating this change. 10 years ago
Robin Mills 8ab163647d #1044. Thank you Mario for reporting this an providing a patch. Thank You for Thomas for validating this fix. 10 years ago