Robin Mills
10661d6370
Fix `$ $` typo. Well spotted, @kmilos.
4 years ago
Robin Mills
f3393f8308
Fixes following review.
4 years ago
Miloš Komarčević
23c5100f98
Improve config file platform test
4 years ago
Robin Mills
e32d3fccad
Fixes following review.
4 years ago
Robin Mills
82371c4d09
Adding version_test.py.
4 years ago
Robin Mills
56939796a0
Restored test lensTest. Minimized differences between main/README.md and 0.27-maintenance/README.md.
4 years ago
Miloš Komarčević
82adcb1f86
Do not use exact string match for errno output
4 years ago
Miloš Komarčević
4d44f9cfee
Forward CI changes
4 years ago
Robin Mills
122fb95eb3
Updating documentation to respect ctest.
4 years ago
Kevin Backhouse
29cc981180
Merge pull request #2028 from kevinbackhouse/FixIssue2027
...
Use memmove in TiffEncoder::updateDirEntry
4 years ago
Robin Mills
13a2cf336d
fix_1416_iptc_DateCreated ( #1547 )
...
* fix_1416_iptc_DateCreated
* Fix unit tests
* DateValue:read 2nd iteration on pre-condition
* test with ISO_8601 date format
* Use std::regex for ISO 8601 basic & extended date formats
* Use std::regex for ISO 8601 basic & extended time formats
* Add more tests & notes for DateValue & TimeValue
* Comment tests using local calendar times
* DateValue::write also adds padding to year field
Co-authored-by: Luis Díaz Más <piponazo@gmail.com>
4 years ago
Kevin Backhouse
e34eacc467
Use memmove, rather than memcpy, because memory regions might overlap.
4 years ago
Kevin Backhouse
4aa701f47f
PoC image file for https://github.com/Exiv2/exiv2/issues/2027
4 years ago
Miloš Komarčević
fd8447129c
Add more DNG 1.6 tags ( #2023 )
...
* Add more DNG 1.6 tags
* Update CinemaDNG, add more spec links
4 years ago
Luis Díaz Más
1b533035d9
ci: upgrade conan version on github actions ( #2021 )
4 years ago
Kevin Backhouse
65fad9db0e
Merge pull request #2007 from kevinbackhouse/FixIssue2006
...
Fix integer overflow in PanasonicMakerNote::printAccelerometer
4 years ago
Kevin Backhouse
aebb3fb2c0
Merge pull request #2015 from kevinbackhouse/SonyPreviewUndefined
...
Treat Exif.Sony1.PreviewImage as undefined tag
4 years ago
Kevin Backhouse
0a1fa497d5
Merge pull request #1999 from jim-easterbrook/bug_1998
...
Restore modified tags after TZ manipulation
4 years ago
Kevin Backhouse
889e1c6001
Merge pull request #2000 from postscript-dev/fix_version_param_in_exiv2
...
Fix exiv2: verbose extract to stdout (see #1934 )
4 years ago
Kevin Backhouse
a1ad29edf3
Treat Exif.Sony1.PreviewImage as undefined tag.
4 years ago
Jim Easterbrook
2e2dd887e3
Use \" instead of ' for exiv2 command string
...
The original failed on some Windows test runs.
4 years ago
Jim Easterbrook
da3b36f242
Add test files for PR 1999 / issue 1998
4 years ago
Kevin Backhouse
35f48ae5c9
Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41438
...
Replace weird sign-conversion code with a simple static_cast.
4 years ago
Kevin Backhouse
5444fcea33
Regression test for https://github.com/Exiv2/exiv2/issues/2006
4 years ago
Kevin Backhouse
6758e7288d
Merge branch 'main' into fix_exiv2_-pR
4 years ago
Peter
797f86c226
Fix minor whitespace formatting
...
Co-authored-by: Kevin Backhouse <kevinbackhouse@github.com>
4 years ago
postscript-dev
985e963055
Update documentation for pr #2000
4 years ago
postscript-dev
5efb17539d
Add tests for pr #2000
4 years ago
postscript-dev
9c294ef4fd
Fix exiv2: verbose extract to stdout (see #1934 )
...
Fix ignores `--verbose` when extracting to stdout.
4 years ago
Jim Easterbrook
02ce7e9aff
Restore modified tags after TZ manipulation
...
This ensures that Xmp date/times that have been set by the user aren't
over written by the TZ restoration efforts. This fixes bug #1998
4 years ago
Kevin Backhouse
fde8ed07b3
Merge pull request #1967 from kevinbackhouse/ReadOrThrow
...
Add readOrThrow and seekOrThrow to BasicIo
4 years ago
Peter
1ae9f42cd8
Add camera models for NikonFl3 makernotes group ( #1994 )
...
* Add camera models for NikonFl3
* Python test for new NikonFl3 camera models
4 years ago
Kevin Backhouse
7c8e6fc4c9
Merge pull request #1963 from postscript-dev/add_FlashInfo0107_makernote_group
...
Add NikonFl7 makernotes group
4 years ago
postscript-dev
562b10f2c7
Fix Exif.NikonFl7.FlashCompensation
4 years ago
Shawn Baker
b95e19e72a
libcurl is now optional. Updated to the latest versions of libcurl and expat. ( #1992 )
...
* libcurl is now optional.
Updated to the latest versions of libcurl and expat.
* No need for a libcurl option, libcurl is now only required if webready is.
Co-authored-by: shawn <shawn@frozen.ca>
4 years ago
postscript-dev
15353573c8
Regression test for #1805
4 years ago
postscript-dev
bd676bedc6
Fix `exiv2 -pR` for Sony images ( #1805 )
...
`exiv2 -pR` failed to process Sony makernotes. Fix checks if
makernotes header has Sony string, then uses correct offset.
Fix supplied by @clanmills
4 years ago
postscript-dev
277b1875f7
Fix Exif.NikonFl7.FlashGroupBCControlData output
4 years ago
postscript-dev
b3ca98c1e7
Fix Exif.NikonFl7.FlashCompensation pretty print
4 years ago
postscript-dev
8ebf10f921
Fix condition in Exif.NikonFl7.FlashCompensation
4 years ago
postscript-dev
f23d965643
Add limits check: Exif.NikonFl7.FlashCompensation
4 years ago
postscript-dev
f0f3c7e8a2
Fix compile issues for NikonFl7 makernotes group
...
+ Fix fuzzing CI errors of `exp2` and `round` not being in `std` by adding
`#include <cmath>`
+ Fix Windows CI warning C4305 by explicitly defining value as a float
4 years ago
postscript-dev
8cd7dba847
Add documentation for NikonFl7 makernotes group
4 years ago
postscript-dev
eb134d1946
Add testing for NikonFl7 makernotes group
4 years ago
postscript-dev
eb78a2feae
Add NikonFl7 makernotes group source code
...
This differs from other `NikonFl` groups as it uses `bigEndian` format. This
is because `Exif.NikonFl7.ExternalFlashFirmware` is a short and was
incorrectly output when using `invalidByteOrder` or `littleEndian`. The other
groups use `invalidByteOrder` which may be wrong. Sadly all of Exiv2s
4 years ago
Kevin Backhouse
5dca23bddc
Merge pull request #1987 from kevinbackhouse/RemoveTumbleweed
...
Remove opensuse/tumbleweed
4 years ago
Miloš Komarčević
a97d74727e
Merge pull request #1988 from postscript-dev/add_git_templates
...
Add/Update git templates from `old-master`
4 years ago
postscript-dev
3a1a9db425
Fix label: `ISSUE_TEMPLATE/feature_request.md`
4 years ago
postscript-dev
f09ea6a75a
Update Exiv2 GitHub issue templates
4 years ago
Kevin Backhouse
befb890e7d
Remove opensuse/tumbleweed, because the docker image is broken.
4 years ago