Andreas Huggel
|
75dbd25eea
|
Applied Canon makernote patch by Greg Mansfield, updated tests.
|
15 years ago |
Andreas Huggel
|
02e181eca7
|
Added patch for MeasuredEV in CanonSi (Axel Waggershauser) and several checks for the size of a tag value.
|
15 years ago |
Andreas Huggel
|
f03af22ccd
|
#683: Fixed -r conversions for weekday and day of year.
|
16 years ago |
Andreas Huggel
|
6d1da85d63
|
#666: Bugfix, updated test results.
|
16 years ago |
Andreas Huggel
|
e43a11f7b2
|
#662: Code tweak and updated expected test results.
|
16 years ago |
Andreas Huggel
|
942d217e89
|
#662: Fixes by Leo Sutic. Added carriage return to the special characters.
|
16 years ago |
Andreas Huggel
|
d3068c8c69
|
#662: Updated expected test results.
|
16 years ago |
Andreas Huggel
|
e722584757
|
#651: Added TimeZoneOffset (0x882a) and 33 other missing TIFF/EP tags.
|
16 years ago |
Andreas Huggel
|
370af5c8a3
|
Merged all changes from the unstable branch into the trunk.
|
16 years ago |
Andreas Huggel
|
f3c5ef1ed2
|
533: Applied patch 8_handle_extended_Photoshop_IRBs (Michael Ulbrich, Volker Grabsch)
|
16 years ago |
Andreas Huggel
|
3b4f5b8c35
|
#494: Added Exif.Canon.FocalLength (Artis Rozentals).
|
17 years ago |
Andreas Huggel
|
222a065346
|
Updated Panasonic makernote, added unit to exposure bias pretty-print function.
|
17 years ago |
Andreas Huggel
|
7b6652a910
|
Added ExifData pointer to Metadatum::write et al, added CanonCs.LensType and pretty-print function, changed exiv2 tool to use the new methods to print interpreted values (which allows it to refer to other metadata).
|
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
|
db07bdac59
|
Updated test results for the binary Exif.Photo.Makernote tag added in Rev. 1612.
|
17 years ago |
Andreas Huggel
|
cbb52db524
|
Updated test results, renamed Nikon3Preview group to NikonPreview.
|
17 years ago |
Andreas Huggel
|
65feff805c
|
Forgot updated test results.
|
17 years ago |
Andreas Huggel
|
916729c248
|
Added regression tests for #528 and #554.
|
17 years ago |
Andreas Huggel
|
088319f266
|
Validated bugfixes-test script results.
|
17 years ago |
Andreas Huggel
|
d82edd326a
|
Updated test data.
|
18 years ago |
Andreas Huggel
|
1b1df1e649
|
Reinstated unrelated error message.
|
18 years ago |
Andreas Huggel
|
8b466fc79b
|
Updated testcases for new printVersion pretty-print function.
|
18 years ago |
Andreas Huggel
|
9df66ae09e
|
#521: Reduced size limit for Exif tags.
|
18 years ago |
Andreas Huggel
|
724f413349
|
Applied Canon ModelId patch (Gerry Patterson), updated tests.
|
18 years ago |
Andreas Huggel
|
687f9d9432
|
Added test for the type of the entries to decide if non-intrusive writing is possible. Fixes bug #452.
|
19 years ago |
Andreas Huggel
|
2c82879afe
|
Added second attempt to parse an IPTC field into a string value, if parsing the actual type fails. Fixes bug #501.
|
19 years ago |
Andreas Huggel
|
9d0a7b0610
|
Implemented conversion function to display Windows tags 0x9c9b-0x9c9f. Added configure magic to find iconv. Fixes bug #460.
|
19 years ago |
Andreas Huggel
|
f381cb6966
|
Do not write TIFF header to JPEG images if the Exif data is empty. Fixes bug #498.
|
19 years ago |
Andreas Huggel
|
592ca5c711
|
Improved loading of JPEG data in case of problems. Existing Exif data is not modified until the new IFD0 is read successfully. Improved ExifData::clear()
|
19 years ago |
Andreas Huggel
|
b90529f9f9
|
Added testcase for bug #495, fixed a few SVN mime-type properties
|
19 years ago |
Andreas Huggel
|
3484fcd43f
|
Fixed bugfixes-test for changes introduced in rev. 894 and 943
|
19 years ago |
Andreas Huggel
|
cb8cb3cdfd
|
Canon Camera Settings update (David Cannings)
|
19 years ago |
Andreas Huggel
|
6af67226b2
|
Renamed CanonCs1,2 groups to CanonCs and CanonSi respectively (David Cannings)
|
19 years ago |
Andreas Huggel
|
7afb76c263
|
Changed Canon makernote to use EXV_PRINT_TAG. Fixed duplicate Cs1 FocusMode bug
|
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
|
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 |
Andreas Huggel
|
d3d2d4c023
|
Added boundary check for next IFD to Ifd::read, fixes bug #479.
|
19 years ago |
Andreas Huggel
|
7b75f9782f
|
Updated tag values for "Compression" and "PhotometricInterpretation" (Gilles Caulier)
|
19 years ago |
Andreas Huggel
|
0c88b8c5f7
|
Updated tests for changed Canon descriptionn (related to Rev. 698)
|
20 years ago |
Andreas Huggel
|
a2b8c3f327
|
Added testcase and warning for bug #451
|
20 years ago |
Andreas Huggel
|
fc11d18013
|
Make sure the str argument to sscanf() is a 0 terminated C-string. Fixes Bug #447.
|
20 years ago |
Andreas Huggel
|
0398735e80
|
Changed class Entry to transform comment type on the fly. Fixes bug #445.
|
20 years ago |
Andreas Huggel
|
fc93a620ee
|
Improved bugfix regression test script
|
20 years ago |