Rosen Penev
|
743da1a564
|
clang-tidy: use C++ casting
Found with google-readability-casting
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
cdbee3c26c
|
clang-tidy: init in member initializer
Found with cppcoreguidelines-prefer-member-initializer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
b8712188bb
|
clang-tidy: use auto
Found with modernize-use-auto
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Kevin Backhouse
|
8388223deb
|
Check that the string is properly terminated.
|
4 years ago |
Kevin Backhouse
|
e8422732af
|
Fix LGTM warning about format specifier
https://lgtm.com/projects/g/Exiv2/exiv2/rev/pr-6633ad1cc6e6c36bffd6655165c299c53e934b22
|
4 years ago |
Kevin Backhouse
|
e97a9ff88a
|
Fix signed/unsigned compiler warning.
|
4 years ago |
Kevin Backhouse
|
27e349e063
|
Fix signed/unsigned compiler warning.
|
4 years ago |
Kevin Backhouse
|
285e7a4e72
|
Fix out-of-bounds read in bmffimage.cpp
|
4 years ago |
Luis Díaz Más
|
f85f7f717a
|
Replace many of the iterators types with auto
|
4 years ago |
Luis Díaz Más
|
01a3bc716d
|
Fix warnings in VS
|
4 years ago |
Luis Díaz Más
|
0a1bf46a1c
|
revert changes that are affecting to VS
|
4 years ago |
Luis Díaz Más
|
de4d43d4d1
|
Fix warnings EXIV2_TEAM_EXTRA_WARNINGS
Most of the warnings fixed were:
- Hiding of local variables
- Hiding of globals
- Useless casts
- Conversions between float/double
|
4 years ago |
Robin Mills
|
206a2c495c
|
fix_enableBMFF_v1
|
4 years ago |
Luis Díaz Más
|
0bbaa6eff3
|
cpp: Replace auto_ptr by unique_ptr
|
4 years ago |
Robin Mills
|
aef9cf76f7
|
fix_1503_JXL_bmff
|
4 years ago |
Robin Mills
|
49cfe45323
|
Merge pull request #1513 from Exiv2/fix_1508_enableBMFF
Fix 1508 enable bmff
|
4 years ago |
Robin Mills
|
9da2aed5d2
|
Use the documented 5 line prolog in every sample application. Tidy up sample prologs and header code.
|
4 years ago |
Robin Mills
|
190106ca78
|
fix_1507_avif_size0x0
|
4 years ago |
Miloš Komarčević
|
f95d97a0bf
|
Add mif1 brand to heif mime type
|
4 years ago |
Miloš Komarčević
|
fcb3066950
|
Include a few more BMFF major brands
|
4 years ago |
Miloš Komarčević
|
e3c78623f7
|
Include HEIC type explicitly
|
4 years ago |
clanmills
|
212f1b5ebb
|
Following review by @piponazo, I am clarifying the bool return from Exiv2::enableBMFF().
|
4 years ago |
clanmills
|
e3fd0c633e
|
Thank You @piponazo for the code review. I've made the changes you requested.
|
4 years ago |
clanmills
|
2f2dd7d56c
|
Fix ICC profile handling (my bad, iOS files are correct).
|
4 years ago |
clanmills
|
0ad46453ed
|
With good fortune, bmffimage is ready for review.
|
4 years ago |
clanmills
|
ee4d14340a
|
Fix box.length == to use bigEndian decode! Fix toAscii() to emit on ascii 32-127 bytes.
|
4 years ago |
Robin Mills
|
71d29fe60b
|
Fix MSVC build breaker and modify test_pr_1475_HIF.py to run on Windows.
|
4 years ago |
clanmills
|
55d2201892
|
Changed CI build default -DEXIV2_ENABLE_BMFF=On. Fixed suite to run with/without bmff. -pS and -pR same for bmff.
|
4 years ago |
Robin Mills
|
c84274ec19
|
Cosmetic change to -pR/-pS output.
|
4 years ago |
Robin Mills
|
fd9cb67fb7
|
WIP: adding BmffImage::printStructure() and support for colr box.
|
4 years ago |
Robin Mills
|
4ca05ed34a
|
Fix .CR3 files to call parseXmp().
|
4 years ago |
Robin Mills
|
ea1c91874f
|
Added parseXmp() to parse Xmp metadata.
|
4 years ago |
Robin Mills
|
44d976c2a1
|
Remove bmffimage::printStructure() as discussed in review with @hassec. Corpse removal and cleanup in bmpfimage.hpp
|
4 years ago |
Robin Mills
|
5c77888037
|
Revised following code review by @hassec. Thank You, Christoph.
|
4 years ago |
Peter Kovář
|
4d3af08ad8
|
Add CR3 image dimensions
|
4 years ago |
Robin Mills
|
4ae0a1d2a3
|
Tidy up. Rename Tag::cr3_exif -> Tag:cmt2
|
4 years ago |
Robin Mills
|
9515e4658b
|
Cleanup. 1. Recursively process uuid/cano box. 2. Fix LGTM/CI sprintf grumbles. 3. Comment parseTiff() in bmffimage.hpp.
|
4 years ago |
Robin Mills
|
913ee33372
|
Parse Exif in .HEIC/.AVIF
|
4 years ago |
Peter Kovář
|
108670b309
|
Corrected format string
|
4 years ago |
Christoph Hasse
|
28b41f59bd
|
run clang-format on new files
|
4 years ago |
Christoph Hasse
|
29f3d5cac9
|
introduce parseTiff method to parse exif
|
4 years ago |
Robin Mills
|
f190f496d1
|
Tidying up. 1. pixelHeight_. 2. refactored indenter() -> indent(). 3. EXIV2_DEBUG_MESSAGES outputs to std::cerr
|
4 years ago |
Robin Mills
|
4a96025294
|
Fixed recursion issue in the meta box.
|
4 years ago |
Peter Kovář
|
bafea0f1b8
|
[WIP] Fixed Image Spatial Extents Property Handling
|
4 years ago |
Robin Mills
|
8d7133d7bc
|
WIP: Added class Iloc and related code.
|
4 years ago |
Robin Mills
|
8976a23f2d
|
More fixes for LGTM/CI warnings.
|
4 years ago |
Robin Mills
|
64866cc568
|
Fixing warnings from LGTM/CI.
|
4 years ago |
Robin Mills
|
0b4b7c695e
|
Fix msvc/CI build breakers.
|
4 years ago |
Robin Mills
|
630fb23046
|
Fixing a build breaker.
|
4 years ago |
Robin Mills
|
6d13e44e5a
|
WIP: Refactored readMetadata() into recursive boxHandler()
|
4 years ago |