Commit Graph

221 Commits

Author SHA1 Message Date
Andreas Huggel
4cb74a42e5 * Replaced too simple prefix with a more general concept of a makernote header.
* Code and documentation cleanup.
2004-05-24 02:32:25 +00:00
Andreas Huggel
cbb317bc12 * Replaced too simple prefix with a more general concept of a makernote header.
* Added "FOVEON" and "*" to registry.
* Code and documentation cleanup.
2004-05-24 02:30:09 +00:00
Andreas Huggel
63883fa21f Code and documentation cleanup 2004-05-24 02:23:25 +00:00
Andreas Huggel
83b6279643 Updated for the new int score return value of match() 2004-05-24 02:21:55 +00:00
Andreas Huggel
29f2e78ce3 * Replaced too simple prefix with a more general concept of a makernote header.
* Fixed match() to prefer an exact match over a wildcard match with the same
  number of matching characters (Key "Nikon" now prefers registry entry "Nikon"
  over "Nikon*"), simplified the return value of match() to an int score value.
* Added DEBUG_REGISTRY debug output.
* Code and documentation cleanup.
2004-05-24 02:18:47 +00:00
Andreas Huggel
0c14d79ad1 clone() of concrete a value returns a pointer to the actual type (relaxed return value) 2004-05-24 01:48:07 +00:00
Andreas Huggel
1566a43a55 Bugfix: Used delete[] in DataBuf::alloc() 2004-05-17 07:36:06 +00:00
Andreas Huggel
809d76dfb6 Changed default sort order (on the first click) to ascending 2004-05-16 15:07:46 +00:00
Andreas Huggel
0de786b863 Less rigid command line argument parsing: try to guess the action from the option given and use print as the default action 2004-05-15 16:08:24 +00:00
Andreas Huggel
d7bb6cd791 Added debug output (Todo: remove this before the next release!) 2004-05-14 11:05:49 +00:00
Andreas Huggel
6db15cb8e8 Version updated to 0.4-pre1 2004-05-13 16:17:37 +00:00
Andreas Huggel
d134d4a2b1 -1 +1 2004-05-13 16:15:38 +00:00
Andreas Huggel
cc827d59a8 Added len argument and boundary checks to various read functions 2004-05-13 16:14:16 +00:00
Andreas Huggel
41dc298854 Slightly improved error handling 2004-05-13 16:13:29 +00:00
Andreas Huggel
59edeff2d8 Added len argument and boundary checks to various read functions and slightly improved error handling 2004-05-13 16:12:12 +00:00
Andreas Huggel
c9685ac2d6 Minor doc fixes 2004-05-13 10:43:55 +00:00
Andreas Huggel
6165ad0d9b Added getting-started page 2004-05-13 06:09:15 +00:00
Andreas Huggel
40cddc0302 Added index and getting-started pages 2004-05-13 06:07:26 +00:00
Andreas Huggel
2e44908f16 Minor doc change 2004-05-13 03:33:55 +00:00
Andreas Huggel
b775363dd2 Fixed a typo 2004-05-13 03:00:14 +00:00
Andreas Huggel
74baf6f813 Added example exifcomment 2004-05-13 03:00:07 +00:00
nobody
0b2e574181 This commit was manufactured by cvs2svn to create tag
'Exiv2-0_3_040510'.
2004-05-10 13:51:00 +00:00
Andreas Huggel
bd52165d9c Added Todo 2004-05-10 13:51:00 +00:00
Andreas Huggel
de088502bf Added install-sh and mkinstalldirs 2004-05-10 13:20:04 +00:00
Andreas Huggel
d6bd8aedee Added install-sh and mkinstalldirs, cleanup 2004-05-10 13:19:47 +00:00
Andreas Huggel
ce3794f4cb Added install-lib 2004-05-10 13:16:44 +00:00
Andreas Huggel
2313c6ad74 Added exifcomment sample program 2004-05-10 13:16:19 +00:00
Andreas Huggel
1d58c468d6 Fixed (un)install(-lib) targets, added exifcomment sample program 2004-05-10 13:16:06 +00:00
Andreas Huggel
90d217f173 Improved consistency of stderr and stdout output 2004-05-10 13:15:13 +00:00
Andreas Huggel
22366ada23 Changed user comment print function to truncate trailing 0s 2004-05-10 13:12:18 +00:00
Andreas Huggel
bb111fb147 Changed %Exif to Exif in doc (we can do that now because of the change of namespace name 2004-05-10 07:52:56 +00:00
Andreas Huggel
d7f059d547 Changed namespace Exif to Exiv2 2004-05-10 07:43:16 +00:00
Andreas Huggel
d8ea9b2e2a Minor change 2004-05-10 07:42:42 +00:00
Andreas Huggel
53eb17ca5e Updated according to the webpage 2004-05-08 10:41:28 +00:00
Andreas Huggel
14b124e15f Updated according to webpage 2004-05-08 10:19:59 +00:00
Andreas Huggel
4ccdbd7866 Added README.make 2004-05-08 09:28:18 +00:00
Andreas Huggel
da121463ca Minor changes 2004-05-08 09:27:26 +00:00
Andreas Huggel
2ace941183 Upgraded to 1.3.6 2004-05-08 09:26:58 +00:00
Andreas Huggel
cbb1c15810 Changed namespace name Exif to Exiv2 2004-05-08 09:25:17 +00:00
Andreas Huggel
df9d78e172 Added title 2004-05-08 09:24:30 +00:00
Andreas Huggel
89aea87b01 Added functions to compute the greatest common denominator: gcd, lgcd 2004-05-08 07:01:48 +00:00
Andreas Huggel
b614abf06f Fixed exposure bias print function (uses gcd now) 2004-05-08 07:00:59 +00:00
Andreas Huggel
54a0d72ddf Doc added 2004-05-08 07:00:01 +00:00
Andreas Huggel
e1eec3e135 Minor change 2004-05-08 06:58:59 +00:00
Andreas Huggel
83fa163ff4 Minor (cnsistency) fixes 2004-05-08 06:58:36 +00:00
Andreas Huggel
0b24a0ad29 makernote:
Added MakerNote::offset()
Fixed IfdMakerNote::copy() for IfdMakerNote with a prefix
Various doc fixes

ifd:
Fixed Ifd::erase(pos) to return an iterator
Added Ifd::dataOffset()
Various doc fixes

exif:
Added Thumbnail::offset()
Fixed ExifData::eraseThumbnail()
Fixed ExifData::erase(pos) to return an iterator
2004-05-07 05:09:57 +00:00
Andreas Huggel
1f943f45d2 Minor fixes for better consistency 2004-05-07 04:44:08 +00:00
Andreas Huggel
15fa808e05 Removed exiftest 2004-05-06 03:21:20 +00:00
Andreas Huggel
1594420448 Various updates 2004-05-06 03:14:45 +00:00
Andreas Huggel
226fafe3f6 Implemented Filesize (finally) 2004-04-30 09:12:14 +00:00