Andreas Huggel
|
b8155f9289
|
#819: Changed PentaxId to PentaxDngId and some formatting tweaks.
|
13 years ago |
Andreas Huggel
|
274fd49790
|
#819: Applied Pentax DNG makernote patch from Jonathan Kollasch.
|
13 years ago |
Andreas Huggel
|
0d397b95c7
|
Updated copyright message for 2012.
|
13 years ago |
Andreas Huggel
|
6233fa6930
|
#810: Added sanity-checks for the minimum size of IFD makernotes before parsing.
|
14 years ago |
Andreas Huggel
|
7770151915
|
Updated Copyright message for 2011.
|
15 years ago |
Andreas Huggel
|
3d172ef6f8
|
#736: Fix for Make starting with a dash.
|
15 years ago |
Andreas Huggel
|
5f5d089b00
|
#726: Added support for Samsung2 makernote. (Pretty-print and easy-access functions not done yet.)
|
15 years ago |
Andreas Huggel
|
717d789c8e
|
#721: Renamed ifdItem to groupName and big internal clean-up: consolidated groups and IfdIds.
|
15 years ago |
Andreas Huggel
|
06ce0d18b6
|
- Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp)
- Changed Sony/Minolta pretty-print function to print EV value
- Renamed rcsid.hpp to rcsid_int.hpp, do not publish it anymore
|
15 years ago |
Andreas Huggel
|
5d24e744c2
|
Backed out revisions 2221:2219 and most of change 2216.
|
15 years ago |
Andreas Huggel
|
03057632f5
|
Backed out revisions 2210:2208.
|
15 years ago |
Andreas Huggel
|
74137b432f
|
Nit-picking fixes and enhancements.
|
15 years ago |
Andreas Huggel
|
0d3e65fe6b
|
Added support for Nikon File Info, Auto Focus 2, Multi Exposure and Flash Info binary arrays. (Jens Mueller)
|
15 years ago |
HumanDynamo
|
bd4791c57a
|
use right header file to compile under Mingw32
|
15 years ago |
Andreas Huggel
|
dc6c8086da
|
Fixed compilation with MSVC (Patch by Jens Mueller)
|
15 years ago |
Andreas Huggel
|
395b5b3a6a
|
#611: Support for SonySR2 private data and encrypted sub-IFD, part 1, still experimental and incomplete.
|
15 years ago |
Andreas Huggel
|
ffc3fd8ab9
|
#611: Completed Sony[12] Camera Settings complex array.
|
15 years ago |
Andreas Huggel
|
6d496a4888
|
Updated Copyright notice for 2010.
|
15 years ago |
Andreas Huggel
|
763b4f7933
|
Removed trailing whitespace.
|
16 years ago |
Andreas Huggel
|
53e442d0e6
|
#620: Added support for Nikon Shot Info tags.
|
16 years ago |
Andreas Huggel
|
370af5c8a3
|
Merged all changes from the unstable branch into the trunk.
|
16 years ago |
Andreas Huggel
|
f1db95c52f
|
#656: Replaced assertions with a proper test.
|
16 years ago |
Andreas Huggel
|
1c2dd764f8
|
#636: Do not change makernote byte order unless requested. By default, use the same byte order as that of the image (for new makernote metadata). Right now, the only makernote that has its own byte order is Nikon3. Also added missing padding to IPTC binary data for Exif.Image.IPTCNAA.
|
16 years ago |
Andreas Huggel
|
8a6d9dbc42
|
Updated Copyright notice for 2009.
|
17 years ago |
Andreas Huggel
|
86814157c5
|
Catch unknown makernotes before reading the IFD (digikam bug 174620).
|
17 years ago |
Andreas Huggel
|
177bd4ffde
|
Added synthesized tag Exif.MakerNote.ByteOrder.
|
17 years ago |
Andreas Huggel
|
d3a17f004b
|
Added synthesized info tag Exif.MakerNote.Offset.
|
17 years ago |
Andreas Huggel
|
27d9c0487f
|
Added type tiffIfd, made decoding of OlympusCs tags work.
|
17 years ago |
Andreas Huggel
|
ee0b991695
|
Added Olympus2 makernote support, incomplete (Vladimir Nadvornik).
|
17 years ago |
Andreas Huggel
|
33c7159091
|
#570: Changed make string to recognize Fujifilm makernotes from FUJIFILM to FUJI.
|
17 years ago |
Andreas Huggel
|
c088f6bc3e
|
Renamed makernote2 files and TiffHeade2 class.
|
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
|
91c4dafbf9
|
Fixed compiler issues (gcc-4.3, msvc 7.1)
|
18 years ago |
Andreas Huggel
|
da6266da3b
|
Copyright updates for 2007
|
19 years ago |
Andreas Huggel
|
02ace626ce
|
Fixed ExifData::op= to update IFD pointers of Nikon3 and Fujifilm makernotes correctly. This solves the issues recreated with exiv2iface-test of #496.
|
19 years ago |
Andreas Huggel
|
9daaaa3f6d
|
Fixed compiler warnings
|
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
|
5823ceaff3
|
Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424.
|
20 years ago |
Andreas Huggel
|
043a4a348b
|
Added #ifndef SUPPRESS_WARNINGS blocks around all output from the library: compile with -DSUPPRESS_WARNINGS for a quiet library
|
20 years ago |
Andreas Huggel
|
9c20ef1edb
|
Fixed memory leaks found by Valgrind
|
20 years ago |
Andreas Huggel
|
b1e0189fa2
|
Relaxed checking of Makernote IFD next pointer. Print only a warning if the next pointer is not 0. Fixes bug #431
|
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
|
6a675f3d82
|
Added support for Canon Camera settings 1/2 and Custom Functions tags
|
21 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
|
2a0149184a
|
Fixes and cosmetic changes; all tests now pass again, finally!
|
21 years ago |
Andreas Huggel
|
8221293072
|
Completed ExifData assignment operator and copy constructor, added related code and tests. Fixes bug #417
|
21 years ago |