Commit Graph

1234 Commits

Author SHA1 Message Date
Andreas Huggel
f78081fb21 Added include timegm.h 2004-07-09 04:01:52 +00:00
Andreas Huggel
4822e4f97d Deleted include sys/wait.h and WIFEXITED, WEXITSTATUS macros 2004-07-09 04:01:26 +00:00
Andreas Huggel
eba6b82386 Added timegm() from the tz distribution and preparations for conditional compilation (requires configure script) 2004-07-07 15:41:54 +00:00
Andreas Huggel
efe5b524ca Bugfix: Use timegm() and gmtime() instead of mktime() and localtime() to
avoid problems with DST.
2004-07-06 14:38:40 +00:00
nobody
c79d0ba668 This commit was manufactured by cvs2svn to create tag
'Exiv2-0_4_040703'.
2004-07-03 07:02:44 +00:00
Andreas Huggel
754541ee0b Test output 2004-07-03 07:02:44 +00:00
Andreas Huggel
0e40ee4d3a Minor change 2004-07-03 07:01:32 +00:00
Andreas Huggel
ba2770426f Bugfix: added missing break 2004-07-03 06:46:23 +00:00
Andreas Huggel
48cd8eba96 Updated for Exiv2 0.4 2004-07-03 03:53:03 +00:00
Andreas Huggel
0086581e62 Include top_srcdir and removed /usr/local/include 2004-06-30 05:42:05 +00:00
Andreas Huggel
ed5f936479 Removed what is currently not used, or most of it 2004-06-30 05:41:25 +00:00
Andreas Huggel
9c5588c9dd Use PACKAGE_STRING from config.h for version 2004-06-30 05:39:23 +00:00
Andreas Huggel
834c533e20 Renamed MSVC specific getopt.h to getopt_win32.h 2004-06-30 05:38:54 +00:00
Andreas Huggel
0a4c074c60 Added write2-test.cpp 2004-06-27 06:50:25 +00:00
Andreas Huggel
d76e52f7a3 Minor changes 2004-06-27 06:48:16 +00:00
Andreas Huggel
aab016adfe Added testcases 2004-06-27 05:25:22 +00:00
Andreas Huggel
3887ec7071 Added getopt files for MSVC 2004-06-27 05:06:54 +00:00
Andreas Huggel
d3ee3bdc9a Really fixed ExifData::copyFromMetadata to automatically add missing offset tags 2004-06-27 04:54:49 +00:00
Andreas Huggel
9b13751417 Minor changes 2004-06-27 04:53:12 +00:00
Andreas Huggel
367fa3626f Changed log(2) to log(2.0) 2004-06-27 04:52:49 +00:00
Andreas Huggel
2f97314d5b Updated 2004-06-20 06:30:24 +00:00
Andreas Huggel
31ef48f05d minor change 2004-06-20 06:29:40 +00:00
Andreas Huggel
3156f53a25 Delete Exif section from the file when writing an empty ExifData 2004-06-20 06:29:14 +00:00
Andreas Huggel
e1c21fe098 Added ChangeLog 2004-06-20 03:54:04 +00:00
Andreas Huggel
e07684201f minor change 2004-06-19 14:39:54 +00:00
Andreas Huggel
8f445fa016 * Fixed MSVC errors and warnings (Steve, sking_5.patch)
* Fixed ExifData::copyFromMetadata to automatically add missing offset tags
* Fixed an embarassing bug in ExifData::updateEntries, which caused write
  after erasing metadata to write back the original metadata.
2004-06-19 11:31:34 +00:00
Andreas Huggel
b69c40e671 Fixed MSVC errors and warnings (Steve, sking_5.patch) 2004-06-19 11:22:17 +00:00
Andreas Huggel
abc73c4cb1 Fixed offset adjustment in IfdMakernote::copy 2004-06-19 11:18:49 +00:00
Andreas Huggel
102d1a9ba4 Fixed MSVC errors and warnings (Steve, sking_5.patch)
Replaced exp2f(x) with exp(log(2) * x)
2004-06-19 11:17:17 +00:00
Andreas Huggel
a351936427 minor change 2004-06-19 06:49:42 +00:00
Andreas Huggel
78c0f78954 Fixed wrong parenthesis in cast 2004-06-19 06:49:19 +00:00
Andreas Huggel
b921d51d1b Attempt for a fix for copyFromMetadata. Not complete. 2004-06-10 16:18:18 +00:00
Andreas Huggel
8cf1ede430 Minor changes 2004-06-10 16:17:41 +00:00
Andreas Huggel
dd7b63d3ba Fixed MSVC errors and warnings (Steve, sking_4.patch) 2004-06-10 15:54:55 +00:00
Andreas Huggel
34d27c8b0c Fixed MSVC errors and warnings (Steve, sking_3.patch with minor changes) 2004-06-04 02:36:39 +00:00
Andreas Huggel
bb7a34bc1e Fixed MSVC errors and warnings (Steve, sking_2_mod_2.patch) 2004-06-02 05:37:27 +00:00
Andreas Huggel
ddb874fd43 Minor changes 2004-06-02 05:15:49 +00:00
Andreas Huggel
5c43555856 Corrected IFD entry in debug output 2004-06-02 05:15:38 +00:00
Andreas Huggel
45f950a7da (un)install targets should only (un)install exiv2 2004-06-02 03:13:26 +00:00
Andreas Huggel
6fff2c0c34 Minor doc change 2004-06-02 03:12:37 +00:00
Andreas Huggel
452616c780 Print Nikon makernote values for ISO Speed, Quality and WhiteBalance 2004-06-02 02:51:04 +00:00
Andreas Huggel
cb6b2e197d Added Nikon3 print function for ISO setting 2004-06-02 02:49:07 +00:00
Andreas Huggel
8b22804c22 Improved HTML output 2004-06-01 11:23:10 +00:00
Andreas Huggel
f3fae727e3 Improved HTML output 2004-06-01 11:19:25 +00:00
Andreas Huggel
4cbecc7a47 Fixed MSVC errors and warnings (Steve, sking_2.patch, parts thereof) 2004-06-01 11:13:18 +00:00
Andreas Huggel
3478419f13 Removed unnecessary dynamic_casts 2004-06-01 11:10:58 +00:00
Andreas Huggel
6852f76c79 Fixed MSVC errors and warnings (Steve, sking_1.patch, only types.cpp) 2004-05-31 17:21:02 +00:00
Andreas Huggel
f5f0384369 Added ifd-test 2004-05-31 16:45:31 +00:00
Andreas Huggel
afe338162b Improved handling of corrupt IFDs: Truncate field if offset points outside of the buffer 2004-05-31 16:45:23 +00:00
Andreas Huggel
85a1b363a2 Fixed TypeInfoTable to return invalid if typeId is too large 2004-05-31 16:42:56 +00:00