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
Kevin Backhouse
ab90d430c7
Merge pull request #1979 from postscript-dev/fix_exiv2_sample_thumb_stdout
...
Add exiv2 extract thumb to stdout (#1934 )
4 years ago
postscript-dev
118a1de509
Add issue templates from `old-master` branch
4 years ago
Kevin Backhouse
76a9377c71
Merge pull request #1986 from kevinbackhouse/MacOS-no-Conan
...
Remove Conan from MacOS build
4 years ago
Kevin Backhouse
e87e440045
Remove Conan from MacOS build.
4 years ago
Kevin Backhouse
68473d9d10
Remove static functions readOrThrow and seekOrThrow.
4 years ago
Kevin Backhouse
44542a9f94
Add readOrThrow and seekOrThrow to BasicIo.
4 years ago
Miloš Komarčević
c5101e0844
Merge pull request #1978 from Exiv2/cr3_previews_version_check
...
Improve CR3 previews handling
4 years ago
Miloš Komarčević
8b7d8729b7
Expose unsupported CR3 previews as binary
4 years ago
postscript-dev
4798c6bedc
Add exiv2 extract thumb to stdout ( #1934 ): test
4 years ago
postscript-dev
31a2467a61
Add exiv2 extract thumb to stdout ( #1934 ): src
4 years ago
Miloš Komarčević
40e5021577
Limit CR3 previews to JPEG only
4 years ago