Andreas Huggel
|
554905ca6c
|
Nikon makernote updates, part 1
|
17 years ago |
Andreas Huggel
|
f8a0d9bca6
|
Minor doc changes.
|
17 years ago |
Andreas Huggel
|
7959e4698e
|
Added Nikon decryption algorithm and use it to decode the lens.
|
17 years ago |
Andreas Huggel
|
c5ebed2d9b
|
#523: Added GCC symbol visibility support.
|
17 years ago |
Andreas Huggel
|
0d55992e2f
|
Merged unstable branch to trunk.
|
17 years ago |
Andreas Huggel
|
3ac665a305
|
Added 2008 to Copyright notice.
|
18 years ago |
Andreas Huggel
|
da6266da3b
|
Copyright updates for 2007
|
19 years ago |
Andreas Huggel
|
04126e8bb8
|
Merged revisions 907:999 from gettext branch into trunk
|
19 years ago |
Andreas Huggel
|
3ff1bf4e13
|
Added methods to access built-in read-only taglists (Max Lapshin)
|
19 years ago |
Andreas Huggel
|
e3740e7246
|
Changed Nikon makernotes to use EXV_PRINT_TAG
|
19 years ago |
Andreas Huggel
|
99b4e71459
|
Updated copyright and fsf address
|
20 years ago |
Andreas Huggel
|
06e5c0719e
|
Removed trailing whitespace from source files
|
20 years ago |
Andreas Huggel
|
b7cab6cafd
|
Updated Nikon lensdata to v1.15 of Robert Rottmerhusen's list
|
20 years ago |
Andreas Huggel
|
f76193eb5f
|
Updated Nikon3 lens database. Removed decrypt stub - that's not going to happen so soon unfortunately (see comment)
|
20 years ago |
Andreas Huggel
|
387729de1a
|
Added decoding of Exif.Nikon3.LensData, updated tests
|
20 years ago |
Andreas Huggel
|
a70511cc4a
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
Andreas Huggel
|
c99597ccd7
|
Added basic Sony makernote, decoded Exif.CanonCs2.ISOSpeed (from Exiftool) and Exif.Nikon3.LensFStops (from Robert Rottmerhusen)
|
20 years ago |
Andreas Huggel
|
54a42fc1f7
|
Generalized and cleaned-up makernote handling
|
21 years ago |
Andreas Huggel
|
8521dead83
|
Added 2005 to Copyright lines
|
21 years ago |
Andreas Huggel
|
8221293072
|
Completed ExifData assignment operator and copy constructor, added related code and tests. Fixes bug #417
|
21 years ago |
Andreas Huggel
|
452e6924f6
|
Updated Nikon3 tags. Tried to make the embedded thumbnail available, but that needs a bit more work (makernote can currently not have more than one IFD id).
|
21 years ago |
brad
|
77d3d5621a
|
added subversion style keywords
|
21 years ago |
Andreas Huggel
|
4c85e400ae
|
Minor fix
|
21 years ago |
Andreas Huggel
|
8551c935f8
|
Changed MakerNote class hierarchy to use std::auto_ptr where appropriate
|
21 years ago |
Andreas Huggel
|
e88a307858
|
Improved and cleaned-up ExifKey implementation
|
21 years ago |
Andreas Huggel
|
a25763d070
|
Replaced custom integer types with C99 types
|
21 years ago |
Andreas Huggel
|
0147a77c7b
|
Added Key, ExifKey and IptcKey class hierarchy
Changed Exif keys to 'Exif.ifdItem.tagName'
|
21 years ago |
Andreas Huggel
|
9d72b7d1ec
|
Revamped image and introduced byte* interface (Brad, bs_1.patch with minor modifications by ahu)
|
21 years ago |
Andreas Huggel
|
cb6b2e197d
|
Added Nikon3 print function for ISO setting
|
21 years ago |
Andreas Huggel
|
f98f131244
|
Added the makernote buffer to the arguments passed to the create function. This allows the makernote create function to determine the exact makernote needed based on its
content. The new concept is used to automatically determine which of the three Nikon makernotes to create.
|
21 years ago |