Commit Graph

7073 Commits

Author SHA1 Message Date
Robin Mills
4ff8fcdb5d Updating .gitignore. 2021-02-25 12:27:43 +00:00
Peter Kovář
108670b309 Corrected format string 2021-02-25 11:18:51 +01:00
Christoph Hasse
28b41f59bd run clang-format on new files 2021-02-25 10:42:38 +01:00
Christoph Hasse
29f3d5cac9 introduce parseTiff method to parse exif 2021-02-25 10:38:26 +01:00
Robin Mills
f190f496d1 Tidying up. 1. pixelHeight_. 2. refactored indenter() -> indent(). 3. EXIV2_DEBUG_MESSAGES outputs to std::cerr 2021-02-25 05:50:54 +00:00
Robin Mills
4a96025294 Fixed recursion issue in the meta box. 2021-02-24 22:33:49 +00:00
Peter Kovář
bafea0f1b8 [WIP] Fixed Image Spatial Extents Property Handling 2021-02-24 21:08:53 +01:00
Robin Mills
8d7133d7bc WIP: Added class Iloc and related code. 2021-02-24 19:11:55 +00:00
Robin Mills
8976a23f2d More fixes for LGTM/CI warnings. 2021-02-24 13:44:31 +00:00
Robin Mills
64866cc568 Fixing warnings from LGTM/CI. 2021-02-24 13:11:42 +00:00
Robin Mills
1b47e1e8f6 Fix linux/CI build breaker. 2021-02-24 12:15:21 +00:00
Robin Mills
0b4b7c695e Fix msvc/CI build breakers. 2021-02-24 11:56:39 +00:00
Robin Mills
ea968149f2 Fix linux/CI build breaker. 2021-02-24 11:55:59 +00:00
Robin Mills
630fb23046 Fixing a build breaker. 2021-02-23 20:57:41 +00:00
Robin Mills
6d13e44e5a WIP: Refactored readMetadata() into recursive boxHandler() 2021-02-23 20:05:18 +00:00
Peter Kovář
0360a7ded5 [WIP] Yet another type cast correction to make Travis CI happy 2021-02-22 11:50:32 +01:00
Peter Kovář
a75ac74417 [WIP] Correction to make Travis CI happy 2021-02-22 11:27:16 +01:00
Peter Kovář
04481dd753 [WIP] 64-bit length 2021-02-22 11:01:34 +01:00
Peter Kovář
4fa0a88097 [WIP] Correction
https://ci.appveyor.com/project/piponazo/exiv2-wutfp/builds/37795261/job/23l6a0u0wt6ax79l
2021-02-16 13:35:32 +01:00
Peter Kovář
81e0f99254 [WIP] Another try 2021-02-16 12:11:11 +01:00
Peter Kovář
7b5854e26e [WIP] Redefine tags 2021-02-16 11:47:15 +01:00
Peter Kovář
f0a321dedb [WIP] Base Media File Format 2021-02-16 10:10:00 +01:00
Peter Kovář
c608148820 [WIP] Added box types 2021-01-27 12:41:15 +01:00
Robin Mills
2104665faf Modified ci/install.sh to install cmake before dependencies.
Reason: clang/ubuntu fails saying "Package cmake is not available, but is referred to by another package.".
2021-01-26 16:39:23 +00:00
Peter Kovář
e19fca6640 Small corrections 2021-01-26 16:00:00 +01:00
Robin Mills
f5c6e7595f Fix Linux build-breaker when ENABLE_ISOBMFF=False and EXIV2_TEAM_WARNINGS_AS_ERRORS=On 2021-01-25 20:38:43 +00:00
Robin Mills
fa39234275 Fixing Linux build/test issues. 2021-01-25 16:54:28 +00:00
Robin Mills
0844e1bbfb Rename class ISOBMFF => class bmffImage to match other image handlers. Removed C++11 style code. Removed unused code. 2021-01-25 16:15:55 +00:00
Robin Mills
460a802671 Fix image handler to give jp2image code higher priority than the next isobmff code. 2021-01-24 22:20:42 +00:00
Peter Kovář
92469f4c27 [WIP] Add ISO/IEC Base Media File Format 2021-01-24 15:09:57 +01:00
Robin Mills
aa43be4782
Merge pull request #1456 from czgnp/0.27-maintenance
Update canonmn_int.cpp
2021-01-18 21:40:49 +00:00
czgnp
5ca778b580
and the test files 2021-01-18 17:00:30 +00:00
czgnp
b1c4f82e8f
and a test case for Python 2021-01-18 16:57:17 +00:00
czgnp
ddd326fc18
Update canonmn_int.cpp
Added Sigma 35mm/1.4 to lens id 368 and changed resolver to look at both focal length and aperture. Fixed canonEv so lenses with f/6.3 report as f/6.3 (they actually report f/6.2 to camera)
2021-01-18 16:18:19 +00:00
Robin Mills
57bdd27990
Merge pull request #1453 from hassec/nikon_shuttermode
Add shutter mode and mechanical shutter count to nikon makernote 3
2021-01-15 16:44:55 +00:00
Christoph Hasse
056359d89b fix formatting 2021-01-15 16:25:13 +01:00
Christoph Hasse
93869e1311 use EXV_PRINT_TAG macro instead of specific print function 2021-01-15 16:23:32 +01:00
Christoph Hasse
f3f79235ab include test of shutter mode and mech shutter count in lensdata 8 test 2021-01-15 15:57:36 +01:00
Christoph Hasse
51bd57e387 add shutter mode and mechanical shutter count to nikon makernote 3 2021-01-15 15:24:45 +01:00
Robin Mills
9a89cc92c5
Merge pull request #1452 from Exiv2/fix_mingw_ninja_build
Fix MinGW build for Ninja generator
2021-01-14 18:43:16 +00:00
Miloš Komarčević
8d06265470 Fix MinGW build for Ninja generator 2021-01-14 15:44:26 +01:00
Robin Mills
b7a2142966
Merge pull request #1451 from Exiv2/add_cr_tags
Add cr3 tags
2021-01-14 00:03:40 +00:00
Robin Mills
0889b4518f Fixing test suite. I've explained the changes in a note in the PR. 2021-01-13 18:56:26 +00:00
Alex Esseling
cf9be2cc3b fixing exceptions and reordering tags 2021-01-12 23:06:55 +01:00
Alex Esseling
ff2ffb1909 add_cr3_tags 2021-01-12 20:55:29 +01:00
Miloš Komarčević
19decc1193
Merge pull request #1436 from Exiv2/dng_1.6
Add DNG 1.6 support
2021-01-06 20:38:37 +01:00
Robin Mills
e60710d925 Enhanced documentation formatting. 2021-01-06 16:05:00 +00:00
Miloš Komarčević
dbf2c1c52d Add DNG 1.6 test 2021-01-06 11:24:01 +01:00
Robin Mills
f87f5d7e73
Merge pull request #1444 from cygwin-lem/pr_fix-typos_0.27
samples/xmpprint.cpp: Fix typos
2020-12-28 14:11:28 +00:00
Robin Mills
208038d1ad
Merge pull request #1442 from Exiv2/test_PR1437
Test pr1437
2020-12-28 14:04:42 +00:00