3658 Commits (b9677f64d72604e7fff3f0de0e1bccfb9ddf3c8d)

Author SHA1 Message Date
Robin Mills 4c2f943bd1 #1230 exiv2.cpp #include <string> breaks the build on MinGW/32. 9 years ago
Robin Mills bea89ba81a #1230. Rollback 4604. I knew webp-test was sometimes failing. Fixed. Always use runTest exiv2 to be sure of executing the hot build of exiv2(.exe). 9 years ago
Robin Mills ceaa92704f #1230 Adding --verbose to print action to dump more information (to debug something on the buildserver) 9 years ago
Robin Mills 2d5dc284e2 #1230 CMake Maintenance. Adding EXIV2_HDR to exiv2/headers and LIBEXIV2_PRIVATE_HDR to libexiv2/headers. 9 years ago
Robin Mills 0abf56f71b #1236 CMake build on MinGW. 9 years ago
Robin Mills b1a9d4493f #1230 Eliminate linux compiler warning. 9 years ago
Robin Mills c10bc003a7 #1023 Fix getDataByRange CURLOPT_SSL_VERIFYHOST. Fix http-test.sh (and associated test/data/http-test.out). 9 years ago
nkbj 133174a6b1 Update various lists to match ExifTool version 10.28. 9 years ago
Robin Mills 5b21deda93 #1234 Corrections to r4577 9 years ago
Robin Mills 3811ceb930 #1234 Corrections to r4577 based on testing on PPC. 9 years ago
Robin Mills cf284286d8 #1234 Fix submitted. Passes test suite littleEndian. To be tested on Mac Powerbook PPC bigEndian. 9 years ago
Robin Mills a1877c04e2 #1230 and #1199 Correction to r4575 9 years ago
Robin Mills 681acc7901 #1199 and #1230 webpImage::printStructure(). Reporting Offset == 0 on Tiger (32bit). 9 years ago
Robin Mills b0ff549cb7 #1230 Correction to r4565 to fix msvc build breaker. 9 years ago
Robin Mills 3cfecd4918 #1230 Extended test/stdin-test.sh to pipe .exv and .icc file structures 9 years ago
Robin Mills 5f1d52e497 #1230 Added stdin-test and fixing issue identified by the test. 9 years ago
nkbj 1f7f82c7d9 Add support for the Olympus M.Zuiko Digital ED 12-100mm F4.0 IS Pro lens. 9 years ago
nkbj 52f3e100c2 Update various lists to match ExifTool version 10.27. 9 years ago
Robin Mills e46907cb1b Man page review for v0.26 9 years ago
Robin Mills e808cdff3e #1109 MinGW/32. Correction to r4543 for systems which are neither MINGW nor MSVC 9 years ago
Robin Mills 66cfbe3214 #1109 MinGW/32. Correction to r4543 for systems which are neither MINGW nor MSVC 9 years ago
Robin Mills c78a76c45c #1109 MinGW/32. Correction to r4538 for all versions of msvc. 9 years ago
Robin Mills b8021f4517 #1074 Correction to r4540. Rollback changes to actions.cpp which should not have been submitted. Resubmitted test/data/icc-test.out 9 years ago
Robin Mills 88b3f77796 #1074 Fix bug in TiffImage printStructure() for large icc profiles. 9 years ago
Robin Mills f4feff0864 #1229. Fix submitted (and appropriate update to test harness). Fix an error in jpgimage::doWriteMetadata for large (>64k) ICC profiles. 9 years ago
Robin Mills 52f0bd2ea1 #1109 Work in Progress on MinGW/32. Put stdout into binary mode for options -pC -pX, -eABC-, -eABC- 9 years ago
Robin Mills 793bd6ca63 #1109 MinGW/32 daily build. Fix GCC warning on MinGW/32 gcc 4.9.2 9 years ago
nkbj 56faaba0b1 Add support for two new Olympus lenses. 9 years ago
Robin Mills 3c675f8e53 Build trigger. 9 years ago
nkbj d733056375 Fix issue #1215: Exif.CanonSi.SubjectDistance unit. 9 years ago
nkbj 7915183af7 Fix issue #1217: Missing values for Exif.CanonCs.ISOSpeed tag 0x0010. 9 years ago
nkbj f260b163ad Update Canon and Nikon lens lists to match ExifTool version 10.26. 9 years ago
Robin Mills d321dad695 #1108 Fixing issue with pngimage::printStructure() and the "Software" string in test/data/imagemagick.png 9 years ago
Robin Mills b46cac7790 #1126 Fixes submitted for msvc2003 9 years ago
Robin Mills 1bea0c6aeb #1108 Better string formatting (and associated test/data changes). Tweaks to code layout for r4497. 9 years ago
Robin Mills 458580373a #1108 Enhanced pngimage::printStructure() to display checksum 9 years ago
Robin Mills f2ec4ce36a #1074 Work in progress. fixed pngimage.cpp doWriteMetadata(). 9 years ago
Robin Mills 7bd874049e #1074 Work in progress. -eC -pC -eC- work for JPG/PNG/TIFF/WEBP. pngimage::doWriteMetadata() does not update iCCP chunk. 9 years ago
Robin Mills 5edc759cc9 #1074 For discussion see: http://dev.exiv2.org/issues/1074#note-23 9 years ago
Robin Mills a8c51889b8 #1074. Fix bug in jpgimage.cpp/readMetadata() concerning ICC profile 9 years ago
Robin Mills 3d57bbc6e6 #1074 Work in progress. ICC Jpeg/Png/Tiff exiv2 -eC foo.xxx writes good foo.icc profiles. icc-test.sh is broken and to be investigated. 9 years ago
Robin Mills 9d06081616 #1225 Correction to r4480 to respect the endianness of file and platform 9 years ago
nkbj 44e51a9069 Whitespace fix in r4480. 9 years ago
Robin Mills c7bca0ce00 #1224 crw-test.sh refactored to use test/functions.source, no long reference sample program crwparse and avoid crash in crwimage.cpp 9 years ago
Robin Mills 9ff2224fd7 #1074. Rollback r4479 which has inflicted a lot harm on the test harness. 9 years ago
Robin Mills 14f64998ac #1225 Fix 9 years ago
Robin Mills 3aaebf50f7 #1074 Added ICC support to tiffimage.writeMetadata(). pngimage.readMetadata() is not complete. 9 years ago
Robin Mills 925fede113 #1223 Correction to r4477 to fix Cygwin build breaker. #include <cstdint> demands C++11 support on GCC 4.9.3 on the buildserver. Code compiles without cstdint and iomanip 9 years ago
Robin Mills 2de6968227 #1223 Thank you to Alexey for reporting this and providing the patch. 9 years ago
Robin Mills f44f706478 MinGW changes following discussion about building with Qt5.6/MinGW 4.9.2 http://dev.exiv2.org/boards/3/topics/2705 9 years ago
Robin Mills d7463fd114 #1074 and #1057 Fixing build breakers on Cygwin and msvc MinGW to be further investigaged. add checkSum to test functions 9 years ago
Robin Mills 5cf87e19dd #1074 Correction to r4466 to fix MinGW build breaker on include <sys/select.h> 9 years ago
Robin Mills b5bc66b36a #1057 Added support for -iXX- 9 years ago
Robin Mills d801aabd58 #1057. Simplification of r4466 9 years ago
Robin Mills 70407cc8ad #1057 Fixed issues with stdin on Windows which were documented in http://dev.exiv2.org/issues/1057#note-8 9 years ago
Robin Mills 21e7622f0b #1057 Fixed src\exiv2app.hpp formatting. Moved reading stdin from ctor to getStdin(). WIP: unsolved Windows pipe issues. 9 years ago
Robin Mills 14f7f18222 #1057 Correction to r4633 to fix Windows build-breakers (Cygwin/MinGW and msvc) 9 years ago
Robin Mills 984189ebde #1057 Added support for -iC- to read ICC profile from stdin to an image. 9 years ago
Robin Mills 57ee93886a #2120 Fix submitted and appropriate changes to test/icc-test.sh (rewritting ICC in JPG was corrupting file) 9 years ago
Robin Mills 87e9c996a6 #1220 and #1074 Work in progress. Improved -pS for JPEG. #1220 is due to a bug in writing the ICC profile in jpgimage.cpp/doWriteMetadata() 9 years ago
draekko bf56bbf7fa #825 added printPressure for panasonic makernotes to display hPa values or infinite when value is 65535 for Exif field 0x0086 9 years ago
Robin Mills 3706233c8d #1074 Correction to r4457 to fix msvc build-breaker. 9 years ago
Robin Mills b7c90140c7 #1074 ICC support in jpgimage.cpp. Add test/icc-test.sh 9 years ago
Robin Mills 9026954816 #1074 Work in progress for ICC/jpg - changes to readMetadata() and printStructure() 9 years ago
Robin Mills a6ba04d422 #994 Update svn_version.h using svn info 'Last Changed Rev' instead of 'Changed'. This enables exiv2 -vVg svn to identify build branch or trunk. 9 years ago
Robin Mills 97e7905a8b #1060 Thank you to Thomas B for working on this and providing the patch. 9 years ago
Robin Mills 5f9807cbef #1216. Rollback r4448/6/2/1 r4439/38 to restabilize test suite on trunk. r4449 is copy of r4448 to branches/develop 9 years ago
Robin Mills 8ad06d6f17 #1199 Fixing build-breaker when -DDEBUG is used. 9 years ago
sridharb d78dec24e3 Moved ExifDatum::ignore from exif.hpp to the exif.cpp.
This frees up exif.hpp from needing to include tags_int.hpp.

The downside is that this function is no longer inline.
9 years ago
sridharb d05634a2e3 Needs to be in the solution. 9 years ago
Robin Mills ae4e63b27a #1214 Patch submitted r4440. Thank You to Ondřej for reporting this and providing the patch. 9 years ago
sridharb 48294e66c0 Summary: Restored jbeu's formatting 9 years ago
sridharb 8a8ec67136 This is mainly a fix for #1206, but also interprets missing Canon Exif
Tags in exiv2 with the help of Phil Harvey's exiftool (see
http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Canon.html).

Even with these changes (toward #1204 and #1205), exiv2 lags behind
exiftool in some areas of interpretation of Canon tags. Ideally, a
catch-up effort to bring the code in source: canonmn.cpp in line with
lib/Image/ExifTool/Canon.pm. v10.25 of exiftool was used as reference
for this change.

#1206 seeks to address the fact that when Canon does not have data for
certain tags, they use specific default values in those fields. These
default values need to be ignored and not displayed. This change
brings this feature to exiv2, something that already exiftool does.

With regards to implementation, the struct TagInfo in source: tags.hpp
is extended with four new fields.

The first field is a bool that if set to true (default false), denotes
that this field has ignorable default values.

The second field is the default value that needs to be ignored. This
can be of four types (String, Long, Float, Rational). These four types
were chosen as they had conversion functions in the Value class.

The third field is the comparison type (default equal_to). There are
six comparison types possible (equal_to, not_equal_to, less,
less_equal, greater, greater_equal). This is the comparison applied to
the value stored in the tag's field and the default value specified
above. For e.g. if the value in the tag Exif.CanonCs.RecordMode is -1,
then it needs to be ignored.

The fourth field is the data type (default Long). This could have been
guessed from the type of the second field, but that would necessitate
making this structure into a template calling for changes in multitude
of files.

Usage: In source: canonmn.cpp, several exif tags now have ignorable
default properties. I will list a few examples.

1. Exif.CanonCs.FocusMode:        TagInfo(0x0007, "FocusMode", N_("Focus Mode"), N_("Focus mode setting"), canonCsId, makerTags, signedShort, 1, EXV_PRINT_TAG(canonCsFocusMode)),

There are no changes - i.e. this is an example of how the TagInfo
structure was being populated.

2. Exif.CanonCs.RecordMode:        TagInfo(0x0009, "RecordMode", N_("Record Mode"), N_("Record mode setting"), canonCsId, makerTags, signedShort, 1, EXV_PRINT_TAG(canonCsRecordMode), true, s_1_),

Take a look at the two new arguments. The first one (true) specifies
that there is a default value that can be ignored. The second one s_1_
specifies the value (-1, in this case) to be ignored.

	const UShortValue CanonMakerNote::s_1_(65535, unsignedShort); // Till bug is resolved

Note s_1_ is temporarily having the value 65535 till #1203 that causes
signedShorts to be interpreted as unsignedShorts is resolved.


3. Exif.CanonSi.TargetAperture:         TagInfo(0x0004, "TargetAperture", N_("Target Aperture"), N_("Target Aperture"), canonSiId, makerTags, unsignedShort, 1, printSi0x0015, true, us0_, TagInfo::less_equal),

Note the third argument TagInfo::less_equal. This combined with the
second argument us0_ (the number 0) signifies that any values in this
tag that are less than or equal (<=) to 0 should be ignored.

4. 		TagInfo(0x0028, "ImageUniqueID", N_("Image Unique ID"), N_("Image Unique ID"), canonId, makerTags, asciiString, -1, printValue, true, s0x16_, TagInfo::equal_to, TagInfo::String),

The previous examples have all been of Long type. This shows a case
where the default value is a string.

	const AsciiValue CanonMakerNote::s0x16_("0000000000000000");

Once these tag values have been defined, the actual mechanics of
ignoring these default values happens in Image::exifData().

Before the exifData is returned, we loop through the data, ask the
data whether it needs to be ignored (which in turn checks its
underlying tagInfo and compares it with the default value, if
specified) and if so, deletes that element.

A compile-time switch called EXV_DONT_IGNORE_UNDEFINED which when set
to a non-zero value will cause the behavior to revert back to the
original where all values are reported irregardless of the fact that
they need to be ignored.
9 years ago
Robin Mills fe6a016957 #922 Correction to r4434. Fixing another msvc build breaker. 9 years ago
Robin Mills 8377456786 #922 Correction to r4344 to handle msvc build breaker. 9 years ago
Robin Mills 13be017d12 #922 exiv2 -dI deletes all IPTC chunks in a JPEG. 9 years ago
tbeu 239625e66e Fix typos (comments only) 9 years ago
tbeu 1ba4e46855 Fix some spelling 9 years ago
Robin Mills 705bc14795 #1057 man page update for tgt- (stdin/stdout). 9 years ago
Robin Mills 8b9265b80d #1064 Fix -iX to merge (not replace) metadata from source to destination. 9 years ago
Robin Mills fa24a8a614 #1199 Fixing webp-test.sh. Use -iXX to inject XMP into file without XMP->Exif/IPTC conversion 9 years ago
Robin Mills 027b3917ec #1199 Spit'n'polish on the loops in printStructure(), metadataRead() and doWriteMetadata(). Added tests with even byte count for ICCP and XMP Chunks. 9 years ago
draekko ed7b20a20e #1199 fixed typo from cut/paste in previous commit causing exif flag not to be set for VP8X chunk. 9 years ago
draekko c858b7d44e #1199 minor code update, updated comments, added constants for headers, bit definitions, and misc. 9 years ago
Robin Mills 9a061d895e #1199 Fix WebP printStructure(), readMetadata() and doWriteMetadata() to handle payload padding byte. Extended webp-test to cover -iX, -ix and -ie 9 years ago
draekko 600eb0d3dd #1199 Fixed issue with -ix, wasnt padding odd sized chunks for exif/xmp. 9 years ago
Robin Mills d369aa67d5 #1199 Test suite changes and associate fixes to the code. 9 years ago
Robin Mills b3c6de6274 #1210 C++11/regex build-breaker in src/version.cpp. Thank You to Zulan for reporting this and providing a patch. 9 years ago
Robin Mills 0462d2bf0f #1199. Adding tests for -iC. Fixed bug in -pC. Test code added for -ix and -ie, however I don't think the options are working correctly. 9 years ago
draekko b318674f75 #1199 fixed -de -dc options, add -iC option to insert icc profiles 9 years ago
tbeu d02560da36 Remove trailing blank from translation string 9 years ago
Robin Mills 043c039d25 #1199 Fixing exiv2 -dC image-path to delete ICC profile. 9 years ago
tbeu 918059aa24 Fix initialization of TiffBinaryElement members in ctor
As reported by Cppcheck
9 years ago
tbeu 23259f799b Avoid GCC warning -Wswitch 9 years ago
draekko dba4e7fb42 #1199 removed exif header padding on metadata writes. 9 years ago
draekko 6f7b3ba8f7 #1199 removed convenience converstion for iptc to xmp, apps should handle it directly since webp doesnt support iptc. 9 years ago
draekko ce14557d07 #1199 updated date in exiv2.1 9 years ago
draekko 65f5ec9a70 #1199 Updated exiv2.1 to add WEBP to format list. 9 years ago
tbeu 136d517929 Update Canon FileInfo RawJpgSize to match ExifTool 9 years ago
tbeu e5f142fab6 Update Canon CS Image stabilization to match ExifTool 9 years ago
tbeu ffcb3f5002 Update Canon CS Exposure mode to match ExifTool 9 years ago
tbeu e26650f409 Update Canon CS AF point to match ExifTool 9 years ago
tbeu d888490a35 Update Canon CS Meeterimg mode to match ExifTool 9 years ago
tbeu bde4fa8aa5 Update Canon CS Easy mode to match ExifTool 9 years ago
tbeu e2bd73b1da Update Canon CS Image size to match ExifTool 9 years ago
tbeu 59d4bc6e02 Update Canon CS Focus mode to match ExifTool 9 years ago
tbeu cbe1eafd28 Update Canon CS Drive mode to match ExifTool 9 years ago
tbeu a564e084be Update Canon model ID to match ExifTool 9 years ago
tbeu 26a94799f1 Fix encoding 9 years ago
tbeu 1ec86a8b79 refs #1199: Fix iclude 9 years ago
tbeu 012211e251 Fix and update Sony camera settings drive mode to match ExifTool 9 years ago
tbeu 2730747bfa Update Sony camera settings image style to match ExifTool 9 years ago
tbeu 466802b877 Update Sony/Minolta teleconverter model to match ExifTool 9 years ago
tbeu dd68a7ff62 Update Sony model ID to match ExifTool 9 years ago
tbeu 0c83629519 refs #1208: Update Sony file format list to match ExifTool
Patch provided by Mihail Zenkov
9 years ago
draekko 9085b08fe1 #1199 fixed handling deleting data, and adding iptc when injecting 9 years ago
Robin Mills ea08a415f2 #1199. Fixing msvc/64 build breakers (more size/long/uintXX_t conflicts). 9 years ago
Robin Mills d8457b2b3f #1102. Correction to r4365. canonmn.cpp#1238 should not have been changed. Thanks to Sridhar for bringing this to my attention. 9 years ago
nkbj c74aaa8d29 Updated Nikon Lens lookup table to v4.4.516.01 of Robert Rottmerhusen's fmountlens list. 9 years ago
Robin Mills 104eb6b7fe #1199 Fixing MSVC build breaker involving long/uint64_t conflict. Minor changes to behaviour of Internal::binaryToHex() 9 years ago
draekko fe4f6f07f1 #1199 update to binaryToHex, should remove compile warnings and fix extra space padding. 9 years ago
Robin Mills b09c2049a6 #1199 Fixing build breaker introduced by r4369 9 years ago
draekko bcaa22ae6f #1199 removed warnings in stringToHex, enabled iptc support for WebPImage. 9 years ago
draekko 71fd0ae96e #1199 (as was discussed) moved WebPImage::debugPrintHex to Internal::binaryToHex 9 years ago
draekko 85cc2f745d #1199 Fixed crash with iptc by disabling it, updated decodeChunk to do better header checks, added hexdump function. 9 years ago
Robin Mills 5b3d0cd10c #1199 Fixed exiv2 -pR/-pC/-pX Stonehenge2.webp to report exif/ICC/XMP 9 years ago
Robin Mills 1935eddeac #1202 Adding "Manual" Exif.CanonCs.FocusContinuous 9 years ago
asp 20c5cf6b29 #1201 do not map Iptc.Application2.RecordVersion to Xmp.xmp.Rating 9 years ago
Robin Mills bcd455be7a #1199 Patch from Ben. http://dev.exiv2.org/issues/1199#note-37 9 years ago
Robin Mills 512cd43e0b #1199 WebPImage::printStructure() refactored to match implentation style of other image handlers. 9 years ago
Robin Mills 541dfe8fdf #1199 Thank you to Ben for the patch. This corrects various matters and adds a first stab at WebPImage::printStructure() 9 years ago
Robin Mills e5bc22c0a8 #1200 and #1034. Adding support for ~/.exiv2 for Nikon Cameras. 9 years ago
nkbj ecb9d84305 Issue #1197: Add support for Sigma 150-500mm on Canon with 1.4x TC. 9 years ago
Robin Mills b3f107bd8c #1199 WebP Support (work in progress). Thank You to Ben for the patch. Thanks to Gilles for encouragement. 9 years ago
nkbj 7135ccb35a Update Nikon lens list to match ExifTool version 10.25. 9 years ago
nkbj 8c0dfbeca8 Update various lists to match ExifTool version 10.24. 9 years ago
Robin Mills 8afd3f43aa #1198. Fixed issue with http I/O failing a test file. 9 years ago
Robin Mills 50def5c02d #1189 Code change provided by private email from Taras. Thank You Taras. 9 years ago
nkbj 41d25bca56 Update various lists to match ExifTool version 10.21. 9 years ago
Robin Mills 339bf9c0fd fixing mingw buildbreakers 9 years ago
asp 1a8f8f6259 #1190 nested CRS properties from Darktable & Exiftool 9 years ago
asp 8acee2a341 #1190 additional CRS properties from Darktable & Exiftool 9 years ago
Robin Mills 8d59b04042 #1041 CMake/MinGW fix. I have never persuaded CMake/MinGW to work. 9 years ago
nkbj 6011899bbf Update various lists to match ExifTool version 10.20. 9 years ago
asp c8a400e1c5 #1190 Add crss XMP namespace and properties 9 years ago
asp a5bd6d84ce #1193 XMP Specification November 2014 updates 9 years ago
Robin Mills 81cd21a375 #1034 and #867. Adding support for "Camera Overflow File" for olympus cameras. 9 years ago
Robin Mills 02c4f8ec37 #889. Fix submitted. Thanks to Alyssa for reporting this. Apologies for taking so long to investigate. 9 years ago
Robin Mills 8b62b8148b #1192. Correction to src/CMakeLists.txt. The CMake Language is a horrible mess. It's not even a language. 9 years ago
Robin Mills 7f19cbbc07 #1192 Thank You, Matthieu for the patch. 9 years ago
Robin Mills 16563d6647 #1187 and #1041. Fixing src/Makefile to install include/exiv2/rwlock.hpp (detected by contrib/buildserver/test_daily.sh) 9 years ago
Robin Mills a13a500455 #1187 and #1041. Fixing CMake to install include/exiv2/rwlock.hpp (detected by contrib/buildserver/test_daily.sh) 9 years ago
Robin Mills 0cc97c7f23 #1189 Use in-memory file to dump Nikon MakerNote tag 0x927c 9 years ago
Robin Mills 4f135ed1d3 #1034 (and #1187). Fixed buildbreaker in MinGW/configure build. 9 years ago
Robin Mills 7e285c650d More corrections to r4316 for msvc build breakers 9 years ago
Robin Mills cbdba2bb12 More corrections to r4316 for msvc build breakers 9 years ago
Robin Mills 66fd2d3272 Correction to r4316 to deal with msvc build breaker. 9 years ago
Robin Mills c211816b2c #1189 See issue report for discussion. 9 years ago
Robin Mills 7adaf71d44 #1187 and #1041. Fixing CMake/Linux build breakers concerning libpthread 9 years ago
nkbj e155be6372 Update Canon lens list to match ExifTool version 10.19. 9 years ago
Robin Mills b15a401569 #1187 Thank You to Taras for the patch. 9 years ago
nkbj 41f14f2b7b Fix typo as reported in ExifTool version 10.18. 9 years ago
nkbj 26661a8702 Update lens lists to match ExifTool version 10.17. 9 years ago
Robin Mills 794dedeac5 #1034 Sony and Minolta support for ~/.exiv2 9 years ago
Robin Mills 3b0f79a73a #1034 Pentax support for ~/.exiv2 9 years ago
Robin Mills 46d3e53323 #1034. Nikon support for ~/.exiv2 9 years ago
nkbj ab398bcb67 Updated Nikon Lens lookup table to v4.4.512.01 of Robert Rottmerhusen's fmountlens list. 9 years ago
nkbj 38edf09899 Update lens lists to match ExifTool version 10.16. 9 years ago
Robin Mills 973dbc9847 Fixing clang warning in tiffvisitor.cpp 9 years ago
Robin Mills bc1abeac26 #1108 Discovered another embedded tiff tag SubIFDs 9 years ago
Robin Mills 664af57e10 #1034 Added samples/toexv This is a first step to write exif metadata to memory to send to a web service. 9 years ago
Robin Mills 3ecfd5220e #1180. Reverting r4291 as it is not required. DefaultScale was adding in r1546 by Andreas in 2008. 9 years ago
Robin Mills 3e6d0cf60d #1180. Thanks to D Anderson for reporting this an providing the patch. 9 years ago
Robin Mills 3374201fdd #1180. Corrections to r4289. 9 years ago
Robin Mills aeb3551947 #1180. Correction to r4288. Adding additional CDNG tags and tag descriptions. Thanks to Alan for bringing this to my attention. 9 years ago
Robin Mills dce07e3210 #1180 Thank You to D Anderson for reporting this. Thank You to Alan for his analysis. 9 years ago
Robin Mills 06b072e39b #1108. Correction to r4285. Code simplication. 9 years ago
Robin Mills 58c5ffdedc #1108. Fixed issue with printing short strings which are stored in the directory offset field. 9 years ago
Robin Mills 00984afaa2 #1178 Thanks to Terence for reporting this an providing confidential test data 9 years ago
Robin Mills c8674eb102 #1179. Thank You to Pascal for reporting this, providing the patch and test data. 9 years ago
nkbj c515386cb0 Update various lists to match ExifTool version 10.14. 9 years ago
Robin Mills 2ff64957aa #1175. Thank You, LaserSoft, for reporting this and providing the patch. 9 years ago
Robin Mills a04abc98c2 Build Trigger 9 years ago
Robin Mills 62e2fc086b #1034 Added msvc2005/ini-test 9 years ago
nkbj 9f7cf319ed Add new lens for Olympus: Sigma 30mm F1.4 DC DN | C. 9 years ago
nkbj 68aa236f58 Add another couple of lenses for Olympus. 9 years ago
Robin Mills b8de981617 Build Trigger 9 years ago
Robin Mills 1977217534 #1034. Corrections to r4249 to fix erroneous test suite messages. 9 years ago
Robin Mills 8c92f5f094 #1034. Corrections to r4249 to fix build-breakers 9 years ago
nkbj 5adde8af68 Add new lens for Olympus: Lumix G Vario 12-60mm F3.5-5.6 Asph. Power OIS. 9 years ago
Robin Mills 4529537598 #1034. Corrections to r4249 to fix build-breakers 9 years ago
Robin Mills 1e33add5e4 #1034. Corrections to r4249 to fix build-breakers 9 years ago
Robin Mills dbed6f857c #1034 Added exiv2 config file support for lens recognition. 9 years ago
Robin Mills 4a8e34bc44 Revert build trigger 9 years ago
Robin Mills 27fa76b269 Build Trigger 9 years ago
Robin Mills 2261c18724 Revert build trigger. 9 years ago
Robin Mills d37f692374 Build Trigger 9 years ago
Robin Mills 06eabfdd88 #1074. jpgimage.cpp ICC support (Work in Progress) 9 years ago
danielkaneider 26e73a41bc fix msvc compilation (rv 4229) 9 years ago
Robin Mills 60b0b842cf #1170. Thank you, Marcus for reporting this and providing the test data. 9 years ago
Robin Mills aa7e277dbc #1169. Fixing issues concerning msvc2005/EXV_UNICODE_PATH 9 years ago
Robin Mills 177527402d #1074 Fixed 'overwrite?' prompt in command: exiv2 -eC image 9 years ago
Robin Mills e7b804f3f5 #1108 Refactored static indent(depth) from png/tiff/jpeg to Internal::indent(depth) 9 years ago
Robin Mills 09c734fbcd #1108. Refactored the IPTC printStructure code from png/jpeg/tiff into iptc.cpp 9 years ago
Robin Mills 8369592af1 #1074. Thanks to Max for reporting this and providing the test file. 9 years ago
Robin Mills 6e19d043ef #1108 Added IPTC parser for tiff. 9 years ago
nkbj c26dd2091f Update Canon camera model list to match ExifTool version 10.13. 9 years ago
nkbj 8494fd61f3 Agreed with Phil Harvey (author of ExifTool) upon a nomenclature for Sigma lens families. 9 years ago
nkbj f95f1d9dee White-space update. 9 years ago
Robin Mills bdf8d3ad5b #1108 Added photoshop/iptc parser to png/jpeg parser. 9 years ago
nkbj 36b42eabeb More consistency fixes. 9 years ago
nkbj e948ccc449 Consistency fix. 9 years ago
nkbj 0cf3dc9e09 Add new lens: Sigma 50-100mm F1.8 DC HSM Art for Canon. 9 years ago
Robin Mills 8e7eaa65a7 #1057, #1064, #922, #1148. Work in progress. This is a composite patch of several matters in development. None are totally complete at this time. 9 years ago
Robin Mills 1f9de360a7 Fixed formatting issue in -pS/-pR output. 9 years ago
nkbj ddccd1eafc Lens numbering fix. 9 years ago
nkbj 328ebcf462 Fix a couple of lens names to be consistent across lens mounts. 9 years ago
nkbj e2f05aa19e Update various lists to match ExifTool version 10.12. 9 years ago
nkbj 0bae74bc91 Updated Nikon Lens lookup table to v4.4.510.01 of Robert Rottmerhusen's fmountlens list. 9 years ago
Robin Mills cc0ec825ec #1166. Thank You, Phillippe for reporting this and providing a patch and test data. 9 years ago
Robin Mills 3daa8df380 #1167. Thank You, Philippe for the patch. No test file yet. 9 years ago
Robin Mills 29ad206838 #1164. Fix submitted. Thank you Nicolas and Gilles for reporting this. More comments in the issue report. 9 years ago
Robin Mills 44e1cd5ba8 #1165. Thanks to Eric for reporting this and providing the patch. 9 years ago
nkbj c04b185e54 Fix lens name in latest commit. 9 years ago
nkbj 9de71a9075 Add new lens: Leica DG Vario Elmar 100-400mm F4.0-6.3 Asph. 9 years ago
nkbj 41e27fa519 Update various lists to match ExifTool version 10.11. 9 years ago
Robin Mills a769e1a0fc #1159. Fixing MSVC build-breaker in r4197 and r4179.
Two different issues:
r4197 include <windef.h> does not compile with MSVC 2005 and changed to <windows.h>
r4179 has a short/long compare mismatch
MSVC is a severe build environment and treats warnings as errors.  MSVC is not fragile, it's robust.
10 years ago
Robin Mills 1956b236cd #1159. Thank You, Jakub for discovering this issue and for providing a patch. 10 years ago
nkbj 1ef6ff94b0 Update various lists to match ExifTool version 10.10. 10 years ago
Robin Mills e99a3687f3 #1155. Fixes submitted. Thank You, Hannu for reporting this and providing test data. 10 years ago
Robin Mills e02d142e4d #1155. Fix summitted. 10 years ago
Robin Mills 5e968dc6f7 #1081 Added Cr2Image::printStructure() 10 years ago
Robin Mills 28083d6667 #1153 Fixes for "Sony E PZ 16-50mm F3.5-5.6 OSS" 10 years ago
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. 11 years ago
Robin Mills 856ddd323c #1029 Spell separator correctly everywhere (not seperator). 11 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
Robin Mills 66e473db32 GSoC2013 Video Write Code. Thank You, Mahesh for a lot of hard work. And Thanks to Abhinav for mentoring. Great Job, Guys. 11 years ago
Robin Mills 0d5a0ae068 Issue: 987. "Strange wording of Exif.Photo.SensitivityType". Thank You Thomas for suggesting a fix. 11 years ago
Robin Mills 0141294837 Issue: 988 "Samsung NX 16-50 PZ ED OIS". Thank You Pascal for the patch. 11 years ago
nkbj ae3cc2a6c9 Update various lists to match ExifTool version 9.70. 11 years ago
Robin Mills 0312a8ee0b Issue: 984. Thanks, Thomas. I should not have modified your code. You were correct. My apologies. 11 years ago
Robin Mills 3c7264c487 Issue: #984. Thank You, Thomas for the patch. 11 years ago
Robin Mills d09658a5eb Issue: 984. Correction to r3345. I submitted Axel's patched file in error.
This version deals with older MSVC (such as 2005) which do not provide REPLACEFILE_IGNORE_MERGE_ERRORS.
11 years ago
Robin Mills f93877f94b Issue: #984. Thank You, Axel for reporting this, the patch, and the test code. 11 years ago
nkbj bacc024ed7 I forgot to add error checking in r3341. 11 years ago
nkbj 3500115e72 Fix issue #970: Dead code in olympusmn.cpp. 11 years ago
nkbj 6076ac5c25 Fix issue #982: Improve detection of Canon lenses sharing the same IDs. Also fixes issues #926, #927, and #938. Thanks goes to Alexander Steffen for the patch. 11 years ago
Robin Mills fdd6c337db Issue# 983. Thank You, Nehal for the patch. 11 years ago
Robin Mills 44939dab32 Topic: 1801 http://dev.exiv2.org/boards/3/topics/1801. Thanks to Mike Erickson of Alien Skin Software for reporting this and providing the fix. 11 years ago
Robin Mills add5dcfef4 Issue# 978 11 years ago
HumanDynamo 6ba325efa5 add new kipi-plugins XMP entry used with Panorama tool 11 years ago
Robin Mills 62e4f4eb18 Issue: #973. svn_version.h is now exported with headers to /usr/include/exiv2/svn_version.h 11 years ago
Robin Mills 7a530fc49a Fixed MinGW compilation error in jp2image.cpp u_int32_t not defined (in stdint.h/Linux, types.h/Mac)
This is an unexpected new defect as MinGW has previously build OK.
11 years ago
Robin Mills e5d3dd8138 CID: 1227096/7. Pointer not initialized in constructor. 11 years ago
Mahesh 200c65a380 Coverity scan fixes CID : 982002 through 982054 (all ostream related) 11 years ago
Mahesh cff1efe122 Coverity scan fixes CID : 981999 (size overflow warning : typecasted) and 981993( divided by zeor warning : added check beore operation) 11 years ago
Mahesh d3e0539bac Coverity scan fixes CID : 982031 through 982054 11 years ago
nkbj 6fee3488cf Add new lens: Tamron 14-150mm F3.5-5.8 Di III. 11 years ago
Robin Mills 4ac03695bd CID: 982065: Wrapper object use after free.
I've move AutoPtr m and CiffComponent* cc into the object (instead of the stack) and m_ and cc_. 
This should ensure equal lifetime for m_ and cc_ and so the returned value of cc_ will be valid during recursion.
11 years ago
Robin Mills f2986148b5 CID: 982053/4. Restore os format 11 years ago
Robin Mills 0eaf3f956a CID: 1225750. Unused assignment. 11 years ago
Robin Mills f9d2c349a7 CID:982000 Resource Leak. 11 years ago
Robin Mills 1e4c0938e7 Issue #966. Thank You to Michael for reporting this and for his patch 11 years ago
Robin Mills 290baeea72 svn_version: strengthened to handle errors from svn (for example when building from the distribution tar bundle) 11 years ago
Robin Mills 501fadcdd6 svn_version handling dummy for MSVC (I'll deal with MSVC later). 11 years ago
Robin Mills b6db775109 add svn=nnnn to exiv2 -v -V 11 years ago
nkbj 13d154d041 Update Canon and Pentax lens lists to match ExifTool version 9.66. 11 years ago
Robin Mills 0a3c59feb4 #937. Thanks to Alan for the patch code and data file. 11 years ago
Abhinav Badola 54106894b2 #960: Fixed a small bug found by coverity scan results 11 years ago
Abhinav Badola 09fd874c99 #960: Added a Buffer Overflow Fix in INFO tags of RIFFVIDEO.CPP 11 years ago
nkbj 8706e16874 Add new lens: Leica DG Summilux 15mm F1.7 Asph. for Olympus m43. 11 years ago
nkbj cba436607f Fix bug #964: Fix typo in src/actions.cpp. 11 years ago
nkbj 8fe7059150 Fix bug #959: Wrong value in Exiv data for Sigma lenses (24-105 & 50). 11 years ago
nkbj cc42a11869 Update Canon and Nikon lens lists to match ExifTool version 9.64. 11 years ago
nkbj 7ee03add3a Add Tamron SP 150-600mm F/5-6.3 Di VC USD for Nikon. 11 years ago
nkbj f51e06be64 Update Canon lens list and Olympus AF modes to match ExifTool version 9.61. 11 years ago
nkbj 69372bd3ad Update camera and lens lists to match ExifTool version 9.60. 11 years ago
nkbj 3af9380bb2 Issue #954: Add support for Exif.CanonFi.FocusDistanceUpper and Exif.CanonFi.FocusDistanceLower. Thanks goes to Roman Lebedev for the patch. 11 years ago
nkbj 442ecf8e4e Update Canon lens list to match ExifTool version 9.57. 11 years ago
nkbj bd02536c8f Update Pentax lens list to match ExifTool version 9.56. 11 years ago
nkbj d4c4b48991 Update camera and lens lists to match ExifTool version 9.55. 11 years ago
nkbj 796b670da0 Issue #953: Add Tamron AF 18-270mm f/3.5-6.3 Di II VC PZD for Canon. Thanks goes to Pekka Sarnila for the patch. 11 years ago
nkbj 0db785448b Issue #951: Add Sigma 24-70mm F2.8 IF EX DG HSM for Pentax. 11 years ago
nkbj feb1a16d0b Fix issue #950: Typo in po/exiv2.pot. 12 years ago
nkbj f606c58a3d Update Canon camera list and Pentax lens list to match ExifTool version 9.51. 12 years ago
nkbj 29f0a72272 Update lens lists to match ExifTool version 9.50. 12 years ago
nkbj ba9d68b9ec Fix lens names in latest commit to match official Olympus names. 12 years ago
nkbj 0699513375 Add to new Olympus lenses. 12 years ago
nkbj 5a3c1182d3 Issue #948: Recognize Samsung NX 10mm Fisheye. Thanks goes to Pascal de Bruijn for the patch. 12 years ago
nkbj b8f86b1d6e Update Canon lens list to match ExifTool version 9.48. 12 years ago
nkbj fc3012ffef Update copyright information for Robert Rottmerhusen's lens database. 12 years ago
nkbj 160a44be6e Readd teleconverters removed by latest commit. 12 years ago
nkbj cf864ce0b8 Updated Nikon Lens lookup table to v4.4.454.01 of Robert Rottmerhusen's fmountlens list. 12 years ago
nkbj 4792326cb1 Fix mistake in latest commit. 12 years ago
nkbj 2c9c7da919 Update lens lists to match ExifTool version 9.47. 12 years ago
Andreas Huggel 7c959d395b Undo previous commit that added new headerfiles, pending fix for #936. 12 years ago
Andreas Huggel dc6cd4cf67 #945: Set the makernote 'state' before post-processing Makernote components during reading. 12 years ago
Andreas Huggel b23614d572 Added missing header files. 12 years ago
nkbj c89dc7625a Update lens list to match ExifTool version 9.46. 12 years ago
nkbj ba7da61a70 Add new lens: Lumix G Vario 12-32mm F3.5-5.6 Asph. Mega OIS. 12 years ago
nkbj a49ad104b3 Fix issue #944: Tokina lens name fixes. Thanks goes to Robert Rottmerhusen for explaining Tokina lens names. 12 years ago
nkbj 7e50a99775 Add new lens: Leica DG Nocticron 42.5mm F1.2 Asph. Power OIS. 12 years ago
nkbj 383e1d735e Fix issues #942 and #943: Lens name consistency fixes. Thanks to Torsten Bronger for the reports. 12 years ago
nkbj dd182af8ec Another lens name consistency fix. 12 years ago
nkbj aec44fd7f0 Lens name consistency fix. 12 years ago
Robin Mills a320ee6d62 Change to r3221 for clang 12 years ago
Robin Mills 97e45ded69 Issue: 940. Fix Cygwin compilation warnings. 12 years ago
Robin Mills 8c7ffc80b7 version.cpp: fixed how compiler detect for shared/static linking 12 years ago
Robin Mills 74461dd370 Issue: 940. Simplified (and hopefully final) fix. 12 years ago
Robin Mills e74bdfbf36 Issue: 940. More changes for GCC 4.8.1.2 12 years ago
Robin Mills 4adddce153 Issue: 940. Compiler warnings. Really should fix the mess concerning str_error_r in autotools and CMake in the config directory. 12 years ago
Robin Mills cea66bdd78 Issue: #940. Changes to eliminate compiler warnings with GCC 4.8.1.2 on Linux. 12 years ago
Robin Mills 89c796a3ab Issue: #940. Fix compilation warnings. 12 years ago
Robin Mills 716f053b46 Issue: 937. Thanks to Alan for the patch. 12 years ago
Robin Mills f7f2dbf210 Issue: #937. Thanks to Alan and Jim for raising the issue. Thanks to Alan for the patch and test file. 12 years ago
nkbj 1bcea3092c Update camera and lens lists to match ExifTool version 9.43. 12 years ago
nkbj bf688a15fb Doh. Forgot to add new files before latest commit. 12 years ago
nkbj 284050623b Feature request #933: Add support for Casio makernotes. Thanks goes to T Modes for the patch. 12 years ago
nkbj dd15b43f0c Update lens lists to match ExifTool version 9.42. 12 years ago
Andreas Huggel f09fceda6b Updated copyright year in a few files, version in runner.txt. 12 years ago
nkbj c7bd6a369c Forum topic #1672: Sigma 17-50mm lens for Pentax mount. 12 years ago
nkbj 52f5320ba7 Update lens lists to match ExifTool version 9.41. 12 years ago
nkbj ade1ff2a5d Update lens lists to match ExifTool version 9.40. 12 years ago
nkbj e1d404da7f Issue #928: Update Sony makernotes. Thanks goes to Thomas Beutlich for the patch. 12 years ago
nkbj f46e505c97 Update camera and lens lists to match ExifTool version 9.39. 12 years ago
nkbj 27f5ec9f6b Change name of latest commit after discussion with Phil Harvey. 12 years ago
nkbj b324bcb784 Add new lens for Nikon: Sigma 18-35mm F1.8 DC HSM | Art. 12 years ago
nkbj 563f1c907d Update camera and lens lists to match ExifTool version 9.38. 12 years ago
Andreas Huggel 8e325e1c32 #876: Reverted changes made with r2966, r2976 and r2973 and added a fix to only output characters up to the first \0 in ASCII values. 12 years ago
nkbj 488f6ae001 Issue #921: New Lens: Sigma 150-500mm f/5-6.3 APO DG OS HSM on Canon. Thanks goes to Steve Fosdick. 12 years ago
Andreas Huggel 5e6868fa69 Tweaked Makefile to prevent re-linking the exiv2 binary unnecessarily. 12 years ago
Robin Mills dbb75ead90 Issue: 920. Do not enforce gcc compiler on Apple platforms for CMake builds. 12 years ago
nkbj 2d1b934c68 Update lens lists to match ExifTool version 9.37. 12 years ago
nkbj 7e15161160 Updated Nikon Lens lookup table to v4.3.445.01 of Robert Rottmerhusen's fmountlens list. 12 years ago
Andreas Huggel 3aff00f983 Tweaks to src/Makefile (while trying to figure out how to make libtool *not* relink the exiv2 binary every time I run make. It still does..) 12 years ago
nkbj d8e9a3cefd Fix typo in Canon lens list. 12 years ago
nkbj 9d114fbffd Update camera, flash and lens lists to match ExifTool version 9.34. 12 years ago
Andreas Huggel 9f48237901 Removed non-ASCII characters from the file. 12 years ago
Robin Mills 4e530fbce0 Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
Robin Mills a297d2b69e Rollback 3089 - somehow it's broken the build! 12 years ago
Robin Mills da1ed8c536 Bumping the copyright notice in src &samples from 2012 to 2013 12 years ago
Robin Mills b3fbf8655c Bumping the revision number to 0.24. Yeah! 12 years ago
nkbj d618002eda Make Pentax lens names unique. 12 years ago
nkbj 43967b6603 Update Canon camera model list to match ExifTool version 9.33. 12 years ago
nkbj 6db8667279 Add new lens: Panasonic Lumix G Vario 14-42mm F3.5-5.6 II Asph. Mega OIS. 12 years ago
nkbj 98a595fec6 Add new lens: Panasonic Lumix G Vario 14-140mm F3.5-5.6 Asph. Power OIS. 12 years ago
Robin Mills 0ae729dcf8 Mac build #906 fix compilation error (thanks to Tuan for this fix). 12 years ago
nkbj 95a5e5777d Update Sony/Minolta lens list to match ExifTool version 9.32. 12 years ago
nkbj ce145b0f58 Update Pentax camera model list to match ExifTool version 9.32. 12 years ago
Robin Mills e82d40e915 Issue: #908. futils.cpp strError() does not report correct error string. 12 years ago
nkbj 802e2aebf2 Use Exif.OlympusEq.LensType for lensName if Exif.Photo.LensModel is not found. 12 years ago
nkbj d7742df1ae Fix typo in latest commit. 12 years ago
nkbj 3db12457c9 Document latest commit. 12 years ago
nkbj 9ac47a7333 Issue #904: Fix lensName misreporting for some CR2s. 12 years ago
nkbj 7abdb0b17e Fix translatable names for Exif.Canon.LensModel. 12 years ago
nkbj 8ddab45eb5 Issue #909: New Lens: Samsung NX 45mm f1.8 2D/3D. Thanks to Pascal de Bruijn for the patch. 12 years ago
nkbj 96b973f004 Issue #907: New Lens: Samsung NX 45mm f1.8. Thanks to Pascal de Bruijn for the patch. 12 years ago
nkbj 9ac7435558 Pentax Optio M30 was listed twice in the Pentax camera model list. 12 years ago
HumanDynamo 8345624792 new Sigma lens detected on Sony Alpha camera 12 years ago
nkbj 20041b4102 Update Canon camera model list to match ExifTool version 9.31. 12 years ago
Robin Mills cc8953be16 Issue: #906 12 years ago
nkbj 4c1d214b1d Another couple of new lenses for Olympus: Sigma 19mm and 30mm F2.8 DN | A 12 years ago
nkbj e2521cd71c Add new lens for Olympus: Sigma 60mm F2.8 DN | A 12 years ago
nkbj a2cc5928a0 Update Canon lens list to match ExifTool version 9.30. 12 years ago
nkbj 9e9604ce61 Update lens names to match ExifTool version 9.29. 12 years ago
nkbj 07e4c94744 Fix some Pentax Q LensType values. Update from ExifTool version 9.29. 12 years ago
nkbj c5810e9c10 Issue #903: Add Canon EF-S 55-250mm f/4-5.6 IS II. Thanks to Andrew Aylett for the patch. 12 years ago
nkbj 767c829b0f Fix white-space error in r3023. 12 years ago
nkbj 06855a44f0 Issue #700: Escape dashes used as option specifiers in the manual page to make copy and paste work. Based on patch by Mark Purcell. 12 years ago
nkbj bdfb7a8d77 Issues #854 and #895: Improve the heuristic for matching Canon lenses by including maximum aperture. Patch by Aakash Goenka. Make all lens names unique. 12 years ago
Robin Mills 64996a0a05 Forum: #1177. Only compile EXIV2_RCSID for Complers: GCC/G++/MSC to silence warnings. All others (clang,Oracle) ignore. Added Oracle compiler detection to version.cpp 12 years ago
Robin Mills 8f86aab390 Update to r3018 to eliminate compiler warnings from GCC on Mac. 12 years ago
Robin Mills a7d516b072 Patch: Forum Topic 1177. Thanks very much to James for providing this. 12 years ago
nkbj 3967abf862 Update Nikon and Pentax lens lists to match ExifTool version 9.26. 12 years ago
nkbj ad9af8028d Update Pentax camera and lens lists to match ExifTool version 9.25. 12 years ago
nkbj 69720794d9 Issue #832: Detect Carl Zeiss Planar 50mm T* f/1.4 ZE on Canon. Thanks to Stian Grindvoll for the patch. 12 years ago
Robin Mills cd8882ba84 BuildEnvironment: MinGW support (in response to http://dev.exiv2.org/boards/3/topics/1477) 12 years ago
Abhinav Badola 13d25df07d Corrected some registry entries. Corrected the mode of filetypes specified. 12 years ago
nkbj 6d1b4d83c9 Update Minolta/Sony lens list to match ExifTool version 9.24. 12 years ago
nkbj 1581b56c0f Update Minolta/Sony lens list to match ExifTool version 9.24. 12 years ago
nkbj 359579ba15 Update Canon lens list to match ExifTool version 9.24. 12 years ago
nkbj fba1d2af4e Update Pentax lens list to match ExifTool version 9.23. 12 years ago
nkbj c9162e5dcf Update Nikon lens list to match ExifTool version 9.23. 12 years ago
Abhinav Badola 6c80ee68a1 #890: Fixed some possible issues of crashing due to underflow in buffers in quicktimevideo.cpp 12 years ago
Abhinav Badola 67c0b7d04b #890: Fixed some possible issues of crashing due to in-efficient management of buffers in asfvideo.cpp 12 years ago
Abhinav Badola 9e37b9d17c #890: Fixed some possible issues of crashing due to in-efficient management of buffers in riffvideo.cpp 12 years ago
nkbj fe95f427b3 Issue #896: ser-readable output of Olympus' FocusDistance. Thanks to Teemu Rytilahti for the patch. 12 years ago
Abhinav Badola c6640197f3 #890: Corrected the case of heap overflow if dataLength>500 in asfvideo.cpp, quicktimevideo.cpp 12 years ago
Abhinav Badola 1bbe01a119 #890: Corrected the case of Infinite loop in RiffVideo::nikonTagsHandler() 12 years ago
Abhinav Badola f00b9ead31 Updated Minolta/Sony MakerNotes with new Lens ID, as found missing when compared with the LensID list of exiftool. 12 years ago
Abhinav Badola bf8039a1a0 Added Lens ID which needs special treatment. Needs to be tested properly. 12 years ago
Abhinav Badola 532db7cc8a Added new Lens Information to canon makernotes. Compared the lens information from exiftool Canon Tags and updated accordingly. 12 years ago
nkbj 7fb25f831e Add new Olympus lens (Olympus M.Zuiko Digital ED 75-300mm F4.8-6.7 II). 12 years ago
Robin Mills 09d7aeb8d1 Issue: #883. Fix for Coverity Scan Issue:982064 13 years ago
Robin Mills 4c830f56b2 Issue: #883. Fix for Coverity Scan Issue:982065 13 years ago
nkbj d6b762cc00 Simplify description of manual lenses on Sony/Minolta cameras. 13 years ago
nkbj c59bbf7d18 Forum topic #1316: Add Exif.Photo.LensModel to lensName easy-access function. 13 years ago
Robin Mills 089760e7bb Issue: #882 "Nikon AF-S Nikkor 28mm f/1.8G not recognized". Thanks to Philip for reporting this and Niels for the patch. 13 years ago
Robin Mills 7c2d28c3d8 Forum topic 1411. Thanks Niels for the patch. Thanks Paul for providing a test file. 13 years ago
Robin Mills a7b6021adf Forum Topic #1324. Thanks to Jo and Niels for working on this and providing the patch. 13 years ago
Robin Mills 969eef0b9b Issue: #881. Thanks Niels for the patch. 13 years ago
Robin Mills 63c640742f Issue: 880. Thank You Neils for the patch. 13 years ago
Robin Mills 73f7415c12 Update to the Conversion Lens. Thanks to Neils for suggesting that I preserve case convention. 13 years ago
Robin Mills 472fea7bb8 Issue: #870. Thanks to Chris for reporting this and providing test data. Olympus ConversionLens. 13 years ago
Robin Mills 818c0e8590 Adding case asciiBytes to switches to fix compiler warnings from CMake/Unix. 13 years ago
Robin Mills 8c06ab1fc2 Fix: #879. Olympus Thank you Neils for the patch. 13 years ago
Robin Mills b736acfcec Fixing compiler warning on Linux. 13 years ago
Robin Mills ce14714815 Issue: #878. Thanks to Neils for the patch. 13 years ago
Robin Mills b010dbf0b9 Issue: #875. Thanks to Neils for the patch. 13 years ago
Robin Mills 9814fcabad Issue: #868. Thank you Michal for the patch. 13 years ago
Robin Mills e6e6d7b45c Issue: #876 Fix for Exiv.Canon.LensModel displaying garbage bytes. 13 years ago
Robin Mills 64ea16eb92 Issue: #876. Garbage in Exif.Canon.LensModel. Thanks to Markus for reporting this and providing test data. 13 years ago
Robin Mills b39f4a467a Issue: #876 and #877. Addition to Canon Maker Notes. Thanks to Markus for the fix. 13 years ago
Robin Mills e29c2047b6 Fix: http://dev.exiv2.org/boards/3/topics/1337 extended to handle Exif.Pentax.Temperature. Thanks Norbert finding this. 13 years ago
Robin Mills 3b71437d90 Fix: http://dev.exiv2.org/boards/3/topics/1337. Huge "Thank You" to S Verdoold for providing the patch. 13 years ago
Robin Mills 3c088fb406 Fix: http://dev.exiv2.org/boards/3/topics/1337 13 years ago
Robin Mills cda8833ccf Issue: #861 and #860. Thanks Pascal and S Verdoold for the discovery/patches/solution. 13 years ago
Robin Mills b0202f1e4d Issue: #834. Thanks Jaroslav and Pascal for the discovery/patches/solution. 13 years ago
Robin Mills 7057128943 MSVC64: Fixes to c-runtime support linkage. 13 years ago
Robin Mills ca8f413673 Windows fixes for exiv2 -v -V output 13 years ago
Robin Mills 712c98301f Test: initial version build-test.py to analyse output from exiv2 -v -V 13 years ago
Robin Mills d880881bad Linux fixes for exiv2 -v -V (in src/version.cpp) 13 years ago
Robin Mills eceb7a55b5 Windows fixes for exiv2 -v -V (in src/version.cpp) 13 years ago
Robin Mills 6119b4432b Updated src/exiv2.1 to cover -g option. Simplified exiv2 -v -V support code. 13 years ago
Robin Mills 66dc59231c Better compiler detection code for exiv2 -v -V 13 years ago
Robin Mills 6d9773d638 Fix: #846. Fix for video-test errors (about aspectRatio) on MSVC 2003. See #846 message 20 for discussion. 13 years ago
Robin Mills 964b9e7706 Issue: #865. Thank you Mario for the patch. 13 years ago
Robin Mills 3df242e126 Removed commented off dead code. 13 years ago
Robin Mills 6d88d2b78b Fix: #862 buffer overflow. See bug report discussion item#19. 13 years ago
Robin Mills 7b859e026f Move metacopy/path-test/taglist applications (and build code) into samples. TODO: fix msvc/msvc64. 13 years ago
Robin Mills ea4675627c Issue: #862. Please see discussions items 12 and 13 for more explanation. 13 years ago
Abhinav Badola be050525fe Corrected problem of MKV video and RIFF video type, to make video build test successful 13 years ago
Abhinav Badola 026b821dd4 Make Build Test Succesful for Video Files 13 years ago
Robin Mills f5b05a5614 Post all executables to <exiv2-dir>/bin. Adjust test scripts accordingly. Added target make tests.
Thanks to Shawn for his input and help with this.
13 years ago
Robin Mills 3a5b0b53d9 Documentation update. Man page describes -v -V option combination. 13 years ago
Robin Mills 7de8044ebf Added cygwin support for exiv2 -v -V (verbose Version) listing of libraries loaded at run-time. 13 years ago
Andreas Huggel 6216d7f748 #859: Fixed position of visibility support macro. 13 years ago
Robin Mills 39ef56a5b7 Fix: Bug #859 (and #857). Redefine EXIV2_RCSID macro for clang as empty (to eliminate warnings). 13 years ago
Robin Mills 4863c239c2 Fix. Issue: #856. Refactoring msvc/CMake code. Thanks to Daniel for this patch. 13 years ago
Robin Mills fbde18806d Fix. Issue: #844. Do not link MSVC builds with library dl. Thanks Daniel for reporting this 13 years ago
Andreas Huggel dd34cda512 #635: Updated image registry for CR2 write support. 13 years ago
Abhinav Badola ed70e60cdf Added some pentax Lenses, but they all have the same lens id 13 years ago
Abhinav Badola 4c45d2563b #813: Corrected a minor size glitche in riffvideo.cpp 13 years ago
Robin Mills 14aa8806d8 CMake/Cygwin fix. autotools generated src/exv_conf.h being used by cmake (instead of his own).
- Added file detector and error message to CMakeLists.txt
- Added code to src/Makefile to delete src/exv_conf with $ make clean
13 years ago
Robin Mills b77c25f3d4 Minor changes to CMake build. Restored building NLS support by default. 13 years ago
Andreas Huggel a0fa472486 #813: Disabled some debug messages (temporary measure, just to avoid cluttering the video test output). 13 years ago
Andreas Huggel 51594a943d #849: Make all source files dependent on exv_conf.h, removed code to create exv_conf.h from configure.ac 13 years ago
Robin Mills 67fe779212 MSVC/video port. Simplification of basicio.{hpp|cpp}. CMake updates to eliminate warnings in Cygwin. By default, don't build intl with CMake. 13 years ago
Robin Mills e673222dcd fix for Issue:#849. See issue report for discussion 13 years ago
Robin Mills 159b2d285b MSVC/video port. Fixing code to build on Linux (and Cygwin). 13 years ago
Robin Mills 6ca49acd13 Work on Issue 846 (porting video code to MSVC). See http://dev.exiv2.org/issues/846 (item #8) for more discussion. 13 years ago
vog 8f7a9d8cca Issue #847: Ensure that Photoshop will always recognize modified Photoshop EPS files
For a full description of this issue, see:
http://dev.exiv2.org/issues/847
13 years ago
vog 4a6bb768c8 Issue #847: Split recognition of implicit Page, BeginPageSetup and EndPageSetup 13 years ago
vog afd9c40e95 Issue #847: Always insert BeginPageSetup/EndPageSetup when missing 13 years ago
vog 7f0c44f802 Issue #847: Add recognition of explicit and implicit BeginPageSetup 13 years ago
vog d8bb48438c Add more EPS debug output 13 years ago
vog cc1bb0edc0 Bugfix in EPS debug output 13 years ago
Robin Mills 77580944ca Fix submitted: Issue #845. See: http://dev.exiv2.org/issues/845 13 years ago
Robin Mills cb55c67063 Fix for #844 (see http://dev.exiv2.org/issues/844 for more information). 13 years ago
Abhinav Badola 9769cd8e59 #813: Addded TrackAperture Function and Nikon MOV tags decoding in quicktimevideo.cpp 13 years ago
Andreas Huggel 60560ff051 #841: Additional check to prevent issues with the sign when casting uint32_t to long. 13 years ago
Andreas Huggel 9b7f1de5c0 #841: Do not read past the end of the data stream (file), added test case. 13 years ago
Andreas Huggel 856b72530d #834: Added Pentax lens PENTAX-DA 35mm F2.4 AL 13 years ago
Robin Mills 7f157970eb Changed symantics of exiv2 -g grep-tag to be a substring match (so -g GPS will match every GPS key). 13 years ago
Andreas Huggel 4251047617 #813: Matroska polishing, added warning. 13 years ago
Andreas Huggel 9a19703414 #813: More work-in-progress Matroska polishing
- Pass const byte* buf and long size instead of DataBuf& buf to functions if no ownership transfer is involved
- Use bit-wise operations for calculation of tag and tag data (still needs work for negative numbers)
13 years ago
Andreas Huggel 245285f9b1 #813: More Matroska polishing (work-in-progress). 13 years ago
Andreas Huggel c6bdee1743 #813: AsfVideo::contentDescription: tweaks, error handling. 13 years ago
Andreas Huggel 9b131f3c61 Merge branch 'gsoc2012' 13 years ago
vog 77235a05d0 #836: Copy over xattr (extended attributes, such as resource forks) when creating temporary files 13 years ago
vog a394a96138 #835: Fix compile error under Linux 13 years ago
Robin Mills fd02823600 Work in progress: add base capability to geotag.cpp (read XML, directory and images). 13 years ago
Robin Mills 6788fe8ff6 ./configure --disable-visiblity is default on cygwin. 13 years ago
Robin Mills bdbdbf2360 fixed typos to build with ./configure "CXXFLAGS=-DDEBUG -ggdb" 13 years ago
Robin Mills 4374104ca4 fixed version.cpp to compile on cygwin 13 years ago
Robin Mills 2277b076a7 fix version.cpp to compile, link and run on linux 13 years ago
Robin Mills b42f6668cd Work in progress: Updating build code to handle geotag. geotag.cpp is a copy of exifprint.cpp at the moment. 13 years ago
Robin Mills d9bcc04633 Added version.{c}h}pp/dumpLibraryInfo() and call from exiv2 -v -V to inspect libraries at run-time on W/L/M platforms. 13 years ago
Andreas Huggel 02f48be40c #831: Also delete image tags from the Exif container during encoding. 13 years ago
Robin Mills 9d9e7cb53b Patch. Thanks to Fabien: http://dev.exiv2.org/boards/3/topics/1172 13 years ago
Robin Mills 6f769602ae cmake work in progress - see README-CMAKE and TODO-CMAKE for details 13 years ago
Robin Mills 7b49e908dc see TODO-CMAKE for details. work in progress update 13 years ago
Robin Mills d665a0123b Adding Gilles' FindExiv2.cmake. Adding a pre-build header copy modify sample include path. 13 years ago
Robin Mills a292d57fd8 Feature #536 Modifications to CMake files to support MSVC 32/64 bit builds of Dynamic/Static libraries and applications. 13 years ago
Andreas Huggel 58044f9feb #819: Added the PentaxDng Preview image to the tags potentially stripped when encoding the Exif metadata for JPEG (related to #820). 13 years ago
Andreas Huggel 7fc3739b2c #820: Added SamsungPreview to the list of previews to potentially remove when encoding Exif metadata for JPEG. 13 years ago
Andreas Huggel 6751e3892d Updated Nikon Lens lookup table to v4.3.428.01 of Robert Rottmerhusen's fmountlens list. 13 years ago
Andreas Huggel 5ba33b463f #819: Updated easy-access functions with the new PentaxDng tags. 13 years ago
Andreas Huggel cc4ab82ace Added comments to silence doxygen warnings. 13 years ago
Andreas Huggel 948142ae93 #819: Fixed write support. 13 years ago
Andreas Huggel bd90c19219 #819: Fixed PentaxDng offsets so that they are relative to the beginning of the makernote, added support for the PentaxDng preview image. 13 years ago
Andreas Huggel b8155f9289 #819: Changed PentaxId to PentaxDngId and some formatting tweaks. 13 years ago
Andreas Huggel 274fd49790 #819: Applied Pentax DNG makernote patch from Jonathan Kollasch. 13 years ago
HumanDynamo faf00a6451 polish 13 years ago
Andreas Huggel cc061782d1 #812: Tweak to make the code compile with MSYS/MinGW. 13 years ago
Andreas Huggel 2c401ffa3d #812: Changed LoadLibrary to LoadLibraryA (Thomas Beutlich). 13 years ago
Andreas Huggel 56bab25850 Updated man-page. 13 years ago
Andreas Huggel 3a304fa0f0 Bumped version to 0.23 13 years ago
Andreas Huggel 217ae2449d Updated Nikon Lens lookup table to v4.3.426.01 of Robert Rottmerhusen's fmountlens list. 13 years ago
Andreas Huggel 0d397b95c7 Updated copyright message for 2012. 13 years ago
Andreas Huggel d109589267 Added support for CR2 IFD2 image preview. (An uncompressed TIFF image without white-balance correction.) 13 years ago
Andreas Huggel 6db7cbf321 #635: Identified image tags in CR2 images (just enough to maintain the TIFF structure, not sufficient for dcraw to still read the image) 13 years ago
Andreas Huggel 39253ee42d #635: Minor comment fix. 13 years ago
Andreas Huggel 0e0845d7be #635: Added experimental write-support for CR2. 13 years ago
Andreas Huggel c2fe8be4ef Fixed the supported metadata declared by the image for several image formats (mostly XMP was missing). 13 years ago
Andreas Huggel e5c7c207de #815: Checked-in patch with new Tokina lens by Chris Chiappa. 13 years ago
Andreas Huggel cd7dd0ca8b #803: Fixed Rational/URational issues on Solaris. 13 years ago
Andreas Huggel 1dd39bacc4 Added cmake patch to fix compilation on MSVC with KDE Windows (Ananta Palani) 13 years ago
Andreas Huggel ad0d28080c #809: Applied patch by Thomas Beutlich to fix Windows ccompilation error. 13 years ago
Andreas Huggel d84c70192a #808: Applied patch by Pavel Heimlich. 14 years ago
Andreas Huggel 8caf58bce5 #809: Applied patch by Pavel Heimlich. 14 years ago
Andreas Huggel 6233fa6930 #810: Added sanity-checks for the minimum size of IFD makernotes before parsing. 14 years ago
Andreas Huggel 3153aab461 #806: Fixed typo. (Mark Purcell) 14 years ago
Andreas Huggel 6bfd267f63 #807: Fixed typo. (Mark Purcell) 14 years ago
Andreas Huggel ffe8209018 #812: Added function to determine the number of hard links on Windows NTFS. (Thomas Beutlich) 14 years ago
HumanDynamo a16b2c0052 another KIPI xmp tag, this time used with Yandex Fotki web service to identify item uploaded 14 years ago
Andreas Huggel 92b2aac75a #812: Don't destroy files when checking if they are writable; use a memory buffer instead of a temporary file when writing files with hard links to preserve the links. 14 years ago
HumanDynamo 9218b74e18 KIPI PicasaWeb plugin store Item ID in this XMP tag when image are download/uploaded from/to web service. 14 years ago
Andreas Huggel 19f165629f Allow to add/set tags without a value with the command line tool. 14 years ago
Andreas Huggel 863772fba1 #799: Improved doc, tweaks. 14 years ago
Andreas Huggel bf9546f646 #799: Moved check for nested property to XmpProperties::propertyInfo. 14 years ago
vog 8c5cc37882 #800: Restore binary compatibility 14 years ago
Andreas Huggel 39f3d3fd0f Fixed property types from undefined to xmpText. 14 years ago
Andreas Huggel 8ebb0281eb #798: Applied RegionTagging.diff patch by Benjamin H. 14 years ago
vog 72013d4147 #800: Added and unified support for multiple IRB types (8BIM, AgHg, DCSR, PHUT) in JPEG and PSD images 14 years ago
Andreas Huggel 4fda7ac1e0 #799: Fixed type-determination for nested properties,
XmpBag::read: don't do anything if the string is empty,
      Added Iptc4xmpCore and Iptc4xmpExt as possible prefixes
14 years ago
Andreas Huggel d542872228 Added SamsungPictureWizard group with a decoding table for the Mode tag from Pascal de Bruijn. 14 years ago
Andreas Huggel 3eb005623e Updated Samsung lenses to all the lenses
known by ExifTool. (Pascal de Bruijn)
14 years ago
Andreas Huggel 7d8becc8e5 Added -Q option to the utility, set the default log level for LogMsg to "warn", converted debug message about write strategy to an EXV_INFO log message. 14 years ago
Andreas Huggel fcf3a6badd #792: Applied patch with new Canon lens (Andreas Ferber), updated Canon lens table with new ones from Exiftool. 14 years ago
Andreas Huggel 2abe3dc824 #794: Made flash mode descriptions more consistent. 14 years ago
Andreas Huggel a558a1d066 #797: Truncate entries with an out-of-bounds upper boundary, rather than trying to adjust their size. 14 years ago
Andreas Huggel 1c32314c10 #797: TiffBinaryArray::doCount(): Replaced assertion with a check for type size which sets it to 1 for unknown types. (Clint Rogers) 14 years ago
Andreas Huggel 58f2d61ecd #795: Fixed decoding of PNG comment. 14 years ago
Andreas Huggel e646d66f3e Added Canon EF-S 18-55mm f/3.5-5.6 III lens. (Jon Charnas) 14 years ago
Andreas Huggel f13d076a7a Fixed g++ 4.6.1 (Debian) compiler warning. 14 years ago
Robin Mills dd07a525a6 Added support for stdint.h being available in DevStudio 2010
(Thanks to Ketil Wright for bringing this to our attention)
14 years ago
Andreas Huggel 2a821a52ae #793: Set PNG comment correctly. (Thomas Beutlich) 14 years ago
Andreas Huggel a8166f1dc2 Updated Nikon Lens lookup table to v4.3.424.01 of Robert Rottmerhusen's fmountlens list. 14 years ago
Andreas Huggel 64511c266e Added support for Nikon3 AF Fine Tune array. (Frans van den Bergh) 14 years ago
vog 9fa8c893b1 #790: Added workaround for EPS files generated by CorelDRAW 14 years ago
Andreas Huggel a77ff857b8 Updated po/ directory, fixed warning. 14 years ago
Andreas Huggel 77510684a3 Added explicit casts; fixes MSVC 64bit compilation. 14 years ago
Andreas Huggel 3a8561fcf3 Updated Samsung makernote, part 1. 14 years ago
Andreas Huggel 72830acd14 Added EPS to the list of supported formats in the manpage. 14 years ago
Andreas Huggel 2e1edc8d56 Removed obsolete #include. 14 years ago
Andreas Huggel 352794e4eb #708: Improved documentation and guarantee in case of failure. 14 years ago
Andreas Huggel 32e0ade243 #708: Implemented charset conversions with native Windows functions if iconv is not available. 14 years ago
Andreas Huggel da6d7ffe17 Round the Exif.CanonSi.MeasuredEV properly. 14 years ago
vog 50699a8884 drop support for UTF-16/32 encoded XMP in EPS files, which is unrealistic anyway 14 years ago
Andreas Huggel ca142e17b3 Added Exif.OlympusEq.LensModel to the Exiv2::lensName() easy-access function. (Niels Kristian Bech Jensen) 14 years ago
vog 84ec018c48 fixed indentation 14 years ago
Andreas Huggel d428a3f10e Another tweak to make older MSVCs happy. 14 years ago
Andreas Huggel 47a3e51164 Return a positive one-byte code from the exiv2 utility for better consistency across platforms (my version of the MSYS/MinGW shell reports 0 if the application returns a negative value). 14 years ago
Andreas Huggel c9d97e6c00 Another more or less minor fix. 14 years ago
Andreas Huggel b796adfa83 Minor fix. 14 years ago
Andreas Huggel 833c030cf9 Removed static keyword from objects in anonymous namespace. 14 years ago
Andreas Huggel e4475fb453 Casts added to make 64bit MSVC compiler happy. 14 years ago
Andreas Huggel e56387caba Updated version to 0.22. 14 years ago
Andreas Huggel 681009e7ff Updated Nikon Lens lookup table to v4.3.423.01 of Robert Rottmerhusen's fmountlens list. 14 years ago
vog 71f74c1a33 #689: Added support for nested EPS documents 14 years ago
vog 45b729bc70 Improved one of the native preview warning messages 14 years ago
vog 0b9894b100 Removed unneeded code in EpsImage 14 years ago
vog a4c1d3f5b5 Changed version number in EPS files to the fixed length hex version number, to simplify testing DOS EPS files 14 years ago
vog 2ae0bcf7b8 Added version hex number to the output of "exiv2 -V" 14 years ago
vog dd3c11274f Added new function Exiv2::versionNumberHexString() 14 years ago
vog 058f1ea221 Added support for Illustrator previews (%AI7_Thumbnail) in EPS files, decoded to *.pnm 14 years ago
Andreas Huggel ea075b9a3c #785: Exif 2.3 tags, part 2. (Jens Mueller) 14 years ago
Andreas Huggel 42287bc331 #781: Added Exif 2.3 and DNG 1.2/1.3 tags. (Jens Mueller) 14 years ago
Andreas Huggel b3aad7a569 #782: Added Tamron 18-270mm lens to Canon makernote. (Jens Mueller) 14 years ago
vog d6d2e633a8 Improved coding style 14 years ago
vog a9d9a4a53c Added missing "const" 14 years ago
Andreas Huggel 774e18da73 #778: Added epsimage.[ch]pp files to cmake scripts. 14 years ago
vog 50469e9747 Improved variable naming in EpsImage 14 years ago
vog 315b5d9707 Replaced heuristics with hard criteria about where the %%Page section of an EPS file begins when it is not specified explicitly, adjusted test suite 14 years ago
vog a35ef10f30 Improved variable naming in EpsImage 14 years ago
vog 4ce2d7e717 Improved error handling of nested documents at invalid positions, improved test cases 14 years ago
Andreas Huggel 64d1308ec7 #769: Fixed calculation of binary array size in the case when the array elements are not sorted in ascending order, added test case. 14 years ago
vog cbb0bb2934 Added mechanism to refuse to write to EPS files created by Adobe Illustrator 8.0 or older, because Illustrator won't be able to open those afterwards 14 years ago
vog 8e0a97a0a2 Added support for native Photoshop EPS previews, adjusted test suite 14 years ago
vog bd7254aed6 Added native preview filter "hex-irb" that is needed for Photoshop EPS previews 14 years ago
vog b30f73cb0b Added helper function Photoshop::locatePreviewIrb() which is needed for native previews of Photoshop EPS files 14 years ago
vog 72bdc994f0 Added helper function decodeHex() that is needed to decode some types of EPS previews 14 years ago
vog aad2a3d32f Small bugfix 14 years ago
vog 08ef2ff9af Added missing type cast 14 years ago
vog 992865659b Removed duplicate helper function toString() 14 years ago
vog da6051a3a0 Added the possibility to define a filter in the NativePreview mechanism, e.g. for hex decoding 14 years ago
vog 9389aaa89a Implemented handling of %%Include DSC comments in EpsImage, adjusted and added test cases 14 years ago
vog e0d3fabab1 Avoid unnecessary %%LanguageLevel: comments in EPS files after "exiv2 -dx" 14 years ago
vog dbde8b815a Added support for deleting XMP metadata from EPS files (exiv2 -dx), adjusted test suite 14 years ago
vog aa60fc8d96 Improved coding style in EpsImage 14 years ago
vog 3db4d31938 Handle trailing garbage after XMP metadata in EPS files more gracefully 14 years ago
vog 2b0ff37419 More graceful handling of EPS images in which non-existing XMP metadata is announced 14 years ago
vog da9eab3ede Improved error message in EpsImage 14 years ago
vog 43fe61ab73 improved EpsImage to handle any combination of removable XMP embeddings, added test cases 14 years ago
vog 8c6d9fe2c2 fixed EpsImage to handle %%PageTrailer and %%Trailer properly, adjusted test suite 14 years ago
vog c62fa03a86 Improved coding style in EpsImage 14 years ago
vog 5eb9aefc67 Improved XMP embedding/replace mechanism for EPS files, achieved more flexibility with less code, added and adjusted test cases 14 years ago
Andreas Huggel e5497c5188 #439: Added optional parameters to XmpParser::initialize() to work around thread-safety issues (Jonathan Potter, GP Software) 14 years ago
vog 640921e6c0 make cast in decodeBase64() more explicit 14 years ago
Robin Mills 25b4bf2ce9 Added cast to enable compilation with DevStudio VS2003 and VS2005. 14 years ago
vog 115ba5a04e Improved epsimage.cpp and preview.cpp to avoid unnecessary type casts, also make some implicit type casts explicit for clarity 14 years ago
Robin Mills ebfb513a21 Removing the casts which were regrettably added with SVN: 2525. 14 years ago
Robin Mills b960062f90 EPS: fixed a cast and removed a useless comment. 14 years ago
Robin Mills e2c570a1ce EPS project.
added long ul2Data(byte* buf, size_t s, ByteOrder byteOrder) to the DevStudio 64 bit build.
This rippled requiring casts to differentiate ul2Data(byte*, uint32_t,size_t) and ul2Data(byte*,size_t,size_t)
Team review requested.
14 years ago
Robin Mills 67c98c21c4 Issue: 777
Added #include <iterator> to iptc.cpp
Added epsimage.{cpp|h} and version.{cpp|h} to the DevStudio build environments.
Some compilation issues remain in VS2010/64 bit build and those fixes will be submitted separately.
14 years ago
vog 848b7bd3b2 Fixed debug settings of crwimage.cpp and pgfimage.cpp 14 years ago
vog ef30654ef2 Improved coding style in EpsImage 14 years ago
vog 3c1d3d993b #689: Added support for native DOS EPS previews 14 years ago
vog e0d1aaa265 Added support for native PSD previews (Michael Ulbrich) 14 years ago
vog 3342822ad7 Provide generic mechanism for native previews 14 years ago
vog 1a407407d8 #689: Improved coding style of EpsImage 14 years ago
vog 7c99e174e8 #689: Improved coding style of EpsImage: prefer byte* over char*, make use of getULong(), etc 14 years ago
vog ed060a7a35 Fixed isEpsType() to handle size_t / long types in a clean way 14 years ago
vog 11f52679c5 Fixed isEpsType() to use DataBuf instead of a local allocation on the stack 14 years ago
vog 8bd69f7c46 #689: Added support for DOS EPS files 14 years ago
vog 3b13ab8717 #689: Make private implementation pf EpsImage really private 14 years ago
vog 155b37d45f #689: Support XMP previews that use the old xapGImg: namespace prefix 14 years ago
vog 9e36ca5dbf #689: Provide support for JPEG previews stored in the XMP metadata 14 years ago
vog 49f4536c36 #689: Improved block indentation 14 years ago
vog f7c8463132 #689: Improved code readability of EpsImage 14 years ago
vog c3b6c2b919 #689: Workaround for Photoshop EPS files, adjusted test suite 14 years ago
vog 3656fe930e #689: Improved Exiv2 EPS comments 14 years ago
vog 1cd0eff9a2 #689: Bugfix for Photoshop EPS files 14 years ago
vog 2d2a6bb8c3 Fixed bug in "exiv2 -ix": When writing metadata failed, the exitcode was 0 instead of 1
This issue occured only when reading metadata succeeded,
but writing metadata failed.
14 years ago
vog dfe65c4214 #689: Improved performance of EpsImage 14 years ago
vog e3d2c7491b #689: Workaround for handling Exiftool's XMP embedding into EPS 14 years ago
vog ca452746e2 #689: Improved coding style and warnings in EpsImage 14 years ago
vog 69b05be843 #689: Improved debug output in EpsImage 14 years ago
vog 641164a49c #689: Provide support for more EPS variants 14 years ago
vog e8c8b1a173 #689: Fixed regression: Ensure that isEpsType() does't disturb other file formats, and that none of the other file formats disturbs isEpsType() 14 years ago
vog de48225d9b #689: provide support for EPS files
EPS is added to the front of the registry to ensure that very small
EPS files will be detected.

This implementation refuses to deal with "read-only XMP" as well
as "%%Include..." DSC comments, because it is unclear how to handle
those properly. If one of these special cases occur, a warning will
be emitted which encourages the user to provide a real-world EPS
file to us.
14 years ago
Andreas Huggel 19d007a932 #772: Applied patch to recognize Tamron lens in Canon makernote (Milan Knizek) 14 years ago
Andreas Huggel 3f478a2ca2 #775: Sort IPTC data by record number when encoding (Matthias Baas). 14 years ago
Andreas Huggel b52e430f38 Added Exif.Panasonic.LensType to the Exiv2::lensName() easy-access function. (Adrian Woodley) 14 years ago
Andreas Huggel 617779ec55 Fixed time setting of -T option when DST is in effect. 14 years ago
Andreas Huggel 093210db82 Added Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5 lens (Milan Knizek) 14 years ago
Andreas Huggel fd8a43657b Fixed typo: SupplementalCategory -> SupplementalCategories. (Jürgen Wolz) 14 years ago
Andreas Huggel a08a33faf5 #764: Applied patch. 14 years ago
Andreas Huggel af26439393 Merged r2448:2451 from branches/0.21.1 15 years ago
Andreas Huggel 373455c0ac #761: Changed Image::setMetadata() to check if writing is supported (Matthias Baas). 15 years ago
HumanDynamo c188bb184c restore link to expat 15 years ago
HumanDynamo 1f5e001d95 fix link with zlib 15 years ago
HumanDynamo 33295f957b fix broken if else naming 15 years ago
Andreas Huggel 01c86017a8 #760: Fixed test for complete Photoshop data. 15 years ago
HumanDynamo f94fb67f69 add Pick Label tag from digiKam XMP namespace 15 years ago
Andreas Huggel 7770151915 Updated Copyright message for 2011. 15 years ago
Andreas Huggel 484ee13325 Updated a few DEBUG statements to use groupName(). 15 years ago
Andreas Huggel 7923d55461 #759: Enhanced documentation. 15 years ago
Andreas Huggel ae501bba1c #759: Undid r2444. Instead, don't encode any tags larger than 40kB as a last resort when writing to JPEGs. 15 years ago
Andreas Huggel ac0fc376a9 #759: Do not write Exif.Image.DNGPrivateData to JPEGs. 15 years ago
HumanDynamo c3c5aa7718 fix ELSE statement 15 years ago
HumanDynamo 66a17edbfb Add new Color Label value include in digiKam 2.0.0 XMP namespace 15 years ago
Andreas Huggel 3b5540a392 #752: Do not decode duplicate binary array tags. 15 years ago
Robin Mills 20e09dd14a build: changes to README for Cygwin and MacOSX. Added buildForMac and change eol-style on config files. 15 years ago
Andreas Huggel 4e1a789f78 #750: Replaced assert with exception. 15 years ago
Andreas Huggel 020e227821 #749: Fixed signature of XmpParser::registerNs that is used when the library is compiled without XMP. 15 years ago
Andreas Huggel 390c573c60 #476, #614: Simplified LogMsg. It's not quite as elegant as before anymore but should be much more portable and more efficient. (MSVC 7.1 didn't like the original implementation.) 15 years ago
Andreas Huggel fafacea8e2 Split constructor into two as a workaround for a MSVC 7.1 bug. 15 years ago
Andreas Huggel 8d92f3c43e Minor fix. 15 years ago
Robin Mills 20778cbd7d msvc64. Added build type (64 or 32) to exiv2 -V output. A couple of changes to compile with DevStudio x64 15 years ago
Andreas Huggel ad094e05be #745: Fixed leftover x-raw MIME type. 15 years ago
Andreas Huggel 2443081876 Minor doc changes. 15 years ago
Andreas Huggel bfd02bd483 Added SRW format to man page. 15 years ago
Andreas Huggel 5adb67a041 Remove .deps and .libs directories in maintainer-clean target. 15 years ago
Andreas Huggel 9f57915a10 Added AF-point easy-access function. (Suggested by july) 15 years ago
Andreas Huggel 6a4b7afba2 Synchronized wiki and image registry. 15 years ago
Andreas Huggel 74ea90f22f Updated Nikon Lens lookup table to v4.3.410.01 of Robert Rottmerhusen's fmountlens list. 15 years ago
Andreas Huggel 1a105de39f #739: Protect access to toLong() in preview.cpp. 15 years ago
Andreas Huggel 9195470f22 Allow "migration" of XMP namespaces. Simplified XMP-SDK RegisterNamespace(). 15 years ago
Andreas Huggel c137bf6afa #727: Fixed -g option to print multiple matches. 15 years ago
Andreas Huggel f81b688e4b Modified test for XMP files to not recognize any XML file with a regular header as XMP. 15 years ago
Andreas Huggel c8b0d7278b #738: Applied patch from Michael Ulbrich. 15 years ago
Andreas Huggel c9bf9bb52a Added image/x-pentax-pef to the list of recognized TIFF-like images 15 years ago
Andreas Huggel 5e02eaee32 #737: Fixed lens description. 15 years ago
Andreas Huggel 69e5cfb315 #734: Added Tamron SP AF 17-50mm f/2.8 XR Di II VC LD Aspherical [IF] lens (requires confirmation). 15 years ago
Andreas Huggel 8165b59e74 #712: Added Sigma 17-50mm f/2.8 OS HSM lens to Canon makernote. 15 years ago
Andreas Huggel 2048190a47 Updated Canon lens lookup table. Presumably fixes #735. 15 years ago
Andreas Huggel 3d172ef6f8 #736: Fix for Make starting with a dash. 15 years ago
HumanDynamo b745e49425 fix install 15 years ago
HumanDynamo aa35653d36 compile samsung makernote, else linking is broken... 15 years ago
Andreas Huggel e62c70a867 Improved determination of MIME type (not complete yet), optimized TIFF accessors pixelWidth, pixelHeight, mimeType and primaryGroup. 15 years ago
Andreas Huggel cdd6eb2765 #726: Tweak to make it select the correct primary image. 15 years ago
Andreas Huggel fc03156491 #726: Added pretty-print and easy-access functions for the Samsung2 makernote. 15 years ago
Andreas Huggel 5f5d089b00 #726: Added support for Samsung2 makernote. (Pretty-print and easy-access functions not done yet.) 15 years ago
Andreas Huggel 8b66d3e7db Tweaks. 15 years ago
HumanDynamo d49caba41e new ExifKey constructor based on TagInfo container. Factoring duplicate code with other ExifKey constructor 15 years ago
HumanDynamo ff908547a5 fix typo in cmake script. patch from Nikolai Saoukh 15 years ago
Andreas Huggel f25fca8808 #726: Added support for thumbnail found in sub-IFD of IFD1 of Samsung .SRW files. 15 years ago
HumanDynamo 76577d5eca new digiKam XMP tag to register settings used by Lens Correction tools 15 years ago
Andreas Huggel a0bdc5528e #721: Removed Exif-specific reference functions from the ExifKey interface again. 15 years ago
HumanDynamo 348bc4a21c this doen't compile under mingw 15 years ago
Andreas Huggel cfb5ad2bca Fixed two and silenced several other compiler warnings. 15 years ago
Andreas Huggel c71e12b899 Added option -q (quiet) to silence warnings and error messages from the Exiv2 library to the exiv2 command line tool. 15 years ago
Andreas Huggel dc264bc00d #476, #614: Introduced class LogMsg for enhanced logging, migrated all existing warnings and error messages (not the exceptions) to use the new logic. Every log message now has a type (debug, info, warning, error). Applications can set a logging level to determine which messages are processed and supply a custom log message handler at runtime. (Based on a contribution by Simson Garfinkel.) 15 years ago
HumanDynamo 1fdf4a3ab5 fix GCC4.5.1 warnings 15 years ago
Andreas Huggel d5701298df Fixed compilation. 15 years ago
Andreas Huggel 4bf9e16559 Misc tweaks. 15 years ago
Andreas Huggel 717d789c8e #721: Renamed ifdItem to groupName and big internal clean-up: consolidated groups and IfdIds. 15 years ago
Andreas Huggel 4c5def39cf Changed default type for IFDs to asciiString and use it in ExifKey::defaultTypeId(). 15 years ago
Andreas Huggel 8d199d2be5 Added known counts for binary arrays, added default type for each tag list and count for binary arrays in the end-of-list marker. 15 years ago
Andreas Huggel 4928c8d270 Added ExifKey::defaultCount() to access the new count reference information. 15 years ago
Andreas Huggel 0da6e6f47d Added count patch by Matthias Baas. Adds a count field to the Exif tag reference data. 15 years ago
Andreas Huggel 708bba8159 #721: Removed IfdId from the published API. ExifKey now gives access to reference tag data. (Needs some polishing.) 15 years ago
Andreas Huggel d164180d65 Bugfix (Matthias Baas) 15 years ago
Andreas Huggel 45c2eb2d34 #721: Use Pimpl idiom for class ExifKey in preparation for more changes. 15 years ago
HumanDynamo 67c0ae133c fix tag name typo 15 years ago
Andreas Huggel b5a0471e38 #667: Fixed Exif.CanonPr.ToneCurve (Greg Mansfield) 15 years ago
Andreas Huggel 32417382e3 #719: Added ExifTags::groupList() to access the list of all Exif groups. 15 years ago
HumanDynamo 63009032b9 add new image history XMP tag from digiKam 2.0 15 years ago
Andreas Huggel 917faa049a #667: Added support for Canon Processing Info tags (CanonPr binary array). Patch by Greg Mansfield. 15 years ago
Andreas Huggel 248cfb33c5 #719: Removed standard Exif tag definitions and pretty-print functions from the API. Fixed warnings in the code for Float and Double values (added for #711). 15 years ago
Andreas Huggel fb9820d281 Bumped version to 0.21 to facilitate testing (soname remains unchanged for now). 15 years ago
Andreas Huggel 35823233fa Fixed zlib uncompression of large PNG metadata buffers. 15 years ago
Andreas Huggel 9c14fce52f #719: Removed Canon makernote class and pretty-print functions from the published interface. 15 years ago
Andreas Huggel 2462355867 #719: Removed Olympus makernote class and pretty-print functions from the published interface. 15 years ago
Andreas Huggel d57597cfd8 #719: Removed Fuji makernote class and pretty-print functions from the published interface. 15 years ago
Andreas Huggel f82a203410 #719: Removed Minolta makernote class and pretty-print functions from the published interface. 15 years ago
Andreas Huggel 48b28c83fd #719: Removed Sony makernote class and pretty-print functions from the published interface. 15 years ago
Andreas Huggel 36010aef8f #719: Removed Sigma makernote class and pretty-print functions from the published interface. 15 years ago
Andreas Huggel a9feb74f48 #719: Removed Pentax makernote class and pretty-print functions from the published interface. 15 years ago
Andreas Huggel 9bf9e434bd #719: Removed Panasonic makernote class and pretty-print functions from the published interface. 15 years ago
Andreas Huggel 049df2489a #719: Added new ExifTags::tagList() function which returns the taglist for an Exif group. 15 years ago
HumanDynamo 393b638042 fix install of header files 15 years ago
Andreas Huggel f8aed98f88 #719: Removed Nikon makernote classes and pretty-print functions from the published interface. 15 years ago
Andreas Huggel dbc1e60135 Re-added generalized ValueType constructors. 15 years ago
Andreas Huggel 1f9f8bbb52 Made new constructor explicit. 15 years ago
Andreas Huggel 238ab136ae #717: Retain TIFF IFD type when writing, removed unnecessary ValueType constructors. 15 years ago
Andreas Huggel 55ffbd9eb9 Added DoubleValue to deal with TIFF Double values (see #711). 15 years ago
Andreas Huggel 7cdf9815bc #716: Added missing #include <ios>, needed for Sun Studio compiler (patch by Pavel Heimlich). 15 years ago
Andreas Huggel 5d24f66ebd Added static cast to prevent MSVC warning and comment highlighting non-conforming C++. 15 years ago
Andreas Huggel bc54748634 #711: Added FloatValue to deal with TIFF Float values. (Nice one! :) 15 years ago
Andreas Huggel 6fc96993a1 #711: Quickfix for Exif.OlympusIp.0x1104 which points to the beginning of the image. With this change the value is truncated now, i.e., it's size is set to 0. 15 years ago
Robin Mills 0bbac46524 Added cast to resolve MSVC build breaker. DevStudio has been set to treat warnings as errors. 15 years ago
Andreas Huggel da52f17aa4 Fixed writing to pseudo memory mapped areas (at least on Linux). 15 years ago
Andreas Huggel b18c048a91 Applied Canon makernote patch 2 by Greg Mansfield, updated tests. 15 years ago
Andreas Huggel 75dbd25eea Applied Canon makernote patch by Greg Mansfield, updated tests. 15 years ago
Andreas Huggel 02e181eca7 Added patch for MeasuredEV in CanonSi (Axel Waggershauser) and several checks for the size of a tag value. 15 years ago
Andreas Huggel 839012f037 Olympus makernote updates (Greg Mansfield) 15 years ago
Andreas Huggel 5c88be9861 Added exiv2.hpp as a wrapper to easily include all objects published in the Exiv2 namespace. 15 years ago
Andreas Huggel 06ce0d18b6 - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp)
- Changed Sony/Minolta pretty-print function to print EV value
- Renamed rcsid.hpp to rcsid_int.hpp, do not publish it anymore
15 years ago
HumanDynamo b83ad4c65c sync with Exiftool 15 years ago
Andreas Huggel 482cd93977 Reverted some Exif keys changed recently back to the original names, updated easy-access functions to include recently added Sony and Minolta tags. 15 years ago
Andreas Huggel 053651f97e Added missing Sony Quality keys to imageQuality() easy-access function. 15 years ago
HumanDynamo 3b5f5b8dd0 Quality => JPEG Quality 15 years ago
HumanDynamo e5f3f2ff88 polish 15 years ago
HumanDynamo 0925802be7 new tag zone matching mode 15 years ago
HumanDynamo f63e326c16 fix duplicate tags name 15 years ago
HumanDynamo 278c5d3ec4 factoring zone matching 15 years ago
HumanDynamo b7d54e2e85 new Rotation2 and PictureFinish tags 15 years ago
HumanDynamo 7e015a5899 new tag ColorSpace 15 years ago
HumanDynamo 14d02509ba factoring focus mode 15 years ago
HumanDynamo 2833162c3f factoring 15 years ago
HumanDynamo 0f77da9e5f update Minolta tags.
Fix duplicate tag name in sony
15 years ago
HumanDynamo 520015641f polish 15 years ago
HumanDynamo 725ec9478e more WB mode 15 years ago
HumanDynamo a59373596c more long expo NR mode 15 years ago
HumanDynamo dd11f77e04 fix flash levels 15 years ago
HumanDynamo 2345cee44f more quality 15 years ago
HumanDynamo 0ac95e9006 wrong value there 15 years ago
HumanDynamo f3eebd4d19 more AF mode 15 years ago
HumanDynamo 67ee41073d more exposure mode 15 years ago
HumanDynamo 85009a30e3 more macro mode 15 years ago
HumanDynamo 3095fe2b19 new DRO mode 15 years ago
HumanDynamo 56ce2559cf new ARW format 15 years ago
HumanDynamo 76c8ca7611 HDR mode, not Auto HDR 15 years ago
HumanDynamo 1d2457864e 2 new tags are know 15 years ago
HumanDynamo 8a8bf3f9bb update HDR mode 15 years ago
HumanDynamo 197e865e2d update sony model 15 years ago
Andreas Huggel e6408f101b Added HTML doc for new XMP schemas mediapro, expressionmedia and kipi. 15 years ago
Andreas Huggel c256d5e57d Updated Nikon and Sony makernote doc. 15 years ago
Andreas Huggel 7a0f08f716 Bumped version to 0.20. 15 years ago
Andreas Huggel ba8a824c25 Doc added to silence doxygen warnings. 15 years ago
Andreas Huggel 8ef1a5f9fa Removed minoltasonyvalues.[ch]pp, moved common Minolta/Sony code into minoltamn.[ch]pp. 15 years ago
Andreas Huggel 5d24e744c2 Backed out revisions 2221:2219 and most of change 2216. 15 years ago
Andreas Huggel 03057632f5 Backed out revisions 2210:2208. 15 years ago
HumanDynamo 5130eddf3b polish 15 years ago
HumanDynamo 00aa4aad0f Idem there : Exiftool database give a list of tags shorted in decimal mode, not hexadecimal. 15 years ago
HumanDynamo f94d46dc0c polish 15 years ago
HumanDynamo 5a62b25ed5 polish 15 years ago
HumanDynamo 9599a58100 Warning : Exiftool database give a list of tags shorted in decimal mode, not hexadecimal 15 years ago
HumanDynamo 055b8a52cc this one is signed tag 15 years ago
HumanDynamo 622ab4a490 missing Sequence Number tag 15 years ago
HumanDynamo f5e645824b missing Focus Mode tag 15 years ago
HumanDynamo 6e05f088da polish 15 years ago
HumanDynamo c540c6cd08 polish 15 years ago
Andreas Huggel a118544821 #705: Applied Pentax 645D update. (Patch by Michal Čihař) 15 years ago
Andreas Huggel 74137b432f Nit-picking fixes and enhancements. 15 years ago
Andreas Huggel 2b9c257e27 Added seveal Nikon pretty-print functions. (Patch by Jens Mueller) 15 years ago
Andreas Huggel 0d3e65fe6b Added support for Nikon File Info, Auto Focus 2, Multi Exposure and Flash Info binary arrays. (Jens Mueller) 15 years ago
HumanDynamo 151ed86895 Exiv2 need to be linked with Winsock32 under windows. 15 years ago
HumanDynamo bd4791c57a use right header file to compile under Mingw32 15 years ago
Andreas Huggel 81163717eb #701: Sort Sub-IFDs by group before writing, as the order may not be correct after copying image tags. 15 years ago
Andreas Huggel 8f52d4b787 Updated Nikon Lens lookup table to v4.3.401.01 of Robert Rottmerhusen's fmountlens list. 15 years ago
Andreas Huggel 29dcba6150 Added Nikon lens data pretty-print functions (Patch by Jens Mueller) 15 years ago
Andreas Huggel 00064556ce Updated Pentax makernote (Patch by Michal Čihař) 15 years ago
Andreas Huggel 48e169db2e Added several easy-access functions. (Patch by Jens Mueller) 15 years ago
Andreas Huggel dc6c8086da Fixed compilation with MSVC (Patch by Jens Mueller) 15 years ago
Andreas Huggel e0fa36074e #668: Fixed obscure issue when copying SubIFDs. (digiKam bug 236127) 15 years ago
Andreas Huggel 8ba70c74b1 Updated max number of sub-IFDs. 15 years ago
Andreas Huggel fc0d55dd8e #611: SonySR2 support, part 2, still experimental and incomplete. 15 years ago
Andreas Huggel 395b5b3a6a #611: Support for SonySR2 private data and encrypted sub-IFD, part 1, still experimental and incomplete. 15 years ago
HumanDynamo f3de909e77 new Sony Mn tags 15 years ago
Andreas Huggel 4355b32472 #699: Omit all formatting whitespace when encoding XMP for JPEG. (Patch from Joachim Gelhaus) 15 years ago
Andreas Huggel 0af43f7fb3 Fixed easy-access and tests for r2203 15 years ago
HumanDynamo 761b1508cb factoring flash fired tas 15 years ago
HumanDynamo fa28c2fb59 Sync Minolta Mnk tags with Exiftool DB 15 years ago
HumanDynamo bb8f801b17 Ahaha. WB settings is also shared between Minolta and Sony. Exactly smae values, probably same developer (:=)))... 15 years ago
HumanDynamo 34a3783e9a and another one : TeleconverterModel is also shared between Minolta and Sony 15 years ago
HumanDynamo 4a326d26bd another tags shared between Minolta and Sony : ImageQuality 15 years ago
HumanDynamo 4458962677 great. Scene Mode is shared between Minolta and Sony. Exactly same values... 15 years ago
Andreas Huggel 610d86133a #668: Fix copying of composite objects. (digiKam bug 235171) 15 years ago
HumanDynamo 47ebd2c882 Sony A100 Makernotes codec is now fully implemented 15 years ago
HumanDynamo e268b4f2b0 more A100 CS tags 15 years ago
HumanDynamo f924b465f4 more A100 CS tags 15 years ago
HumanDynamo aea6b4665d more A100 CS tags 15 years ago
HumanDynamo f889128dd8 more A100 CS tags 15 years ago
HumanDynamo af6dddff4d more A100 CS tags 15 years ago
HumanDynamo 0d2e31cceb more A100 CS tags 15 years ago
HumanDynamo b28ecd93ad more A100 CS tags 15 years ago
HumanDynamo b1cde710cc branching Sony A100 makenotes 15 years ago
HumanDynamo a1672215cb more A100 CS tags.
more shared tags between Minolta and Sony
15 years ago
HumanDynamo e92c1b47f1 more A100 CS tags 15 years ago
HumanDynamo 664ce529cd introduce Sony A100 CS. Not yet complete 15 years ago
HumanDynamo 1db752ef56 polish 15 years ago
HumanDynamo 7a45a9abda compile 15 years ago
HumanDynamo 63973cda33 sony makernotes implementation is now complete 15 years ago
HumanDynamo d7275b63dc update 15 years ago
HumanDynamo 584be44813 update 15 years ago
HumanDynamo 64542f8095 revert 15 years ago
HumanDynamo 03768055a4 implement AFWithShutter 15 years ago
HumanDynamo 8255783a60 implement AFIlluminator 15 years ago
HumanDynamo a07d174f3a implement prioritySetupShutterRelease 15 years ago
HumanDynamo 244c17fffd implement Flash Mode codec 15 years ago
HumanDynamo 557fba0283 implement Creative Style codec 15 years ago
HumanDynamo bd94bafc7b implement MeteringMode codec 15 years ago
HumanDynamo 665e83acd5 implement DriveMode codec 15 years ago
HumanDynamo 6120234788 fix sony makernotes routing 15 years ago
HumanDynamo b4c90e4465 implement LocalAFAreaPoint codec 15 years ago
HumanDynamo a7da2b0080 implement AF Area Mode codec 15 years ago
HumanDynamo 3f2aa49e6e implment Focus Mode codec 15 years ago
HumanDynamo 713665f8e4 Implement Sony Makernote Rotation tag 15 years ago
Andreas Huggel ffc3fd8ab9 #611: Completed Sony[12] Camera Settings complex array. 15 years ago
Andreas Huggel 8dde51e054 #611: Added several Sony makernote groups. 15 years ago
HumanDynamo 45bf932d2c implement Sony Manernotes Camera Settings Version 2
Andreas, How to branch it into tiffimage.cpp as Nikon stuff ?
15 years ago
HumanDynamo 753a337151 update Sony Camera Settings makernotes.
Missing deletage print functions
15 years ago
HumanDynamo 8545e65126 polish 15 years ago
HumanDynamo 96c4a024f3 branch Sony CS to Sony2 makernotes 15 years ago
Andreas Huggel bf17786a04 Added basic config to support SonyMinolta and SonyCs groups. (Patches from Gilles Caulier) 15 years ago
HumanDynamo c05265e5cf added new rules to manage translations file.
Code inspired from huggin project. 
This use a shell script. this one must be ported to CMake.
15 years ago
HumanDynamo 949c9ea0ae oups, it's KDE core script, not CMake as well 15 years ago
HumanDynamo abd0ef3705 typo (GNU compliant) 15 years ago
HumanDynamo 1e16d65d79 use uppercase syntax.
polish coding style.
15 years ago
Andreas Huggel c4cc0571df Reverted change 2093. 15 years ago
HumanDynamo 9db15a3437 fix email 15 years ago
HumanDynamo 63619ded72 i suspect this is an error there... 15 years ago
HumanDynamo cecd7a2167 remove unknow old sony tags 15 years ago
HumanDynamo 756886d9b0 print WB 15 years ago
HumanDynamo 1b594d6fe7 print Intelligent Auto 15 years ago
HumanDynamo 2f3195a7a6 print DRO 15 years ago
HumanDynamo b65e6baec8 print Antiblur 15 years ago
HumanDynamo 7b440a9d6c print Qualirt 15 years ago
HumanDynamo a9c39b87ce print exposure mode 15 years ago
HumanDynamo 82280f633e print image sizes 15 years ago
HumanDynamo 5e50cae262 another boolean tag 15 years ago
HumanDynamo 23bd7bb0c6 factorize more bool functions 15 years ago
HumanDynamo 099fc85533 share macro mode decoding 15 years ago
HumanDynamo 5387705fa6 implement shared Color mode decoding 15 years ago
HumanDynamo 6d6d3106df polish 15 years ago
HumanDynamo c1dd3ce3d9 prepare last standard Sony makernotes tags 15 years ago
HumanDynamo 2a785c20cc add A450 in Sony DLSR camera list 15 years ago
Andreas Huggel c626d7caec #693: Applied patch from Nikolai Saoukh. 15 years ago
Andreas Huggel 46c2dbf43b #695: Applied patch from Nikolai Saoukh. 15 years ago
Andreas Huggel f821caf029 Another fix similar to r2073 and a minor conversion fix that was exposed by the former. 15 years ago
HumanDynamo edff7d321f polish 15 years ago
HumanDynamo c2281bca9f update Sony makernotes 15 years ago
HumanDynamo 4e4c9f7898 update Sony Makernotes 15 years ago
HumanDynamo 6669996934 Sony/Minolta Lens DB update is now complete 15 years ago
HumanDynamo 7f80714d13 second big update of Minolta/Sony Lens database 15 years ago
HumanDynamo 408351df3c by Minolta/Sony lens database update. Not yet completed 15 years ago
HumanDynamo 793d760569 re-organize common code to share between Minolta and Sony 15 years ago
HumanDynamo 14c7f279fd move extern def to cpp 15 years ago
HumanDynamo d4f9a20142 use common lens definitions for minolta and sony cameras 15 years ago
HumanDynamo e0d543d166 rm 15 years ago
HumanDynamo ee691fdc71 start to implement common structures between Sony and Minolta for Makernotes 15 years ago
HumanDynamo 46a6f318b2 apply patch from BUG #688 15 years ago
Andreas Huggel 1b93b9dfd2 Retain value in case of stream error. (Suggested by Thomas Beutlich) 15 years ago
HumanDynamo c498837b66 update Sony Makernotes 15 years ago
HumanDynamo 0e6577a0bf update Sony Makernote 15 years ago
HumanDynamo 18ff42413b start to update Sony Makernotes support, using last revision of Exiftool database 15 years ago
HumanDynamo 6a838bdd59 compile 15 years ago
HumanDynamo 1e8f7f59a3 fix warnings 15 years ago
HumanDynamo 937bd7d0f9 fix warnings 15 years ago
Andreas Huggel cc3e1ba482 Added pretty-print function for Exif.NikonLd2/3.FocusDistance. (Jens Mueller) 15 years ago
Andreas Huggel 176e71e499 Added further TIFF image tags (from Adobe TIFF&PM6 and TIFF/EP specs). 15 years ago
Andreas Huggel 92ea124345 Added a few PageMaker 6.0 and Adobe OPI TIFF tags. 15 years ago
Andreas Huggel e1189d9924 Added several TIFF tags to the reference taglist. 15 years ago
Andreas Huggel 26b5d41255 Minor fix. 15 years ago
Andreas Huggel c9e41799da Completed fix from r2039. 15 years ago
Andreas Huggel 4d26ac3875 Added several missing TIFF tags. 15 years ago
Andreas Huggel b68ecc7cb0 #686: Removed const-qualifier to make things comply with the C++ standard. 15 years ago
Andreas Huggel a3b24b3615 #668: Extended list of TIFF image tags. (It turned out that there are quite a few standard TIFF tags missing from the Exiv2. To be added separately). 15 years ago
Andreas Huggel 6d496a4888 Updated Copyright notice for 2010. 15 years ago
Andreas Huggel 7d466b3e87 Fixed typo. 15 years ago
Andreas Huggel c7d5396669 Fixed issues with Unicode paths on Windows. (Thomas Beutlich) 15 years ago
Andreas Huggel 8c7fffdc7d Fixed compilation error on MSVC when SUPPRESS_WARNINGS is defined. (Thomas Beutlich) 15 years ago
Andreas Huggel 8d8a433da5 Updated Nikon Lens lookup table to v4.3.400.01 of Robert Rottmerhusen's fmountlens list. 15 years ago
Andreas Huggel f8197d8463 #668: In TIFF and TIFF-like images, never modify 'image tags'. This patch implements the basic idea. 15 years ago
Andreas Huggel d8197c1cfe #690: Fixed typo (Volker Grabsch). 15 years ago
Andreas Huggel 13704dcba4 #684: Extended SubIFD support to 9 SubIFDs. 16 years ago
Andreas Huggel b8d802c12c #684: Quickfix to prevent the assertion failure. 16 years ago
Robin Mills 4c4955f876 adding EXIV2API to class CharsetInfo to fix the Mac build breaker introduced in revision:2032 16 years ago
Robin Mills 90147a3439 MSVC fixes to
1) remove use of gmtime_r
2) export static DLL method const char* CommentValue::name(CharsetId)
See discussion #419 in the Forum.  http://dev.exiv2.org/boards/3/topics/show/419
16 years ago
Andreas Huggel 3e025435a8 Added iView Media Pro and MS Expression Media XMP schemas. (Steve Wright) 16 years ago
Andreas Huggel f03af22ccd #683: Fixed -r conversions for weekday and day of year. 16 years ago
Andreas Huggel ade0b51b79 #671: Fixed error handling for read-only files. 16 years ago
Andreas Huggel ec9bf9a142 Documented recent utility changes. 16 years ago
Andreas Huggel 6c0ecf66fb #662: Added new option -n and action fixcom to exiv2 utility. 16 years ago
Andreas Huggel 8a827fe979 Updated Nikon Lens lookup table to v4.2.377.1 of Robert Rottmerhusen's fmountlens list. 16 years ago
Andreas Huggel f01c919e14 Added -g option to exiv2 utility to 'grep' info for individual tags. 16 years ago
Andreas Huggel 6d1da85d63 #666: Bugfix, updated test results. 16 years ago
Andreas Huggel 5f1d09b6f0 #666: Added configuration setting to concatenate gaps between known tags in binary arrays. Needs testing and a test-case. 16 years ago
Andreas Huggel ece0a5c0b1 Tweak. 16 years ago
Andreas Huggel 603680b2d1 Various optimizations (side-effect of the analysis for #677). 16 years ago
Andreas Huggel 7a71340247 #677: Reversed changes from r2018. 16 years ago
Andreas Huggel 2d91fb1f6d #677: Avoid deleting Exif metadata from the container when writing. 16 years ago
Andreas Huggel ed6f195c7f #677: Changed the container for Exif metadata from a std::vector to a std::list (plus an unrelated optimization). 16 years ago
Andreas Huggel 2ce6c3dd00 Compile WError stuff only if Unicode paths are configured. 16 years ago
Andreas Huggel 18f1cc97b7 More W/Error changes to better support w/what(). 16 years ago
Andreas Huggel 50d9dce7af Make sure BasicError<> typeinfo symbol is published in the shared library, provide a test case in exifprint.cpp 16 years ago
Andreas Huggel 0bc517b545 #662: Detect and interpret a BOM. 16 years ago
Andreas Huggel 68f7c00623 #674: Fixed default type for TIFF/EP ShutterSpeedValue (Olivier Tilloy). 16 years ago
Andreas Huggel e43a11f7b2 #662: Code tweak and updated expected test results. 16 years ago
Andreas Huggel d00c806e3c #673: Accept XMP sidecars starting with a UTF-8 BOM. 16 years ago
Andreas Huggel 9b4f4f84d6 MinGW and MSVC fixes. 16 years ago
Andreas Huggel ba5a7b9075 Minor fix. 16 years ago
Andreas Huggel 49e040ee8d Generalized class Error, added class WError for use with Unicode-Paths. 16 years ago
Andreas Huggel dab01e73e9 #662: Added CommentValue::detectCharset and an optional parameter for the encoding to CommentValue::comment(). 16 years ago
Andreas Huggel 41b3365ad1 #662: Charset conversion on read and write (and if needed on copy). 16 years ago
Andreas Huggel 934c36a5ae #572: Escape special characters in the JPEG comment (using the new function by Leo Sutic. 16 years ago
Andreas Huggel 942d217e89 #662: Fixes by Leo Sutic. Added carriage return to the special characters. 16 years ago
Andreas Huggel 3a76ca8ad7 #662: Mostly formatting changes and a few tweaks. Move exifcomment tests to bugfixes-test.sh 16 years ago
Andreas Huggel 52f8c366c2 #662: Patch exiv2-exifcomment-unicode.patch from Leo Sutic (unmodified, without exiv2-bug662.jpg). 16 years ago
Andreas Huggel 0b65033488 #665: Quick-fix for the exiv2 utility to allow inserting Exif data into ORF files. 16 years ago
Andreas Huggel 50c213af9b Published convertStringCharset() in the API (for #662). 16 years ago
Andreas Huggel 7154969383 #672: Needed to compile on systems with lstat. 16 years ago
Andreas Huggel c2ee400875 #672: Fixed issue with C-string pointer of a temporary. 16 years ago
Andreas Huggel b986487673 Reverted accidental Makefile changes from r1994. 16 years ago
HumanDynamo b85909a314 add Kipi xmp namespace used by digiKam kipi-plugins 16 years ago
Andreas Huggel 59ae067412 Bumped version to 0.19.1 for testing. 16 years ago
Andreas Huggel fab4603d70 #665: Added write-support for ORF files. 16 years ago
Andreas Huggel 259a4bb2bf Optimized TiffMappingInfo::operator==(). 16 years ago
Andreas Huggel c5b1793ef7 Minor fix. (Fulvio Senore) 16 years ago
Andreas Huggel 3662c29f16 Pointer acrobatics to workaround MSVC 7.1 problem. 16 years ago
Andreas Huggel efa3152710 Doc updates: added new Nikon and Canon makernote tags, silenced doxygen warnings. 16 years ago
Andreas Huggel bec7eef6cc Minor manpage update. 16 years ago
Andreas Huggel 24285cbbf1 Bumped version to 0.19. 16 years ago
Andreas Huggel e8f8f2c14d #664: Check key size before comparing it. 16 years ago
Andreas Huggel 763b4f7933 Removed trailing whitespace. 16 years ago
Andreas Huggel c6ae14cbb9 Added includes for g++-4.4 (Debian 4.4.2-3). 16 years ago
Andreas Huggel eca690a2fb #571: Add Iptc.Envelope.CharacterSet only if any other dataset is added, fixed tests. 16 years ago
Andreas Huggel efdab1512f Removed one include too many. 16 years ago
Andreas Huggel dd659d57bd Changed MemIo to use a Pimpl class too (#510). 16 years ago
Andreas Huggel bdc2f225af Use [w]path() instead of p_->[w]path_. 16 years ago
Andreas Huggel 83cd2efab9 #579: Implemented mmap for Windows directly in FileIo and made that class use the Pimpl idiom (#510) to de-clutter the interface. Unrelated: Added EXV_MIN/MAX macros, allow iconv config in commercial version. 16 years ago
Andreas Huggel db0a5b8338 Minor fix to make MSVC happy. 16 years ago
Andreas Huggel d47aeee605 Removed --disable-printucs2 configure option. 16 years ago
Andreas Huggel d8bd05257e Ensure const correctness of iconv arguments. 16 years ago
Andreas Huggel 37f89d29c3 #663: Reverted change made in r1961. 16 years ago
Andreas Huggel 5db4fe3613 #663: Removed check for complete PS data. 16 years ago
Andreas Huggel e722584757 #651: Added TimeZoneOffset (0x882a) and 33 other missing TIFF/EP tags. 16 years ago
Andreas Huggel 64af7781b8 #661: Changed type of tag Exif.Image.Resources to BYTE (1). 16 years ago
Andreas Huggel 9198431ea2 -b option now also suppresses Byte and SByte values. 16 years ago
Andreas Huggel cef63099dc Fixed visibility warning on Mac OSX 10.6.2 16 years ago
Andreas Huggel d41e19a20c Updated references to Nikon lens data tag. 16 years ago
Andreas Huggel bb71f49bdc Added config for IFD3 (needed for CR2, at least some), fixed Nikon assertion failure for unknown complex binary arrays (reported by Marcel Wiesweg). 16 years ago
Andreas Huggel 4a9c193624 #658: Header of SP-560UZ ORF files seems to have a different magic. 16 years ago
Andreas Huggel 53e442d0e6 #620: Added support for Nikon Shot Info tags. 16 years ago
Andreas Huggel aa24ca4ae9 Inverted the meaning of -u. Bad bad bad... 16 years ago
Andreas Huggel f9c98522dc Doc cosmetics. 16 years ago
Andreas Huggel 974fb65f5d #620: Added support for Nikon Auto Focus Tags. 16 years ago
Andreas Huggel 65c421e6ee #620: Fixed a few Nikon tag names. 16 years ago
Andreas Huggel dbc01d16cc #620: Added support for Nikon Vibration Reduction and Picture Control Tags. 16 years ago
Andreas Huggel a175d9a9f2 Updated Nikon Lens lookup table to v4.1.361.01 of Robert Rottmerhusen's fmountlens list. 16 years ago
Andreas Huggel 26cc4713d7 #620: Removed assertion. For decrypted tags, the condition can be false. 16 years ago
Andreas Huggel 9a433a629c Updated Doxyfile for doxygen 1.6.1 and silenced a few doxygen warnings. 16 years ago
Andreas Huggel d73096f95d Bumped version to 0.18.99. 16 years ago
Andreas Huggel 370af5c8a3 Merged all changes from the unstable branch into the trunk. 16 years ago
Andreas Huggel 13b0f761fb #657: Fixed tag name of Exif.Nikon3.0x008d to ColorHue. 16 years ago
Andreas Huggel f1db95c52f #656: Replaced assertions with a proper test. 16 years ago
Andreas Huggel 215a4ce339 Initialize variables (valgrind complained). 16 years ago
Andreas Huggel 948bbc5223 #645: Added check for empty GPS coordinate value to prevent out-of-range exception. 16 years ago
Andreas Huggel 5e578f3ef6 #645: Catch XMP-SDK exception from date conversion. (Vladimir Nadvornik) 16 years ago
Andreas Huggel 4ab90e0f60 #647: Extended range check. 16 years ago
Andreas Huggel 4c17bc16b0 #647: Fixed type of offset which may be negative. 16 years ago
Andreas Huggel a5ee17b636 #642: Applied patch from Matthias Barkhoff. 16 years ago
Andreas Huggel d69961b5b8 #641: Use image dimensions of the primary image. 16 years ago
HumanDynamo d21e89b9e8 2 new tags from digiKam xmp namespace 16 years ago
Andreas Huggel e26985d18b #533: Changed two more warnings to debug messages (Volker Grabsch) 16 years ago
Andreas Huggel d1d7be03dd Added remaining XMP plus properties (Mikolaj Machowski). 16 years ago
Andreas Huggel 5751d72224 Changed warning 'Invalid Photoshop IRB data size X or extended Photoshop IRB' to debug message. 16 years ago
Andreas Huggel e5d19a8e63 Tweak. 16 years ago
Andreas Huggel b9a30c80da #533: Added Volker Grabsch and Michael Ulbrich to authors. 16 years ago