Commit Graph

7692 Commits

Author SHA1 Message Date
Peter Kovář
3ed67d3229
Update README.md
Add BMFF support build option
2021-02-25 18:53:58 +01:00
Peter Kovář
4d3af08ad8 Add CR3 image dimensions 2021-02-25 18:42:34 +01:00
Robin Mills
4ae0a1d2a3 Tidy up. Rename Tag::cr3_exif -> Tag:cmt2 2021-02-25 15:25:09 +00:00
Robin Mills
9515e4658b Cleanup. 1. Recursively process uuid/cano box. 2. Fix LGTM/CI sprintf grumbles. 3. Comment parseTiff() in bmffimage.hpp. 2021-02-25 14:47:20 +00:00
Robin Mills
913ee33372 Parse Exif in .HEIC/.AVIF 2021-02-25 12:28:50 +00:00
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
Robin Mills
c6de72fc30
Merge pull request #1476 from Exiv2/fix_1471_sony2010_0.27
Fix 1471 sony2010 0.27
2021-02-19 19:37:41 +00:00
Robin Mills
c3f12c026c
Merge pull request #1477 from Exiv2/testsuite_maintenance
Fixing exiv2-test.sh message when test/tmp is empty.
2021-02-19 19:37:00 +00:00
clanmills
894248c430 Fixing exiv2-test.sh message when test/tmp is empty. 2021-02-19 16:16:35 +00:00
Robin Mills
d455f473e8 C++ simplification. 2021-02-19 00:44:05 +00:00
Robin Mills
e03c66a9ff Change test suite timeout. 2021-02-18 16:24:01 +00:00
Robin Mills
84c309a3f5 Test suite update. 2021-02-18 16:23:44 +00:00
Robin Mills
7beb4e3e0d fix_1471_sony2010_0.27 2021-02-18 16:23:28 +00: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
Robin Mills
443944d1de
Merge pull request #1469 from Exiv2/fix_1464_sony2010e
Fix 1464 sony2010e (0.27->maintenance)
2021-02-11 11:41:15 +00:00
clanmills
c6a076ae54 Fix python test breaker 2021-02-11 09:52:57 +00:00
Robin Mills
dd6922e3da fix_1464_sony2010e test script 2021-02-10 20:13:55 +00:00
Robin Mills
ec6af286a6 fix_1464_sony2010e Add test file and test script 2021-02-10 20:13:36 +00:00
Robin Mills
c40eccd062 fix_1464_sony2010e Fix c++ code 2021-02-10 20:13:05 +00:00
Robin Mills
7d2edb5328
Merge pull request #1461 from Exiv2/rfind
Use a.rfind(b, 0) == 0 instead of a.find(b) == 0 to reduce processing…
2021-01-27 12:36:29 +00:00
Peter Kovář
c608148820 [WIP] Added box types 2021-01-27 12:41:15 +01:00
Ingo Weyrich
a6a47346a8 Use a.rfind(b, 0) == 0 instead of a.find(b) == 0 to reduce processing time when checking that a starts wit b, #1459 2021-01-26 18:41:30 +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