Luis Díaz Más
d7f35e33f0
Remove useless static_casts
2022-03-25 08:43:37 +01:00
Luis Díaz Más
ae4df71233
Remove DataBuf::copyBytes and use std::copy instead
2022-03-23 17:17:29 +01:00
Luis Díaz Más
c5c315b6e7
Usage of EXIT_SUCCESS/FAILURE instead of hard-coded values
2022-03-23 16:55:18 +01:00
Luis Díaz Más
5b0418d136
Improve compare function: no need to count chars
2022-03-23 16:55:18 +01:00
Luis Díaz Más
b05573fadc
Remove most of the asserts from codebase
2022-03-23 16:55:18 +01:00
Luis Díaz Más
734b909721
Help for formatting enums & arrays with clang-format
2022-03-23 16:55:18 +01:00
Luis Díaz Más
1bf7f44f53
Rename variables for better readability
2022-03-23 16:55:18 +01:00
Luis Díaz Más
5ed9fb4120
Merge pull request #2155 from Exiv2/mainFixJp2_2
...
Fix in Jp2 metadata writing & improvements in reading (2)
2022-03-23 16:45:57 +01:00
Kevin Backhouse
8ffaaab84a
Merge pull request #2161 from kevinbackhouse/FixIssue2160
...
Use std::round() in float_to_integer_helper
2022-03-20 15:09:53 +00:00
Kevin Backhouse
ddc96bc38e
Add exclusion for issue_2160_poc.jpg
2022-03-19 18:26:00 +00:00
Kevin Backhouse
15328aaa9f
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45291
...
Use std::round() to handle fractions correctly.
2022-03-19 18:12:10 +00:00
Luis Díaz Más
1ad9e52f3c
Fix windows build
2022-03-18 15:07:45 +01:00
Luis Díaz Más
1545a1bc4a
JP2 - stronger checks on Signatuer and FileType boxes
2022-03-18 14:55:16 +01:00
Luis Díaz Más
2b9f6ccf6b
Adapt tests to changes in JP2
2022-03-18 14:44:25 +01:00
Luis Díaz Más
e7478f744d
Jp2Image: Implement more checks from JP2 standard + fix bug
...
- add debug info when parsing Signature box
- Move definitions & static stuff to anonymous namespace
- cleanup while studying code
- Make exceptions more similar to other formats
2022-03-18 14:37:07 +01:00
Luis Diaz
b48e8e9379
Add unit tests for Jp2Image revealing bugs (see #2147 )
2022-03-18 14:36:35 +01:00
Rosen Penev
5d5354edee
clang-tidy: C array to std::array conversions
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-18 13:19:45 +01:00
Luis Díaz Más
8a37d6a927
Merge pull request #2152 from Exiv2/mainClangFormat
...
clang-format whole project + new CI workflow for checking style
2022-03-18 08:34:15 +01:00
Dmitry Fedorov
98f982215e
Added JPEG-XR test file ( #1946 )
...
This file is in JPEG-XR format and contains IPTC, XMP, geotag and ICC profile metadata
2022-03-17 14:59:34 +01:00
Luis Díaz Más
9111801b3c
doc: add clang-format notes to CONTRIBUTING.md
2022-03-16 22:46:27 +01:00
Luis Díaz Más
30bf563f4d
Update .clang-format file & apply clang-format to whole project
2022-03-16 22:30:53 +01:00
Luis Díaz Más
0641a5f539
Add bash script to format whole project
2022-03-16 22:30:23 +01:00
Luis Díaz Más
c0aadda37e
Remove dead sample apps
2022-03-16 22:14:37 +01:00
Luis Díaz Más
f0e5ecdf98
CI: Add new workflow to check clang-format
2022-03-16 22:14:33 +01:00
Rosen Penev
b2b6d834ba
some std::array conversions ( #2148 )
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-15 10:17:06 +01:00
Luis Díaz Más
573c3c79fc
Merge pull request #2145 from Exiv2/mainSizeT_n
...
More migration to size_t
2022-03-14 21:42:43 +01:00
Jim Easterbrook
04ae6c2c4c
Add key name to "Value not set" error message ( #2149 )
...
The error typically occurs when writeMetadata() is called. It's easier
to find the problem if you know which datum hasn't had a value set.
2022-03-14 13:17:54 +01:00
Luis Diaz
4355d635d4
More conversions to size_t while removing static_casts
2022-03-14 11:55:10 +01:00
Luis Diaz
7576a2757b
More size_t for sizes
2022-03-14 11:50:42 +01:00
Luis Diaz
137ea080b5
Change Metadatum::size() return value from long to size_t
2022-03-14 11:47:15 +01:00
Luis Diaz
62aad98d0b
Change Metadatum::copy return value from long to size_t
2022-03-14 11:47:15 +01:00
Luis Díaz Más
173ebb2931
Merge pull request #2141 from Exiv2/mainErrorType
...
Improvements in the Error class
2022-03-14 10:52:44 +01:00
Luis Diaz
fa24fb22ca
Use compiler deduction guides for error list
2022-03-13 15:42:49 +01:00
Luis Diaz
8d6901c592
remove werror-test from README
2022-03-12 16:58:41 +01:00
Luis Diaz
bc7f08b3c4
Remove obsolete werror sample
2022-03-12 16:58:41 +01:00
Luis Diaz
65568b056e
Add unit tests for Error class
2022-03-12 16:58:41 +01:00
Luis Díaz Más
7119b7676f
remove templating & simplify error message
...
+ clang-format in Error files
+ Remove AnyError
2022-03-12 16:58:41 +01:00
Luis Díaz Más
96f7f2e4c5
Convert Exiv2::ErrorCode into an enum class
2022-03-12 16:58:40 +01:00
Luis Díaz Más
5d08bb9bec
Merge pull request #2146 from Exiv2/mainDatesWithZeros
...
DateValue is now a bit more permissive with malformed dates
2022-03-12 16:56:11 +01:00
Luis Díaz Más
c115d4daf7
Merge pull request #2131 from Exiv2/mainCleanups
...
Include what you use + more SPDX identifiers + few other cleanups
2022-03-11 21:02:45 +01:00
Luis Diaz
56c52be8b5
DateValue is now a bit more permissive with malformed dates
2022-03-11 19:57:55 +01:00
Miloš Komarčević
7aae68e34e
Update CI actions ( #2143 )
2022-03-11 15:46:43 +01:00
Luis Díaz Más
5c36c690f9
Merge pull request #2137 from Exiv2/mainRecoverRecordId
...
Recover IptDataSets::recordId in the API
2022-03-10 17:35:59 +01:00
Luis Díaz Más
a009ac1f61
Merge pull request #2135 from neheb/1
...
manual nullptr removals
2022-03-10 17:29:09 +01:00
Miloš Komarčević
1e2b9daf3f
Merge pull request #2133 from Exiv2/fix_2126_xml_term
...
Strip XMP raw packet before decoding
2022-03-10 13:16:40 +01:00
Luis Diaz
c1ae1bcb03
Recover IptDataSets::recordId in the API
2022-03-10 09:05:49 +01:00
Rosen Penev
8dadcdf72a
manual nullptr removals
...
unique_ptr has a bool overload. It's also easier to reason about.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-09 17:12:29 -08:00
Rosen Penev
784cbe2965
manual move conversions
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-09 17:12:24 -08:00
Miloš Komarčević
134c4767b1
Update tests after XMP stripping
2022-03-09 18:03:03 +01:00
Miloš Komarčević
eb49d66caf
Strip XMP raw packet before decoding
2022-03-09 17:43:20 +01:00