Robin Mills
|
32af620713
|
#1153 Fix submitted. Thank You, Tim for reporting this and providing test data.
|
10 years ago |
Robin Mills
|
77ae982cd4
|
#1145. Thank You, Michael for providing the test files. I will extract the metadata from your files and add it to the test suite after you have tested this code.
|
10 years ago |
Robin Mills
|
3af7088e4e
|
#1145. Correction to r4149 to fix msvc build-breaker.
|
10 years ago |
Robin Mills
|
f0901bea3c
|
#1145. Added resolveLensTypeUsingExiftool(). This code is not in service for reasons mentioned in the code.
|
10 years ago |
Robin Mills
|
8805b0eb40
|
#1145. Fix submitted.
I haven't submitted a change to the test suite at this time, however I'll do that when I resolve #1143.
|
10 years ago |
nkbj
|
d1035b4b76
|
Update various lists to match ExifTool version 9.96.
|
10 years ago |
nkbj
|
9d4c133c38
|
Update Minolta lens list to match ExifTool version 9.95.
|
10 years ago |
Andreas Huggel
|
fd80993ab0
|
Updated copyright notice.
|
10 years ago |
Robin Mills
|
333128352d
|
#833. Thanks to Torsten and Pascal. Change Minolta 65535 (-1) to "Manual lens" from "E-Mount, T-Mount, Other Lens or No Lens"
|
10 years ago |
nkbj
|
9d0c451a63
|
Fix Sony/Minolta lens name.
|
10 years ago |
nkbj
|
985d727511
|
Update Canon camera list and Minolta lens list to match ExifTool version 9.93.
|
10 years ago |
nkbj
|
581c1b3145
|
Update lens lists to match ExifTool version 9.90.
|
10 years ago |
nkbj
|
408e42d165
|
Update the Minolta lens list to match ExifTool version 9.89.
|
10 years ago |
nkbj
|
62c8aaebe1
|
Update various lists to match ExifTool version 9.80.
|
11 years ago |
nkbj
|
bc2f417420
|
Update lens lists to match ExifTool version 9.75.
|
11 years ago |
nkbj
|
ac5892f2c6
|
Update lens lists to match ExifTool version 9.74.
|
11 years ago |
nkbj
|
3b0d0d5945
|
Update camera and lens lists til match ExifTool version 9.71.
|
11 years ago |
Mahesh
|
200c65a380
|
Coverity scan fixes CID : 982002 through 982054 (all ostream related)
|
11 years ago |
nkbj
|
29f0a72272
|
Update lens lists to match ExifTool version 9.50.
|
12 years ago |
nkbj
|
2c9c7da919
|
Update lens lists to match ExifTool version 9.47.
|
12 years ago |
nkbj
|
383e1d735e
|
Fix issues #942 and #943: Lens name consistency fixes. Thanks to Torsten Bronger for the reports.
|
12 years ago |
nkbj
|
dd182af8ec
|
Another lens name consistency fix.
|
12 years ago |
nkbj
|
dd15b43f0c
|
Update lens lists to match ExifTool version 9.42.
|
12 years ago |
nkbj
|
563f1c907d
|
Update camera and lens lists to match ExifTool version 9.38.
|
12 years ago |
Robin Mills
|
4e530fbce0
|
Bumping the copyright notice again. (re-doing 3089 without breaking the build!)
|
12 years ago |
Robin Mills
|
a297d2b69e
|
Rollback 3089 - somehow it's broken the build!
|
12 years ago |
Robin Mills
|
da1ed8c536
|
Bumping the copyright notice in src &samples from 2012 to 2013
|
12 years ago |
nkbj
|
95a5e5777d
|
Update Sony/Minolta lens list to match ExifTool version 9.32.
|
12 years ago |
HumanDynamo
|
8345624792
|
new Sigma lens detected on Sony Alpha camera
|
12 years ago |
nkbj
|
9e9604ce61
|
Update lens names to match ExifTool version 9.29.
|
12 years ago |
nkbj
|
6d1b4d83c9
|
Update Minolta/Sony lens list to match ExifTool version 9.24.
|
12 years ago |
nkbj
|
1581b56c0f
|
Update Minolta/Sony lens list to match ExifTool version 9.24.
|
12 years ago |
Abhinav Badola
|
f00b9ead31
|
Updated Minolta/Sony MakerNotes with new Lens ID, as found missing when compared with the LensID list of exiftool.
|
12 years ago |
nkbj
|
d6b762cc00
|
Simplify description of manual lenses on Sony/Minolta cameras.
|
13 years ago |
Robin Mills
|
9814fcabad
|
Issue: #868. Thank you Michal for the patch.
|
13 years ago |
Andreas Huggel
|
0d397b95c7
|
Updated copyright message for 2012.
|
13 years ago |
Andreas Huggel
|
6bfd267f63
|
#807: Fixed typo. (Mark Purcell)
|
14 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
|
f82a203410
|
#719: Removed Minolta makernote class and pretty-print functions from the published interface.
|
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
|
482cd93977
|
Reverted some Exif keys changed recently back to the original names, updated easy-access functions to include recently added Sony and Minolta tags.
|
15 years ago |
HumanDynamo
|
e5f3f2ff88
|
polish
|
15 years ago |
HumanDynamo
|
0925802be7
|
new tag zone matching mode
|
15 years ago |
HumanDynamo
|
f63e326c16
|
fix duplicate tags name
|
15 years ago |