Commit Graph

  • daac70b5ef Updated changelog Andreas Huggel 2004-12-11 05:25:09 +00:00
  • c8d9fe0b35 Changed operator hack to be more consistent, added op=(const Value&) Andreas Huggel 2004-12-10 18:04:07 +00:00
  • 0fc84a1a80 Added unknownTag / unknownDataSet structures and replaced exceptions with return values from these where possible Andreas Huggel 2004-12-10 18:02:31 +00:00
  • 3c71fbe108 Fixed capitalization mistake brad 2004-12-10 09:11:20 +00:00
  • b9bf044ee5 IO abstraction code and split-up of image.cpp are basically complete (#402 and #403). Doxygen comments will wait until the full refactoring is done since more changes are likely. brad 2004-12-10 02:22:13 +00:00
  • 943d942391 Added iptceasy example Andreas Huggel 2004-12-08 16:54:09 +00:00
  • dff55f692e Changed semantic of Iptcdatum::setValue(const std::string&) !!! - it now creates a value of a type determined by the Iptcdatum. Added IptcData::op[] and Iptcdatum::op=. With this, you can do things like: iptcData["Iptc.Envelope.TimeSent"] = "14:41:0-05:00"; which creates a TimeValue. Andreas Huggel 2004-12-08 16:41:08 +00:00
  • f6e6578bec Minor changes/updates Andreas Huggel 2004-12-08 16:28:33 +00:00
  • 127aaddbb5 Simplified header for use on the website Andreas Huggel 2004-12-07 16:45:38 +00:00
  • 9886477e49 Minor fix Andreas Huggel 2004-12-07 16:45:04 +00:00
  • b6a9799d68 oops had some local modifications that needed removal brad 2004-12-06 03:32:36 +00:00
  • df80f41f40 Merged changes 422:435 from trunk into insideout branch brad 2004-12-06 03:12:38 +00:00
  • 6c90d9a8d8 fixed various build problems on linux brad 2004-12-06 01:54:59 +00:00
  • 5266ffd263 added svn properties and LD_PATH brad 2004-12-06 01:49:16 +00:00
  • f69cf9c06a Checkpoint on the way to new IO abstraction and split-up of image.cpp (#402 and #403). Code is working, but not complete or commented. brad 2004-12-06 00:56:22 +00:00
  • 1bdad3afa6 exiv2-test.sh with expected output, finally Andreas Huggel 2004-12-05 16:07:20 +00:00
  • 1d2f133f81 Added local change of LD_LIBRARY_PATH Andreas Huggel 2004-12-05 16:06:30 +00:00
  • fd26330280 Replaced std::cout << "\n" with std::endl to flush and get the sequence with error output right Andreas Huggel 2004-12-05 15:51:58 +00:00
  • b257fff76d Bumped version to 0.6 Andreas Huggel 2004-12-05 04:14:12 +00:00
  • 4b86ee4583 Fixed ExifData::eraseThumbnail(). Bug #401 Andreas Huggel 2004-12-05 04:13:00 +00:00
  • 8d55819ff0 Minor doc fix Andreas Huggel 2004-12-05 04:09:20 +00:00
  • 9699555a67 Fix: Added default target for delete action Andreas Huggel 2004-12-05 04:08:49 +00:00
  • 690218f88d Added missing include Andreas Huggel 2004-12-05 04:07:37 +00:00
  • 2885c077df Added test-driver for MakerNoteFactory::match tests, moved expected output Andreas Huggel 2004-12-04 07:51:18 +00:00
  • 57a5b8c422 Undid changes from rev 421 (doesn't compile with g++), moved definitions of Exifdatum::op= to exif.cpp Andreas Huggel 2004-12-03 16:00:55 +00:00
  • 7e9d1f3d9e branch for working on insideout design changes brad 2004-12-03 06:24:15 +00:00
  • de111e8b8f fixed build break on msvc.net brad 2004-12-03 00:10:50 +00:00
  • c6025cdd2a added --strip-trailing-cr for running test cases on win32 brad 2004-12-03 00:10:17 +00:00
  • a03e5d724d minor msvc linker setting changes brad 2004-12-03 00:07:49 +00:00
  • ecde80633e added write-test to msvc build project brad 2004-12-03 00:05:35 +00:00
  • fdbfb5aa3c trivial comment change brad 2004-12-03 00:04:09 +00:00
  • 26b45e5fce Added addmoddel test driver and expected output Andreas Huggel 2004-11-29 15:01:30 +00:00
  • bd5b6d2ccc Added ExifData setJpegThumbnail and op[] and Exifdatum op=. With the operator stuff you can now do things like: exifData["Exif.Thumbnail.Compression"] = uint16_t(6); Andreas Huggel 2004-11-29 15:00:55 +00:00
  • d05e3c1644 Added check of the size of the Exif APP segment Andreas Huggel 2004-11-29 14:54:44 +00:00
  • db98114c3d Changed signature of IptcData::copy() to be consistent with ExifData::copy() Andreas Huggel 2004-11-27 15:15:57 +00:00
  • 7aa65b6499 Updated tests. Still needs work. Andreas Huggel 2004-11-24 12:33:22 +00:00
  • c4eca96836 Revamped Thumbnail classes to use the new data area feature. Implements feature #398. Andreas Huggel 2004-11-24 12:32:21 +00:00
  • 0bb13f2580 Removed obsolete include Andreas Huggel 2004-11-24 12:27:21 +00:00
  • 02bf2185da Minor bugfix (and minor re-formatting) Andreas Huggel 2004-11-24 12:26:31 +00:00
  • 1196e0aee3 Fixed Ifd::size() and Ifd::copy() to handle an empty IFD consistently. Andreas Huggel 2004-11-24 12:23:39 +00:00
  • 804fb602c5 Updated write-test.* Andreas Huggel 2004-11-21 09:37:54 +00:00
  • d2807c9dbf Expected output of write-test.sh, moved here from src Andreas Huggel 2004-11-21 08:10:31 +00:00
  • ab80032a42 Moved test drivers to ../test/ Andreas Huggel 2004-11-20 13:43:35 +00:00
  • 95bd3d8312 Updated input and output directories Andreas Huggel 2004-11-20 13:39:13 +00:00
  • 5e8980a445 Added test directory and some initial test data and scripts. Needs work. Andreas Huggel 2004-11-20 12:28:42 +00:00
  • 974d5e4637 Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395 Andreas Huggel 2004-11-14 16:33:04 +00:00
  • 770d1f6d20 fixed win32 build break in release mode brad 2004-11-13 22:14:09 +00:00
  • 6d3cb17189 right align output stream for date and time writes. bug #397 brad 2004-11-13 10:06:30 +00:00
  • 2ed876f615 Fixed ExifKey (and IptcKey) behaviour for unknown tag (record) names Andreas Huggel 2004-11-13 07:58:36 +00:00
  • d4fd3f85ab added GPL headers to source files brad 2004-11-13 01:07:09 +00:00
  • b90eec9a50 added exivsimple (win32 only dll) and write2-test projects to msvc build brad 2004-11-13 00:22:05 +00:00
  • 7dc90c89dd added mn.cpp to all msvc projects. fixes bug #396 brad 2004-11-13 00:20:30 +00:00
  • 9567798283 Fixed signed warning in debug only code brad 2004-11-13 00:15:08 +00:00
  • ce650d10c4 added subversion style keywords Andreas Huggel 2004-11-12 12:43:39 +00:00
  • c7a0391aa2 Added non-AsciiString values to IFD0 testcase Andreas Huggel 2004-11-12 11:20:41 +00:00
  • 77d3d5621a added subversion style keywords brad 2004-11-09 19:10:37 +00:00
  • 6307f4db9f Minor bugfix Andreas Huggel 2004-11-09 16:41:19 +00:00
  • d45a652f6e More Makefile tweaking Andreas Huggel 2004-11-09 16:37:46 +00:00
  • 44d57f0fca Tweaked Makefiles (mainly *clean targets) Andreas Huggel 2004-11-09 11:37:01 +00:00
  • 8bd62c7712 more keyword testing brad 2004-11-09 06:37:43 +00:00
  • db9d2aded1 Testing svn keywords brad 2004-11-09 06:34:09 +00:00
  • 5acb13b9ab adding back binaries brad 2004-11-04 21:39:38 +00:00
  • 1f42cd9bec recreating binary files brad 2004-11-04 21:37:45 +00:00
  • b496d640fc fixed svn properties on binary files brad 2004-11-04 21:31:28 +00:00
  • 49cf0a8ba0 Added development section Andreas Huggel 2004-10-31 08:41:01 +00:00
  • 7ee2b5a7a0 Updated according to website Andreas Huggel 2004-10-31 08:27:48 +00:00
  • 2e428d8a49 Updated doc Andreas Huggel 2004-10-31 05:17:47 +00:00
  • d7ac90c900 Property modification for LastChangedRevision Andreas Huggel 2004-10-30 14:39:02 +00:00
  • 675950a59f Experimenting with Revision keyword Andreas Huggel 2004-10-30 14:33:53 +00:00
  • c6c60f9eb6 Fixed typo, added Panasonic format and various references Andreas Huggel 2004-10-29 16:43:25 +00:00
  • 58f7d669dc open image files on demand rather than keeping them open: bug #393 brad 2004-10-29 06:30:59 +00:00
  • 134d57c220 fixed various msvc 7.1 build errors. bug #394 brad 2004-10-29 06:18:40 +00:00
  • 380333d87c removed unnecessary ahuggel branch brad 2004-10-28 19:04:21 +00:00
  • 67baf1f676 Updated Andreas Huggel 2004-10-24 06:26:24 +00:00
  • c051d8f997 Re-created with dot 1.14 Andreas Huggel 2004-10-24 06:23:24 +00:00
  • 5e50da630b Minor changes Andreas Huggel 2004-10-24 06:22:08 +00:00
  • aacda6ed66 Updated for doxygen 1.3.9.1 Andreas Huggel 2004-10-24 06:21:07 +00:00
  • b2fe6073c0 Minor changes Andreas Huggel 2004-10-17 14:21:53 +00:00
  • ab69a6be66 Minor doc fixes Andreas Huggel 2004-10-16 15:57:48 +00:00
  • 307f0480e8 Minor doc update Andreas Huggel 2004-10-16 06:51:33 +00:00
  • 44d0deac92 Converted Value hierarchy to use std::auto_ptr where appropriate Andreas Huggel 2004-10-16 06:43:40 +00:00
  • bf31f186e0 Minor changes Andreas Huggel 2004-10-16 06:42:55 +00:00
  • e20bffaec7 Converted Key hierarchy to use std::auto_ptr where appropriate Andreas Huggel 2004-10-16 04:43:21 +00:00
  • 4c85e400ae Minor fix Andreas Huggel 2004-10-16 04:37:20 +00:00
  • 8551c935f8 Changed MakerNote class hierarchy to use std::auto_ptr where appropriate Andreas Huggel 2004-10-14 16:42:57 +00:00
  • b2b9cfd599 Minor doc fix Andreas Huggel 2004-10-14 15:45:38 +00:00
  • f40fba88bf Added Image::AutoPtr and related updates Changed some local buffers to DataBuf Andreas Huggel 2004-10-12 16:23:08 +00:00
  • 61171b5857 Minor change Andreas Huggel 2004-10-03 16:34:41 +00:00
  • 2d86c949b9 Minor fixes in MakerNote headers Andreas Huggel 2004-10-03 16:29:53 +00:00
  • a599a35461 Minor fix Andreas Huggel 2004-10-03 16:29:25 +00:00
  • 41fbe55ebd Added metacopy and the ability to extract/insert different types of metadata Added option to print the Jpeg comment Changed semantics of print option i' to Iptc (t' for translated Exif data) Andreas Huggel 2004-10-03 16:28:59 +00:00
  • 79721d04e0 Move ExifKey to component tags, moved IptcKey to component datasets Andreas Huggel 2004-09-29 13:48:55 +00:00
  • 6034d99950 Added support for unknown Iptc keys Andreas Huggel 2004-09-21 16:06:50 +00:00
  • 25404d55e5 Minor changes Andreas Huggel 2004-09-21 15:57:55 +00:00
  • 9b6e62c552 Added support to build a MakerNote from scratch Andreas Huggel 2004-09-19 09:22:20 +00:00
  • 1efd83bf04 Minor cleanup Andreas Huggel 2004-09-18 16:28:15 +00:00
  • e88a307858 Improved and cleaned-up ExifKey implementation Andreas Huggel 2004-09-18 15:58:03 +00:00
  • a25763d070 Replaced custom integer types with C99 types Andreas Huggel 2004-09-15 13:14:52 +00:00
  • ff8f4c55ea This commit was manufactured by cvs2svn to create tag 'Exiv2-0_5_040913'. nobody 2004-09-12 15:51:11 +00:00
  • 3b897c448d Minor updates Andreas Huggel 2004-09-12 15:51:11 +00:00