Robin Mills
|
ce14714815
|
Issue: #878. Thanks to Neils for the patch.
|
13 years ago |
Andreas Huggel
|
0d397b95c7
|
Updated copyright message for 2012.
|
13 years ago |
Andreas Huggel
|
7770151915
|
Updated Copyright message for 2011.
|
15 years ago |
Andreas Huggel
|
cfb5ad2bca
|
Fixed two and silenced several other compiler warnings.
|
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
|
4c5def39cf
|
Changed default type for IFDs to asciiString and use it in ExifKey::defaultTypeId().
|
15 years ago |
Andreas Huggel
|
8d199d2be5
|
Added known counts for binary arrays, added default type for each tag list and count for binary arrays in the end-of-list marker.
|
15 years ago |
Andreas Huggel
|
0da6e6f47d
|
Added count patch by Matthias Baas. Adds a count field to the Exif tag reference data.
|
15 years ago |
Andreas Huggel
|
248cfb33c5
|
#719: Removed standard Exif tag definitions and pretty-print functions from the API. Fixed warnings in the code for Float and Double values (added for #711).
|
15 years ago |
Andreas Huggel
|
2462355867
|
#719: Removed Olympus makernote class and pretty-print functions from the published interface.
|
15 years ago |
Robin Mills
|
0bbac46524
|
Added cast to resolve MSVC build breaker. DevStudio has been set to treat warnings as errors.
|
15 years ago |
Andreas Huggel
|
839012f037
|
Olympus makernote updates (Greg Mansfield)
|
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 |
HumanDynamo
|
9db15a3437
|
fix email
|
15 years ago |
Andreas Huggel
|
6d496a4888
|
Updated Copyright notice for 2010.
|
15 years ago |
Andreas Huggel
|
8a6d9dbc42
|
Updated Copyright notice for 2009.
|
17 years ago |
Andreas Huggel
|
2f958d8a56
|
Added support for Olympus FE and Raw Info subdirs and tags.
|
17 years ago |
Andreas Huggel
|
5f5d9adfa3
|
Fixed typos, updated po files (Oliver Doerr).
|
17 years ago |
Andreas Huggel
|
7efd36d244
|
Removed trailing whitespace.
|
17 years ago |
Andreas Huggel
|
686acd035a
|
Added OlympusRd2, OlympusIp and OlypmusFi tags.
|
17 years ago |
Andreas Huggel
|
ea2e24362d
|
Added new Olympus tag tables to doc and fixed several typos.
|
17 years ago |
Andreas Huggel
|
897d758713
|
Added Olympus equipment and raw development tags.
|
17 years ago |
Andreas Huggel
|
6eb8b15f59
|
Added Olympus 2 raw development, raw development 2, image processing and focus info sub-directories.
|
17 years ago |
Andreas Huggel
|
a1912c2feb
|
Added Olympus 2 equipment makernote sub-directory.
|
17 years ago |
Andreas Huggel
|
9f791e6ac6
|
Updated Olympus Camera Settings tags.
|
17 years ago |
Andreas Huggel
|
832038523e
|
Added Olympus ThumbnailImage tag.
|
17 years ago |
Andreas Huggel
|
7216dae83d
|
Added subIFD olympcs to Olympus2 makernote and ifdIds, tags. Still incomplete.
|
17 years ago |
Andreas Huggel
|
0d55992e2f
|
Merged unstable branch to trunk.
|
17 years ago |
Andreas Huggel
|
b268b86799
|
Fixed several potential crashes.
|
17 years ago |
Andreas Huggel
|
061dd230ce
|
#550: Removed MakerTagInfo registry, improved Ifd-info lookup table.
|
17 years ago |
Andreas Huggel
|
3ac665a305
|
Added 2008 to Copyright notice.
|
18 years ago |
Andreas Huggel
|
52ddfc5938
|
Minor cleanup (memset -> std::memset, memcpy -> std::memcpy).
|
18 years ago |
Andreas Huggel
|
da6266da3b
|
Copyright updates for 2007
|
19 years ago |
Andreas Huggel
|
0723a62899
|
Removed trailing whitespace
|
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
|
9daaaa3f6d
|
Fixed compiler warnings
|
19 years ago |
Andreas Huggel
|
920da80d70
|
Minor AutoPtr related cleanup
|
19 years ago |
Andreas Huggel
|
50f458aabd
|
Some cleanup and simplification
|
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
|
489fff191d
|
Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup.
|
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
|
02dee1b329
|
Added tag and dataset title (label)
|
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
|
9831922b50
|
Added Panasonic makernote, tweaked Olympus makernote just a little bit, updated doc and tests
|
20 years ago |
Andreas Huggel
|
0da34a9587
|
Updated Olympus makernote, added a preliminary "tag translator"
|
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
|
90a707fa2e
|
Fixed bugs found on MinGW and with MSVC. iotest still misteriously fails.
|
20 years ago |
Andreas Huggel
|
3fe885dcf8
|
Undid change 551:550, i.e., removed experimental read support of Olympus datadump makernote tags
|
20 years ago |