Robin Mills
32af620713
#1153 Fix submitted. Thank You, Tim for reporting this and providing test data.
10 years ago
Robin Mills
04f871cc4c
#1152 Fix submitted. Also added new static function FileIo::temporaryPath() which I require for tgt - code and fixed typo in tiffvisitor.cpp
10 years ago
Robin Mills
b703575389
#1149 . Added fff.h (from plir.com) and code strengthening.
10 years ago
Robin Mills
a57a9b2fa4
#1149 . Modify -pR to find and report the tiff in an APP1/FLIR segment.
10 years ago
Robin Mills
ed5bbe6e5d
#1150 . Fixed build breaker on elderly Macs (10.6 and earlier).
10 years ago
Robin Mills
a9256db32b
#1148 Correction to r4175 to fix test suite breaker. We can only use the -pX short cut when option -eXx is used.
10 years ago
Robin Mills
a489e1cea7
#1148 Fixed Todo: Should use XMP packet if there are no XMP modification commands
10 years ago
Robin Mills
178d0f5fc6
#1148 . Fixed formatting error in jpgimage/-pS code.
10 years ago
Robin Mills
947ed69de8
#1108 and #1074 Correction to r4168 to fix MSVC build breaker.
10 years ago
Robin Mills
d81e552cb7
#1074 -pC now works on tiff files. Added test convenience targets to Makefile
10 years ago
Robin Mills
4617dc3728
#1108 and #1074 -pC and -pR (print Color Profile, print Recursively) now work on png.
10 years ago
nkbj
e083009f1a
Add new lens: Olympus M.Zuiko Digital ED 300mm F4.0 IS Pro.
10 years ago
Robin Mills
f49dd0b95f
#1108 and #1074 Correction to r4165 to fix MSVC build breaker and to document: exiv2 -eC (extract ICC profile).
10 years ago
Robin Mills
fd5e983746
r1108 Recursively dump an image (exiv2 -pR file...)
10 years ago
Robin Mills
b7607c34db
#1047 Rollback r4163 and try again. r4163 broke MSVC build.
10 years ago
Robin Mills
d3ff1388c1
#1147 Fixed travis build-breaker.
10 years ago
Robin Mills
1a6419881b
#1147 . Fixed a typo.
10 years ago
Robin Mills
a008623362
#1147 . Correction for Cygwin/MinGW build-breaker in r4159. Don't compile the uid/euid/gid code on any windows build.
10 years ago
Robin Mills
b1b42d8e15
#1147 . Correction to r4159 for linux build breaker (linux doesn't have include uuid/uuid.h)
10 years ago
Robin Mills
87129d61f6
#1147 Report uid, euid and gid in exiv2 --verbose --version
10 years ago
danielkaneider
4c236fce17
#1041 . cmakeBuild with static compilation
10 years ago
Robin Mills
5a36dea37d
#1061 . Added exiv2samples.1 and associate autotools and CMake installer support. Work in progress.
10 years ago
Robin Mills
0798b95b50
#1143 . Partial solution. I have suppressed the warning and allocated memory for Exif.Sony1.Preview. So now the size is revealed to the user. However: for reasons documented in the code, I am unable to locate the image in the source file and copy it into the metadata.
10 years ago
Robin Mills
77ae982cd4
#1145 . Thank You, Michael for providing the test files. I will extract the metadata from your files and add it to the test suite after you have tested this code.
10 years ago
Robin Mills
46d723b788
#1144 Fix submitted. Thank You, Simon for the test files on dropbox. I have extracted the metadata and added it to the test suite.
10 years ago
Robin Mills
2f6188a713
#1144 . Correction to r4151 and update to test suite.
10 years ago
Robin Mills
8551d74d22
#1144 Fix submitted. r4147.
10 years ago
Robin Mills
3af7088e4e
#1145 . Correction to r4149 to fix msvc build-breaker.
10 years ago
Robin Mills
f0901bea3c
#1145 . Added resolveLensTypeUsingExiftool(). This code is not in service for reasons mentioned in the code.
10 years ago
Robin Mills
8805b0eb40
#1145 . Fix submitted.
...
I haven't submitted a change to the test suite at this time, however I'll do that when I resolve #1143 .
10 years ago
nkbj
84e1081c80
Update Nikon lens list to match ExifTool version 10.08.
10 years ago
Robin Mills
045f9ba328
#816 . Correction to msvc buildbreaker in r4135
10 years ago
Robin Mills
e07eecd689
#816 . Fix for Pentax K-3 Camera.
10 years ago
Robin Mills
ecedab80a5
#1140 . Correction to r4132. Modified lens detection condition.
10 years ago
Robin Mills
b92dc7c8c9
#1140 Fix submitted.
10 years ago
Robin Mills
ab9ee2c6df
#1024 . Support for C++11 #include <regex>. --grep keys may have an optional trailer /i to indicate to ignore case.
10 years ago
Robin Mills
cf927ed2c8
#1121 (msvc support for v0.26). exiv2 -vVg ^version reports version=8.00 (2005/x64) or version=8.00 (2005/x86) instead of version=8.00 (2005)
10 years ago
nkbj
ce240e9043
Update various lists to match ExifTool version 10.07.
10 years ago
Robin Mills
ada018f3b8
#1137 . Updated manpage to document -m- and -pV and Added regression detector for both new options to test suite.
10 years ago
Robin Mills
cc5f0f434e
#1137 . Implemented.
10 years ago
Robin Mills
1b65b21c0d
#1136 . Fix submitted - see issue report for explanation.
10 years ago
Robin Mills
c6ed7dfe35
#816 Correction to r4018 to deal with segmentation fault on test file _IGP9034.JPG
10 years ago
Robin Mills
fe0a04cd3b
#816 . Fix submitted. Thank you Simon for working with me on this and for providing test files.
10 years ago
Robin Mills
d9b04966e2
#1136 . Fix submitted. -g does not apply to -ps report. Clarification to man page that -g is only applied to keys.
10 years ago
Robin Mills
0467336e4c
#816 . Fix submitted. Will ask Simon to test this ask his permission to use his metadata in the test suite.
10 years ago
tbeu
e0a408ca6d
Replace LoadLibraryA/FreeLibrary by GetModuleHandleA for kernel32.dll (which is loaded by default)
10 years ago
Robin Mills
eb321481b7
#816 . Correction to 4012. Fix msvc build breaker
10 years ago
Robin Mills
b776b61c27
#816 Added Phil's Perl code PrintLensID (see issue report). I'll have to convert this into C++ and then report the output.
10 years ago
Robin Mills
379b20fde1
#816 . This is the framework from Abhinav's patch from which we can derive the fix. Explanation in issue report.
10 years ago
tbeu
89f2561056
Add spaces to description of tag TimeZoneOffset
10 years ago
danielkaneider
c90253bc3c
[cmake] various msvc fixes
10 years ago
nkbj
314b142dc2
Update various lists to match ExifTool version 10.05.
10 years ago
danielkaneider
993a3bd06b
[cmake] added travis build file, fixes for osx and linux
10 years ago
Robin Mills
f76b9e8aa3
#1130 . Correction to r3997.
10 years ago
Robin Mills
d88a3f5556
#1132 . Fix submitted.
10 years ago
Robin Mills
db4be31b6f
#1130 . Thank You Jakub for reporting this.
10 years ago
danielkaneider
5c7ecc6514
[cmake] add webready support and better cmake for windows
10 years ago
nkbj
56d1071d57
Update various lists to match ExifTool version 10.03.
10 years ago
Robin Mills
abd5ecedd4
#1129 . Fix submitted.
10 years ago
Robin Mills
98eeab85da
#1089 . Thank You to Felix for reporting this and providing a patch.
10 years ago
Robin Mills
d19fc716c7
#1102 . Thank You to Jakub for reporting this and providing a patch.
10 years ago
Robin Mills
114373f254
#1101 . Thank You to Jakub for reporting this and providing a patch.
10 years ago
Andreas Huggel
f5eb9b50a4
#1116 : Register missing namespaces (audio, video), changed xapG to xmpG in accordance with the XMP specs.
10 years ago
Andreas Huggel
910f389e50
#1116 : Reverted changes to BasicIo::BasicIo() introduced in r3933
10 years ago
Robin Mills
4cca5dea0b
#1127 exiv2 --verbose --version --grep libz incorrectly reports have_libz=0
10 years ago
Robin Mills
e3e4711190
#1125 . Thank You to Michał for reporting and providing the patch.
10 years ago
nkbj
885899ae6b
Updated Nikon Lens lookup table to v4.4.504.01 of Robert Rottmerhusen's fmountlens list.
10 years ago
Robin Mills
b44dcdb220
http://dev.exiv2.org/boards/3/topics/2137?r=2259 Thanks to Gilles for the patch.
10 years ago
Robin Mills
cb48ead007
#1122 Thank You, Steve for the patch.
10 years ago
Robin Mills
ea82638b9c
Correction to r3968
10 years ago
Robin Mills
d4ec76fa62
Moving Daniel's build scripts to contrib
10 years ago
Robin Mills
00d7923c4a
Fix Visual Studio localtime.c issue for Visual Studio 2015 (again)
10 years ago
Robin Mills
9bb2146c52
Fix Visual Studio localtime.c issue for Visual Studio 2015
10 years ago
Robin Mills
4795a1309a
Correction to r3960 for Visual Studio
10 years ago
Robin Mills
bf0604b834
Minor clean up in version.cpp. Removed 'using namespace std', replaced vector_t typedef with identical twin Exiv2::StringVector.
10 years ago
Robin Mills
8ff86b6875
#1110 . Xcode project moved to contrib/xcode. Interesting errors in samples/Makefile. Replaced gsoc13 Exiv2::dict_t with (identical twin) Exiv2::Dictionary
10 years ago
Robin Mills
416221118a
Fix Visual Studio 2015 build.
10 years ago
Robin Mills
edb5c16a7f
#1109 Support for Visual Studio 2003/5/8/10/12/13/15
10 years ago
asp
469b2e6df0
#1111 Deprecated NOT Depreciated. ExifEX typo.
10 years ago
nkbj
dd282835f3
Fix typo in Sony makernotes.
10 years ago
nkbj
0c02c73643
Update Canon lens list to match ExifTool version 10.02.
10 years ago
Robin Mills
14306c4e03
Forum topic 2232: http://dev.exiv2.org/boards/3/topics/2232 Issue linking zlib on Visual Studio. Thanks to Emmanuel for the patch.
10 years ago
nkbj
017a58910b
Updated Nikon Lens lookup table to v4.4.502.01 of Robert Rottmerhusen's fmountlens list.
10 years ago
Robin Mills
a37b843839
Correction to r3941 to fix mac build-breaker in src/image.cpp (and odd linux bb in samples/exiv2json.cpp)
10 years ago
Robin Mills
759d92e560
Fix Linux warning message from src/image.cpp concerning "gnu_printf"
10 years ago
nkbj
07297295c1
Fix issue #1117 : Add support for Sigma 18-300mm F3.5-6.3 DC Macro HSM for Pentax cameras.
10 years ago
Robin Mills
6767878fb8
#1116 . Fix submitted.
10 years ago
Robin Mills
ed2751612d
#640 Public API to reveal all namespaces known to Exiv2 and XMPsdk is XmpProperties::registeredNamespaces(Exiv2::Dictionary&)
10 years ago
Robin Mills
3a7b0e0122
#1114 . Correction to r3929.
10 years ago
Robin Mills
7b84f8bbce
#1114 Fix submitted.
10 years ago
nkbj
1642a80600
Update Canon lens list to match ExifTool version 10.01.
10 years ago
Robin Mills
3f1380e91a
#640 Modified XmpParser::getRegisteredNamespaces to use Exiv2::Dictionary.
10 years ago
Robin Mills
9501be5c7d
#1112 . Fix submitted. Also added typedefs to datasets.hpp for Exiv2::Dictionary, Exiv2::StringSet, Exiv2::StringVector
10 years ago
Robin Mills
03e51ab470
#640 and # 751. Fixing linux build-breaker.
10 years ago
Robin Mills
c396a92e01
#960 added API: static void Exiv2::XMPParser::getRegisteredNamespaces(std::map<std::string,std::string>&);
10 years ago
Robin Mills
15cbe35383
Correction to r3892 to fix build breaker on Cygwin.
10 years ago
Robin Mills
5eabef4306
Fix to r3898. Apologies to Andreas for breaking the linux build.
10 years ago
Andreas Huggel
983b107701
#917 : Tweaks to the utility -p<x> return codes and info messages.
10 years ago
Robin Mills
6808b073f3
#1074 . Implemented exiv2 options -eC and -pC for JPEG.
10 years ago
Robin Mills
ccb462869f
Fix : #1100
10 years ago
Andreas Huggel
b030a4de7c
#1077 : Removed msync() calls from MemIo.
10 years ago
Robin Mills
fdb33b467b
Modification to r3891 to respect -g option on exiv2 command-line.
10 years ago
Andreas Huggel
02d6f8460a
#935 : Fixed ExposureTime pretty-print function.
10 years ago
Robin Mills
e628f8e057
Correction to r3981. Only build this functionality when EXV_HAVE_XMP_TOOLKIT is enabled.
10 years ago
Robin Mills
f87a83978d
exiv2 -vV lists registered Namespaces. #640 and topic 2169 http://dev.exiv2.org/boards/3/topics/2169
10 years ago
Andreas Huggel
4447b2155f
#1106 ( #933 ): Fixed oversight that prevented writing to images with a Casio makernote.
10 years ago
Andreas Huggel
8e7a316ee4
#1106 ( #933 ): Fixed oversight that prevented writing Casio2 makernotes.
10 years ago
nkbj
576c61ffd3
Update camera and lens lists to match ExifTool version 10.00.
10 years ago
nkbj
aef0915c58
Updated Nikon Lens lookup table to v4.4.485.01 of Robert Rottmerhusen's fmountlens list.
10 years ago
asp
89fd2149c6
#1093 ExifEX fixed typo missing comma
10 years ago
asp
3ec3708f94
#1093 ExifEX for XMP namespace and properties
10 years ago
Andreas Huggel
b768fb1067
#1095 : Do not create a TIFF component for unexpected next IFD pointers.
10 years ago
nkbj
94cd9b1cf6
Updated Nikon Lens lookup table to v4.4.483.01 of Robert Rottmerhusen's fmountlens list.
10 years ago
nkbj
cb4f140922
Update Pentax lens list to match ExifTool version 9.99.
10 years ago
asp
4179a29075
website: Master templates updates for new XMP properties
10 years ago
Andreas Huggel
533668808d
Fixed cross-compiler warnings.
10 years ago
Andreas Huggel
81c8701f8f
Fixed make uninstall.
10 years ago
Andreas Huggel
7d16443d91
Fixed broken links to the project site in the documentation.
10 years ago
Andreas Huggel
ade51daf7f
Only compile ssh module if using SSH and another hack to prevent a compiler warning about undefined EXV_USE_SSH.
10 years ago
Andreas Huggel
108310bfb4
Prefix published precompiler define as usual.
10 years ago
danielkaneider
879fd9fa84
cmake: add some windows batch tools
10 years ago
Andreas Huggel
a57317f685
Some API policing
10 years ago
Andreas Huggel
67aef6117a
Only compile video source code if it is enabled.
10 years ago
Andreas Huggel
42df52f493
Added RCSID
10 years ago
Andreas Huggel
e7e72791b6
Added RCSID
10 years ago
Andreas Huggel
bf35173f40
Added RCSID
10 years ago
Andreas Huggel
423c1ee5dc
Added RCSID
10 years ago
nkbj
d1035b4b76
Update various lists to match ExifTool version 9.96.
10 years ago
asp
699671605b
#1085 typos. Thanks Anders Jonsson!
10 years ago
nkbj
aae8959041
Add new lens for Nikon: Sigma 18-200mm F3.5-6.3 II DC OS DSM. Private communication from John Helour.
10 years ago
nkbj
faf28b0fd1
Fix bug #1079 : Rename Canon EF 50mm f/1.8 MkII.
10 years ago
nkbj
ea84f11c71
Add support for the two new Olympus lenses presented Today.
10 years ago
asp
93639950c3
#1078 Undue mistaken escape
10 years ago
asp
62c1c9a3d3
Spanish translation updates from Launchpad. Unfuzzed.
10 years ago
Andreas Huggel
006625e116
Removed helper functions binaryToString() and stringFormat() from the API and from class Image and made them internal helpers. Renamed type printStructureOption_e to PrintStructureOption to conform with the common naming convention.
10 years ago
Andreas Huggel
0f01822264
Moved internal headers into the src/ directory. Only published headers remain in include/exiv2/.
10 years ago
Robin Mills
cca58e22ce
Fixing issues with the MSVC2003 build
10 years ago
asp
dcead6da9c
New translations from Launchpad. Updates to es.
10 years ago
asp
b27a8e3288
Typos in XMP property labels and descriptions
10 years ago
nkbj
9d4c133c38
Update Minolta lens list to match ExifTool version 9.95.
10 years ago
Andreas Huggel
a809251f8e
Removed code to build samples from this Makefile. Build them with samples/Makefile only.
10 years ago
Robin Mills
f52eacf921
#1071 Remove Jzon from libexiv2
...
1) Move src/Jzon.cpp and include/exiv2/Jzon.hpp to samples/Jzon.{cpp|hpp}
2) Update build environment appropriately.
10 years ago
Robin Mills
5743dd8fbc
#1057 . Update to man page src/exiv2.1 Deferring tgt - (stdin/stdout) to v0.26.
10 years ago
Robin Mills
871502f051
src/version.cpp: fixing an output formatting issue impacting exiv2 -vVg curl
10 years ago
Robin Mills
c1933e6882
msvc2005/configure.py fixes discovered by testing configure -vat and configure -Vat (with/without video).
10 years ago
nkbj
b92d2052a8
Update Pentax camera model list to match ExifTool version 9.94.
10 years ago
Robin Mills
d41c4fcaab
#1072 #922 BigEndian (Motorola PowerPC) fix.
10 years ago
Robin Mills
ee1ca29d09
#1073 test/tiff-test.sh rewritten to no longer require external utility exifprobe
10 years ago
Andreas Huggel
fd80993ab0
Updated copyright notice.
10 years ago
Robin Mills
03aba63de3
#922 Submitting the fixed version of r3771
10 years ago
Robin Mills
2712082555
#922 Rollback r3771. Very troublesome feature. bugfixed #922 is looping Linux. PNG Has endian issues on MM/PowerPC
10 years ago
Robin Mills
2f375e8f02
#922 . Adding to the test suite.
10 years ago
Robin Mills
f343a21e21
#922 . Mac fix for Image::stringFormat()
10 years ago
Robin Mills
b2be263206
#922 Fixing Image::formatString() on Windows
10 years ago
Robin Mills
0cf64e2542
#922 . Better platform and endian detection.
10 years ago
Robin Mills
5aec2c4957
#1069 . Make video a build option (msvc/autotools/cmake). Default is not to build video or webready.
10 years ago
Robin Mills
333128352d
#833 . Thanks to Torsten and Pascal. Change Minolta 65535 (-1) to "Manual lens" from "E-Mount, T-Mount, Other Lens or No Lens"
10 years ago
Robin Mills
84bf485ebe
#922 . Fixing -pS and -pX on MSVC.
10 years ago
Robin Mills
081c3c5e7d
CID 1296110
10 years ago
Robin Mills
a07769c116
#1071 msvc2003 added exiv2json and minor changes to build and pass test.
...
There's a strange test exception which seems to be related to daylight saving time.
1931c1931
< "DateTime": "2005:09:07 23:09:51",
---
> "DateTime": "2005:09:08 00:09:51",
10 years ago
nkbj
0c39802d6d
Updated Nikon Lens lookup table to v4.4.482.01 of Robert Rottmerhusen's fmountlens list.
10 years ago
nkbj
1c34dfd47f
#1070 : New lens: Sigma 150-600mm f/5-6.3 DG OS HSM Contemporary for Canon. Thanks goes to Alexander Steffen for the patch.
10 years ago
Robin Mills
b1ad7a925c
#922 . Fixing MSVC warnings.
10 years ago
Robin Mills
fd1852da84
#922 . Fix Linux build breaker and MSVC compilation warnings.
10 years ago
Robin Mills
f1362f9250
#922 . Don't remove blank lines from XMP. This is not Exiv2's business. -pX extracts XMP packet without modification.
10 years ago
Robin Mills
60f4c18da7
Move dumpLibraryInfo() to Exiv2 namespace.
10 years ago
Robin Mills
40ffba6033
#922 -pS and -pX support for TIFF. Added formatters to Image class and use them from {jpg/png/tiff}image.cpp
10 years ago
asp
0b4e20cccd
website: re-order tags, document nested XMP properties
10 years ago
asp
f7ebfea8e7
#1061 manpage: reg namespace example, description amplification
10 years ago
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
Robin Mills
6b20a636b7
#1043 and #1042 . Thanks to Thomas for showing that r3627 reintroduced #812 . Thanks to Thoralf for suggesting msync MemIo fix.
10 years ago
nkbj
015594b3d1
Add two new lens IDs.
10 years ago
Robin Mills
6b89dc9452
#1038 . Initialize timeScale_ in ctor because MSVC (correctly) refused header member variable initialization.
10 years ago
Robin Mills
7817180351
#1042 and #1043 . Don't use a MemIo object for small temporary files.
10 years ago
nkbj
581c1b3145
Update lens lists to match ExifTool version 9.90.
10 years ago
nkbj
247cf2e551
Add new lens: Sigma 24mm f/1.4 DG HSM | A for Canon.
10 years ago
Robin Mills
4f2a051f01
Man page improvements. Unsuccessful effort to enable man2html to correctly process exiv2.1
10 years ago
Robin Mills
0a2698d8d2
#1039 Fixed another typo in r3621
10 years ago
Robin Mills
df3959ed13
#1039 Fixed typos in r3621
10 years ago
Robin Mills
6897087279
#1039 . Thank You, Torsten for raising this matter. Thank You, Phil for your help with this.
10 years ago
Robin Mills
41243f8653
#1038 . Thank You to Vitaliy for reporting this and providing the patch.
10 years ago
nkbj
2dbff2f5f1
Updated Nikon Lens lookup table to v4.4.478.01 of Robert Rottmerhusen's fmountlens list.
10 years ago
nkbj
408e42d165
Update the Minolta lens list to match ExifTool version 9.89.
10 years ago
Robin Mills
905c8563c4
#1037 Thanks to Axel for reporting and providing the patch.
10 years ago
nkbj
a094121b27
Fix bug #1036 : New lens ID for Tamron 70-300mm f/4-5.6 Di VC USD (Canon mount).
10 years ago
Robin Mills
d8d7b04ce3
autotools build: copy svn_version.h to install header directory
10 years ago
Robin Mills
950fcdc131
#1032 . Thanks very much to Daniel for his help with this.
10 years ago
Robin Mills
300ce82766
src/svn_version.sh - remove undesired output
10 years ago
nkbj
869df5ea1f
Add a lens from ExifTool version 9.86.
10 years ago
Robin Mills
e4244d9e09
#1033 . Crash when opening .webm file.
10 years ago
nkbj
18b1923973
Update lens lists to match ExifTool version 9.85.
10 years ago
Robin Mills
856ddd323c
#1029 Spell separator correctly everywhere (not seperator).
10 years ago
Robin Mills
0df8356a56
#1029 . Thank You, Thomas for reporting this and providing the patch.
11 years ago
nkbj
ab1b5165af
Update various lists to match ExifTool version 9.84.
11 years ago
nkbj
0fd3e9e8cd
Update various lists to match ExifTool version 9.83.
11 years ago
nkbj
ddad2eec5d
Add comment to fix for bug #1026 (wrongly tagged in r3578).
11 years ago
nkbj
68fb25a2a7
Fix bug #1025 : Only recognize two versions of the Nikon 18-200mm lens (like ExifTool).
11 years ago
nkbj
c38e7e0863
Updated Nikon Lens lookup table to v4.4.476.01 of Robert Rottmerhusen's fmountlens list.
11 years ago
nkbj
2d935c4dc2
Do not install svn_version.h.
11 years ago
nkbj
913b2056a9
Remove statement with no effect.
11 years ago
nkbj
f95fa951af
Add utilsvideo.cpp to the source list when using the autotools build system.
11 years ago
nkbj
2ba2d936b5
Install include/exiv2/config.h when using the autotools build system.
11 years ago
Robin Mills
94e62b331c
#1025 . Thank You Thomas for the patch.
11 years ago
Robin Mills
710da96251
#917 . Changing the condition for reporting an error. We should not report an error for missing metadata when the user uses [-g match]+
11 years ago
Robin Mills
759963280e
#917 . Thank you Thomas for the patch. Very much appreciated.
11 years ago
Robin Mills
33bec3b2cc
#1024 . Add CMake support for regex. Fixed unused variables in version.cpp
11 years ago
Robin Mills
faf51171d0
#1024 . Thank you, Thomas for this very useful contribution.
11 years ago
Robin Mills
863c6524c4
#1019 . Thanks to private email with Thomas about the MSVC issue. Changed a signature in the patch to calm the compiler.
...
MSVC is more strongly insistent than GCC or Clang about signature match.
11 years ago
nkbj
62c8aaebe1
Update various lists to match ExifTool version 9.80.
11 years ago
Robin Mills
eb754a9ea5
#1021 . Rollback r3939 because it broke the build on MSVC 2005. See http://dev.exiv2.org/issues/1021 for discussion
11 years ago
Robin Mills
b59768df7d
#1021 . Thank You Thomas for reporting this and the patch.
11 years ago
Robin Mills
97aa1149c9
#1019 . Thank You Thomas for finding this issue.
11 years ago
Robin Mills
9a02b24a80
#1022 . Thank You Mathieu for reporting this and providing the patch.
11 years ago
Robin Mills
21f816d218
#1022 Thank You Thomas for reporting this and providing the patch.
11 years ago
Robin Mills
24cb148e11
#1004 . Reviewed all include directives in src/*.cpp and samples/*.cpp
...
fixed svn_version.sh again!
change to test/build-test.py for MacOS-X/Xcode 6.
11 years ago
nkbj
ea18d4225c
Update various lists to match ExifTool version 9.79.
11 years ago
Robin Mills
d54b8cbdeb
#1012 . Thank You, Thomas for the patch.
11 years ago
Robin Mills
f2abf92fd7
#1013 and #1015 . Thank You, Thomas, for reporting these and for the fixes.
11 years ago
Robin Mills
c272f08572
r1014. Thank you, Thomas, for reporting this an providing the fix.
11 years ago
nkbj
4cf3c92ed6
Updated Nikon Lens lookup table to v4.4.472.01 of Robert Rottmerhusen's fmountlens list.
11 years ago
Robin Mills
ccfc4b62fd
trunk: webready integration. split preview-test.sh and added eps-preview-test.sh (and fix basicio.cpp and svn_version.sh issues).
11 years ago
Robin Mills
d393b0fa7e
trunk: exiv2 v0.25
11 years ago
nkbj
adae8a03ff
Fix typo in latest commit.
11 years ago
nkbj
c8339a7164
Update various lists to match ExifTool version 9.78.
11 years ago
nkbj
56edde0ce5
Updated Nikon Lens lookup table to v4.4.471.01 of Robert Rottmerhusen's fmountlens list.
11 years ago
Robin Mills
078f1f7f58
#1007 . Thank You, Nicolas for reporting this and identifying the fix.
11 years ago
Robin Mills
a0bbb45323
#993 . svn_version.h generated in wrong directory for out of source cmake builds.
11 years ago
nkbj
71f1865536
Fix bug #996 : Sigma 28mm 1.8 EX DG MACRO wrongly detected as 'lens 150'.
11 years ago
nkbj
d93d9dd80d
Print correct PictureWizard Color tag value. Patch by Pascal de Bruijn (private communication).
11 years ago
Robin Mills
f373a06dfb
Issue: #1005 . Thanks Pascal for the patch.
11 years ago
Robin Mills
45afe89fe7
Issue: #1003 . Thank You Thomas for the patch.
11 years ago
Robin Mills
188ad84090
Issue: 999 . Fix divide by zero exception.
11 years ago
Robin Mills
7468ed6c21
Issue: #1000 Cosmetic code sorting issue.
11 years ago
nkbj
2f4c337ad6
Update various lists to match ExifTool version 9.76.
11 years ago
nkbj
806377419d
Updated Nikon Lens lookup table to v4.4.465.01 of Robert Rottmerhusen's fmountlens list.
11 years ago
nkbj
bc2f417420
Update lens lists to match ExifTool version 9.75.
11 years ago
nkbj
cb70876cdb
Fix bug #965 : Pentax K-3 MakerNote not recognized due to different maker tag. Thanks goes to Pascal de Bruijn for the patch. Beware that this will have to be changed if Ricoh makernote support is added.
11 years ago
Robin Mills
89311f21a0
Issue: #784 . Thanks to Alan for the patch. See topic: http://dev.exiv2.org/boards/3/topics/1847
11 years ago
nkbj
ac5892f2c6
Update lens lists to match ExifTool version 9.74.
11 years ago
nkbj
9e93721903
Add new lens: Olympus M.Zuiko Digital ED 40-150mm F2.8 Pro.
11 years ago
Robin Mills
f71d15442a
Better platform detection in version.cpp for MinGW
11 years ago
Robin Mills
a57ce9a435
#994 Adding src/svn_version.h.in - apologies to Daniel for not committing this, and to Jehan for the inconvenience.
11 years ago
Robin Mills
cbdeb45387
Issue: 993. Thank you Daniel for the patch. Two changes to the patch are explained in the Issue Report.
11 years ago
nkbj
c833b87f48
Add new camera model ID: Canon PowerShot SX60 HS.
11 years ago
nkbj
2ceb07cd6c
Update various lists to match ExifTool version 9.72.
11 years ago
nkbj
fb96576155
Issue #919 : Handle Pentax makernotes in samsung-rebranded cameras. Thanks goes to Michael Karcher for the patch.
11 years ago
nkbj
3b0d0d5945
Update camera and lens lists til match ExifTool version 9.71.
11 years ago
Robin Mills
ed2d585d9e
Issue: #991 (Windows build broken (CMake+svn_version.sh). Thank You, Daniel for the patch.
11 years ago
Robin Mills
27ef590773
Roll-back for 3355 (GSoC2013 video write code). Regrettably, this appears to cause all MSVC build to fail our test harness. I'll deal with the video13 code in a different branch.
11 years ago
nkbj
c419885397
Fix issues #929 and #972 : Improve Panasonic makernotes support. Thanks goes to numerous people for patches and input.
11 years ago
Robin Mills
74e8adfa37
fix MSVC build errors for GSoC2013 VideoWrite
11 years ago