875 Commits (39ad73f947a6ce35519a3a686f86f98173a808ef)
 

Author SHA1 Message Date
Andreas Huggel 39ad73f947 Bumped version to 0.11 19 years ago
Andreas Huggel 9e854535a9 Simplified parser logic with regards to quotes around values of modify commands. Fixes bug #485. 19 years ago
Andreas Huggel 8977ddea69 Added Fuji FinePixColor (makernote tag 0x1210) tag details (Robert Peter) 19 years ago
HumanDynamo e141f97876 New SIGMA lens ID reported by Nicolas Vilars 19 years ago
Andreas Huggel fe53eff160 Found workaround for MSVC 7.1 bug 19 years ago
Andreas Huggel cb8cb3cdfd Canon Camera Settings update (David Cannings) 19 years ago
Andreas Huggel e3740e7246 Changed Nikon makernotes to use EXV_PRINT_TAG 19 years ago
Andreas Huggel 4698490b8d Fixed typos, added copy example 19 years ago
Andreas Huggel 367faecf0c Changed exiv2 del command to delete all occurences of a tag (Toff) 19 years ago
HumanDynamo e9af62c483 New Minolta lens ID. Thanks to Jim Westveer for this report. 19 years ago
Andreas Huggel b5d052b2f5 Added Canon Panorama patch, Canon test images, and minor updates (David Cannings) 19 years ago
HumanDynamo 598940340d Minolta makernotes update
- Fix duplicate tags.
- Fix decoding values (Exiftool).
19 years ago
Andreas Huggel 8caffa8eb4 Changed assertion to test when reading IPTC IRBs. Some images seem to have empty IPTC IRBs. Fixes bug #483. 19 years ago
Andreas Huggel 6a2ec40b76 Fixed typo introduced in rev. 850, needed for the tests to pass with MSVC 2005 19 years ago
Andreas Huggel a869aff639 Updated Nikon lens info to v2.02 of Robert Rottmerhusen's lens database 19 years ago
Andreas Huggel f8f9917dd9 Added support for Canon Picture Info tags (David Cannings) 19 years ago
Andreas Huggel 65d6486a75 Updated doxygen configuration file (and enabled search engine) and a minor doc fix 19 years ago
Andreas Huggel 609dbe60d3 Workaround for 64 bit long values (David Cannings) 19 years ago
Andreas Huggel 6af67226b2 Renamed CanonCs1,2 groups to CanonCs and CanonSi respectively (David Cannings) 19 years ago
Andreas Huggel e10eed1fb1 Updated CanonCs1 and CanonCs2 tags according to ExifTool (David) 19 years ago
Andreas Huggel 8326caedf6 Minor fixes 19 years ago
Andreas Huggel 5c79d7c3fb Added TagDetailBitmask type and print function, changed Canon tags to use it (David) 19 years ago
Andreas Huggel 1d6a869c1c More checks and sanity tests. Improves fix for bug #482. 19 years ago
Andreas Huggel 781983a96a Prevent overflow in addition. Fixes bug #482 19 years ago
Andreas Huggel 7afb76c263 Changed Canon makernote to use EXV_PRINT_TAG. Fixed duplicate Cs1 FocusMode bug 19 years ago
Andreas Huggel b6fcaa210a Updated Fujifilm makernote to use EXV_PRINT_TAG 19 years ago
Andreas Huggel d53a778b2b Fixed MSVC 2005 issues (except for exiv2com) and minor problems. All tests pass now on MSVC 2005. Fixes bug #455 19 years ago
Andreas Huggel 5334865c42 Added largeiptc-test MSVC project 19 years ago
Andreas Huggel 7043310936 Fixed tests and changed "No Flash" to "No flash" 19 years ago
Andreas Huggel 900adcd5a8 Added check for JPEG APP segments >64k, removed 16bit size limitation for IRBs. Fixes bug #480. 19 years ago
HumanDynamo 8db4ded68c fix typo 19 years ago
HumanDynamo 04c59fe5f4 Exif tags description update accordinly to ExifTool doc 19 years ago
HumanDynamo 02b9117b2e update Exif tag MeteringMode accordinly with ExifTool descriptions 19 years ago
HumanDynamo 52f64fb8a1 if exif resolution units tags is set 1, return "none" 19 years ago
Andreas Huggel d0c68f2b94 Minor change 19 years ago
Andreas Huggel d3d2d4c023 Added boundary check for next IFD to Ifd::read, fixes bug #479. 19 years ago
Andreas Huggel 2b12dfea4c Updated Cr2Image to use mmap 19 years ago
Andreas Huggel 5a5fcf8503 Added workaround for mmap/munmap for platforms which do not have these (MinGW and MSVC), converted CrwImage to use mmap too. 19 years ago
Andreas Huggel ebe5bb0a27 Added experimental mmap support to improve read performance for TIFF and PNG images, barely tested and only on Linux 19 years ago
Andreas Huggel 3902c1d092 Cleaned-up TIFF dependencies 19 years ago
Andreas Huggel fe512e1470 TiffParser can now be parametrized with a decoder. Added Cr2Image which uses this to filter not applicable IFD0 tags. 19 years ago
Andreas Huggel 28f1dbe8b4 Removed -ansi option which caused problems with iotest on MinGW 19 years ago
Andreas Huggel 9eaafe84a2 Enabled additional compiler warnings and more strict checks for standard C++ 19 years ago
Andreas Huggel 66e78f694d Fixed copy c'tor properly 19 years ago
Andreas Huggel 9daaaa3f6d Fixed compiler warnings 19 years ago
HumanDynamo 6584b7a7c4 disable PNG debug flags 19 years ago
Andreas Huggel 64c218210d Added configure switches for zlib, --without-zlib does not compile PNG support. 19 years ago
Andreas Huggel 26d65a34b1 More build environment cleanup 19 years ago
Andreas Huggel 9ee84c5133 Fixed previous revision. Added check for libm. 19 years ago
Andreas Huggel 5c9535595a Extended autoconf tests to check for zlib header file, preparations for conditional compilation of zlib dependent code 19 years ago