Commit Graph

68 Commits

Author SHA1 Message Date
asp
3ec3708f94 #1093 ExifEX for XMP namespace and properties 2015-08-05 17:39:12 +00:00
Andreas Huggel
fd80993ab0 Updated copyright notice. 2015-05-02 11:55:40 +00:00
asp
9ad8a0b4ee #1063 Add GPano namespace, XMP properties and doc template 2015-04-24 21:35:47 +00:00
asp
83fa056b57 #1059 Add ACDSee namespace and XMP properties 2015-04-21 18:50:58 +00:00
Robin Mills
5463d4f89d #1058. xml:lang case insensitive. Working well. Added regression detector. 2015-04-21 18:17:39 +00:00
Robin Mills
ce1d4cfc75 #1058. Calming the test suite. LangAltValue comparator causes harmless changes in order of lang reporting. 2015-04-20 18:07:25 +00:00
asp
a19de407ec #937 Darwin Core 2015-03-19 schema update, plus doc template for same 2015-04-04 17:23:25 +00:00
Robin Mills
fe48230c64 #1040. Thank You Alan for reporting this and providing the patch. Thank You Thomas for validating this change. 2015-03-24 22:09:44 +00:00
Robin Mills
89311f21a0 Issue: #784. Thanks to Alan for the patch. See topic: http://dev.exiv2.org/boards/3/topics/1847 2014-10-31 05:52:32 +00:00
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. 2014-09-16 08:20:18 +00:00
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. 2014-09-07 11:59:45 +00:00
Robin Mills
0a3c59feb4 #937. Thanks to Alan for the patch code and data file. 2014-06-26 09:34:32 +00:00
Robin Mills
716f053b46 Issue: 937. Thanks to Alan for the patch. 2013-12-27 05:31:05 +00:00
Robin Mills
f7f2dbf210 Issue: #937. Thanks to Alan and Jim for raising the issue. Thanks to Alan for the patch and test file. 2013-12-23 22:58:01 +00:00
Andreas Huggel
f09fceda6b Updated copyright year in a few files, version in runner.txt. 2013-12-01 12:13:42 +00:00
Robin Mills
a297d2b69e Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
Robin Mills
da1ed8c536 Bumping the copyright notice in src &samples from 2012 to 2013 2013-07-24 03:12:38 +00:00
Andreas Huggel
0d397b95c7 Updated copyright message for 2012. 2012-03-22 15:19:35 +00:00
Andreas Huggel
8ebb0281eb #798: Applied RegionTagging.diff patch by Benjamin H. 2012-01-14 02:57:06 +00:00
Andreas Huggel
e5497c5188 #439: Added optional parameters to XmpParser::initialize() to work around thread-safety issues (Jonathan Potter, GP Software) 2011-07-01 15:03:45 +00:00
Andreas Huggel
7770151915 Updated Copyright message for 2011. 2011-02-13 14:08:44 +00:00
Andreas Huggel
4e1a789f78 #750: Replaced assert with exception. 2011-01-04 12:43:31 +00:00
Andreas Huggel
020e227821 #749: Fixed signature of XmpParser::registerNs that is used when the library is compiled without XMP. 2011-01-03 12:26:01 +00:00
Andreas Huggel
9195470f22 Allow "migration" of XMP namespaces. Simplified XMP-SDK RegisterNamespace(). 2010-11-06 13:53:15 +00:00
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.) 2010-09-10 14:02:09 +00:00
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
2010-06-27 10:04:39 +00:00
Andreas Huggel
c9e41799da Completed fix from r2039. 2010-04-06 13:32:22 +00:00
Andreas Huggel
6d496a4888 Updated Copyright notice for 2010. 2010-04-03 07:53:30 +00:00
Andreas Huggel
8c7fffdc7d Fixed compilation error on MSVC when SUPPRESS_WARNINGS is defined. (Thomas Beutlich) 2010-04-03 03:21:02 +00:00
Andreas Huggel
3e025435a8 Added iView Media Pro and MS Expression Media XMP schemas. (Steve Wright) 2010-02-17 13:54:41 +00:00
Andreas Huggel
370af5c8a3 Merged all changes from the unstable branch into the trunk. 2009-11-27 05:59:23 +00:00
Andreas Huggel
09ec544678 Added iptc4xmpExt and plus XMP schemas (Based on a patch from Mikolaj Machowski). 2009-07-05 05:49:08 +00:00
Andreas Huggel
096a1d169f #622: Fixed MicrosoftPhoto URI in call to RegisterNamespace. 2009-03-20 15:30:01 +00:00
Andreas Huggel
8a6d9dbc42 Updated Copyright notice for 2009. 2009-02-16 14:30:51 +00:00
Andreas Huggel
f90d554489 * Consolidated exiv2 tool print code
* Added option to print all metadata (-pa)
* Added control for type of metadata printed with -P
* API change, class Metadatum and derived classes: Added familyName() and groupName() to the Metadatum API
2008-12-08 05:32:02 +00:00
Andreas Huggel
7a6907c10d Fixed conversion special case: do not add an empty Exif datum if the (std) conversion failed. 2008-11-23 13:23:53 +00:00
Andreas Huggel
7b6652a910 Added ExifData pointer to Metadatum::write et al, added CanonCs.LensType and pretty-print function, changed exiv2 tool to use the new methods to print interpreted values (which allows it to refer to other metadata). 2008-10-17 14:34:29 +00:00
Andreas Huggel
4c79818d76 Register new namespaces with XMP-SDK. 2008-07-30 11:10:14 +00:00
Andreas Huggel
b759193273 Removed trailing whitespace. 2008-07-16 04:38:32 +00:00
Andreas Huggel
99489c2d50 #560: XmpParser::encode(): Clear xmpPacket if xmpData is empty. 2008-06-18 15:37:56 +00:00
Andreas Huggel
05f277fb1c Improved conversion to/from XMP LangAltValues. 2008-06-04 08:38:14 +00:00
Andreas Huggel
f8a4d46103 Renamed XMP.hpp from the XMP-SDK to XMPSDK.hpp to avoid potential name clashes with Exiv2's xmp.hpp 2008-05-21 02:57:21 +00:00
Andreas Huggel
e9916208a1 Minor fix. 2008-05-01 11:17:24 +00:00
Andreas Huggel
ed89a70db3 Fixed compilation error when configuration flag --disable-xmp is used. 2008-04-17 03:55:08 +00:00
Andreas Huggel
38b1a0fa2c Allow format options for XmpParser::encode (Vladimir Nadvornik), write XMP sidecar files without xpacket. 2008-03-09 14:24:44 +00:00
Andreas Huggel
d8e6b51c69 Refactored op<< for Metadatum, introduced std::string Metadatum::print(). Fixes #474. 2008-02-16 18:08:44 +00:00
Andreas Huggel
ceeff042fc Further XMP print function updates (based on patch from webustany for GHOP 98). 2008-01-29 13:33:51 +00:00
Andreas Huggel
cd9aa48676 More print functions added (intermediate version, by webustany for GHOP 98). 2008-01-25 01:55:37 +00:00
Andreas Huggel
c54c385d61 Added XMP pretty-print functionality (by webustany for GHOP 98). 2008-01-24 16:23:43 +00:00
Andreas Huggel
2e3672d211 #539: Make registration of namespaces actually work (Vladimir Nadvornik, S M Ryan) 2008-01-24 14:32:18 +00:00