Commit Graph

5470 Commits

Author SHA1 Message Date
Andreas Huggel
a8166f1dc2 Updated Nikon Lens lookup table to v4.3.424.01 of Robert Rottmerhusen's fmountlens list. 2011-10-10 10:14:42 +00:00
Andreas Huggel
64511c266e Added support for Nikon3 AF Fine Tune array. (Frans van den Bergh) 2011-10-06 01:48:29 +00:00
vog
9fa8c893b1 #790: Added workaround for EPS files generated by CorelDRAW 2011-10-04 13:14:05 +00:00
Andreas Huggel
2299730d12 Tagged release 0.22 2011-09-18 10:05:22 +00:00
Andreas Huggel
a77ff857b8 Updated po/ directory, fixed warning. 2011-09-18 10:03:49 +00:00
Andreas Huggel
42420bcf90 Update. 2011-09-18 09:57:35 +00:00
Andreas Huggel
b53f555103 Tweaks. 2011-09-18 09:35:35 +00:00
Andreas Huggel
77510684a3 Added explicit casts; fixes MSVC 64bit compilation. 2011-09-17 08:22:57 +00:00
Andreas Huggel
3a8561fcf3 Updated Samsung makernote, part 1. 2011-09-12 15:54:13 +00:00
Andreas Huggel
3a808e8d66 Updated README. 2011-09-08 14:48:37 +00:00
Andreas Huggel
71724c849b Updated version for msvc64 build to 0.22. 2011-09-08 14:48:16 +00:00
Andreas Huggel
b24ed3c742 Tweaks. 2011-09-08 14:32:13 +00:00
Andreas Huggel
72830acd14 Added EPS to the list of supported formats in the manpage. 2011-09-08 14:31:32 +00:00
Andreas Huggel
2e1edc8d56 Removed obsolete #include. 2011-09-08 13:33:02 +00:00
Andreas Huggel
352794e4eb #708: Improved documentation and guarantee in case of failure. 2011-09-08 04:54:09 +00:00
Andreas Huggel
32e0ade243 #708: Implemented charset conversions with native Windows functions if iconv is not available. 2011-09-07 13:58:17 +00:00
Andreas Huggel
389ea5fc27 Updated test results for corrected MeasuredEV value, tweaks. 2011-09-04 08:29:21 +00:00
Andreas Huggel
da6d7ffe17 Round the Exif.CanonSi.MeasuredEV properly. 2011-09-04 08:10:32 +00:00
Andreas Huggel
366217134c Minor test beautifications. 2011-09-04 08:09:23 +00:00
Robin Mills
a1ba0611f7 Setting eol-style LF for test scripts (native is CR-LF on Windows and Cygwin hates that). 2011-09-03 16:41:09 +00:00
vog
50699a8884 drop support for UTF-16/32 encoded XMP in EPS files, which is unrealistic anyway 2011-09-03 16:19:47 +00:00
Andreas Huggel
ca142e17b3 Added Exif.OlympusEq.LensModel to the Exiv2::lensName() easy-access function. (Niels Kristian Bech Jensen) 2011-09-03 15:02:19 +00:00
vog
84ec018c48 fixed indentation 2011-09-03 13:12:43 +00:00
Andreas Huggel
d428a3f10e Another tweak to make older MSVCs happy. 2011-09-03 11:50:59 +00:00
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). 2011-09-02 15:28:52 +00:00
Andreas Huggel
6dd85c6a6b Fixed tests and results for (my installation of) MSYS/MinGW. 2011-09-02 15:26:46 +00:00
Andreas Huggel
c9d97e6c00 Another more or less minor fix. 2011-09-02 14:47:54 +00:00
Andreas Huggel
b796adfa83 Minor fix. 2011-09-02 10:02:54 +00:00
Andreas Huggel
05aa740573 Updated ChangeLog, added two MSVC 7.1 related changes which break binary compatibility with 0.21.1 2011-09-02 09:02:17 +00:00
Andreas Huggel
833c030cf9 Removed static keyword from objects in anonymous namespace. 2011-09-02 08:24:23 +00:00
Robin Mills
15991b2124 msvc64: runner.txt updated to include versionNumberHexString() output from command exiv2 -V 2011-09-01 11:52:53 +00:00
Andreas Huggel
e4475fb453 Casts added to make 64bit MSVC compiler happy. 2011-09-01 07:58:45 +00:00
Andreas Huggel
c0ab235779 Updated ChangeLog for 0.22. 2011-08-31 14:04:52 +00:00
Andreas Huggel
e56387caba Updated version to 0.22. 2011-08-29 10:02:33 +00:00
Andreas Huggel
681009e7ff Updated Nikon Lens lookup table to v4.3.423.01 of Robert Rottmerhusen's fmountlens list. 2011-08-29 09:02:06 +00:00
Andreas Huggel
50a0f33ca0 Updated po/ directory. 2011-08-29 08:51:36 +00:00
vog
71f74c1a33 #689: Added support for nested EPS documents 2011-08-25 04:13:37 +00:00
vog
53e30a1c44 bugfix in contrib/createEpsTestfiles 2011-08-25 04:13:27 +00:00
vog
45b729bc70 Improved one of the native preview warning messages 2011-08-25 04:13:22 +00:00
vog
15716e3d4a Added helper script for preparing EPS testcases 2011-08-25 04:13:17 +00:00
vog
0b9894b100 Removed unneeded code in EpsImage 2011-08-25 04:13:14 +00:00
vog
a4c1d3f5b5 Changed version number in EPS files to the fixed length hex version number, to simplify testing DOS EPS files 2011-08-22 21:57:00 +00:00
vog
2ae0bcf7b8 Added version hex number to the output of "exiv2 -V" 2011-08-22 21:56:49 +00:00
vog
dd3c11274f Added new function Exiv2::versionNumberHexString() 2011-08-22 21:56:41 +00:00
vog
058f1ea221 Added support for Illustrator previews (%AI7_Thumbnail) in EPS files, decoded to *.pnm 2011-08-17 21:10:53 +00:00
Andreas Huggel
731c60fb65 Added testcase for "migration of an XMP namespace". 2011-08-15 15:27:41 +00:00
Andreas Huggel
eeaa1744c5 Added testcase for "migration of an XMP namespace". 2011-08-15 15:26:45 +00:00
Andreas Huggel
ea075b9a3c #785: Exif 2.3 tags, part 2. (Jens Mueller) 2011-08-06 08:46:14 +00:00
Andreas Huggel
42287bc331 #781: Added Exif 2.3 and DNG 1.2/1.3 tags. (Jens Mueller) 2011-08-02 10:10:11 +00:00
Andreas Huggel
b3aad7a569 #782: Added Tamron 18-270mm lens to Canon makernote. (Jens Mueller) 2011-08-02 10:09:58 +00:00