7657 Commits (aa86646f2717173f66369d86c6bc7bbbf4e8ceb8)
 

Author SHA1 Message Date
postscript-dev 2031224490
Add testing for SonyMisc2b 4 years ago
postscript-dev 293fd586ab
Add SonyMisc2b makernote tags (tag 9404)
Changes:
+ Add tags, pretty printing and tag group selector function
+ Update docs

Source: https://exiftool.org/TagNames/Sony.html
4 years ago
postscript-dev b82084995c
Add `getExifValue()` to `makernote_int.cpp`
Function generalizes `getExifModel()`, allowing any value in a tag to
be accessed.
4 years ago
Kevin Backhouse eb2782e685
Fix warning: comparison of integer expressions of different signedness 4 years ago
Kevin Backhouse 67a46f742d
Type of escapeStart should be size_t. 4 years ago
Kevin Backhouse 670dfb2fab
Better fix for potential integer overflow in `bytes.size() - 3`. 4 years ago
Kevin Backhouse 69d82ffe01
Defensive coding changes to avoid integer overflow in loop conditions. 4 years ago
Kevin Backhouse ad5e6c479c
Extra checking to prevent the loop counter from wrapping around. 4 years ago
Kevin Backhouse 2069cdd3c7
Regression test for https://github.com/Exiv2/exiv2/security/advisories/GHSA-hqjh-hpv8-8r9p 4 years ago
Kevin Backhouse dc2c77ce81
Safer std::vector indexing. 4 years ago
Kevin Backhouse 82057a6a1d
Merge pull request #1777 from postscript-dev/update_sony2fp_tags
Update Sony2Fp tags
4 years ago
Kevin Backhouse d5ada325af
Check that `type` isn't an empty string. 4 years ago
Kevin Backhouse 92ddbf011d
Regression test for https://github.com/Exiv2/exiv2/security/advisories/GHSA-v5g7-46xf-h728 4 years ago
postscript-dev 510a38e27d
Move all `startsWith()` funcs to `Util` namespace
The function checks if a string is in the beginning of another. This
is intended for use until the move to C++20 when
`std::basic_string<>::starts_with()` becomes available. Suggested in
https://github.com/Exiv2/exiv2/pull/1777 .

Separate identical definitions have been moved into a single copy.
4 years ago
Kevin Backhouse 6373fe3195
Merge pull request #1780 from Exiv2/mergify/bp/main/pr-1778
Fix infinite loop in Image::printIFDStructure (backport #1778)
4 years ago
Kevin Backhouse 8f126c0664
Merge pull request #1781 from kevinbackhouse/filter_xmpsdk
Ignore results in the xmpsdk directory
4 years ago
Kevin Backhouse 8c80d060f0
Ignore results in the xmpsdk directory. 4 years ago
postscript-dev 0827a76b6a
Update Sony2Fp makernote functions
Minor changes using suggestions in #1777:
+ Simplify loop conditions
+ Add startsWith() in SonyMakerNote class
+ Change `if`/`else` to `switch`
4 years ago
Kevin Backhouse e4e3362284
Defensive programming in Image::printIFDStructure 4 years ago
Kevin Backhouse caf08b229e
dirLength == 0 can cause an infinite loop. 4 years ago
Kevin Backhouse 093dca0281
Regression test for https://github.com/Exiv2/exiv2/security/advisories/GHSA-m479-7frc-gqqg 4 years ago
Kevin Backhouse 0208b508a0
Merge pull request #1773 from kevinbackhouse/fuzz
Add fuzz target
4 years ago
Kevin Backhouse fa52d7e2cb Better way to print the error message. 4 years ago
Kevin Backhouse 6685b8db4a Print message to stderr when EXIV2_DEBUG_MESSAGES is enabled. 4 years ago
Kevin Backhouse f724f4e2fc Don't crash if s > size. 4 years ago
Kevin Backhouse c310e2c41f Regression test for https://github.com/Exiv2/exiv2/security/advisories/GHSA-mv9g-fxh2-m49m 4 years ago
Kevin Backhouse 5d164005d4
Merge pull request #1771 from kevinbackhouse/codeql-unsafe-vector-access
CodeQL query to detect unsafe uses of std::vector::operator[]
4 years ago
Kevin Backhouse 86e7dbd3c1
Merge pull request #1775 from kevinbackhouse/MultToLargerType
Fix code scanning alert: "Multiplication result converted to larger type"
4 years ago
postscript-dev e821404d69
Merge branch 'update_sony2fp_tags' of https://github.com/postscript-dev/exiv2 into update_sony2fp_tags 4 years ago
postscript-dev 4a21b45e60
Update Sony2Fp makernote tag selector function
In C++20, std::string has a starts_with() function. Add a startsWith()
function now, which can be replaced when the project moves to C++20.

Suggested in https://github.com/Exiv2/exiv2/pull/1777
4 years ago
Peter 670c89b2bd
Merge branch 'Exiv2:main' into update_sony2fp_tags 4 years ago
postscript-dev 4ac8ac9ba0
Update Sony2Fp makernote tags (tag 9402)
Changes:
+ Add pretty printing for all tags
+ Add camera selector, to prevent incompatible models using tags
+ Update testing with new values

Source: Exiftool (https://exiftool.org/TagNames/Sony.html)
4 years ago
Kevin Backhouse e157fd63cb
Add -workers option to use all cores. 4 years ago
Kevin Backhouse 6798be637f
Merge pull request #1774 from Exiv2/mergify/bp/main/pr-1745
fix: avoid processing MOV (quicktime) files when BMFF is enabled (backport #1745)
4 years ago
Kevin Backhouse 7b3dd26c23
Merge pull request #1718 from opengisch/ios
Fix building for ios
4 years ago
Kevin Backhouse 51b5616fc0
Merge pull request #1772 from postscript-dev/add_SonyMisc1_tags
Add SonyMisc1 (Tag 0x9403) makernote tags
4 years ago
Kevin Backhouse b13585a697
Fix code scanning alert: "Multiplication result converted to larger type".
9284b58bfc/samples/Jzon.cpp (L61-L61)
4 years ago
postscript-dev eb22591cea
Fix formatting of sonyMisc1 makernote tags 4 years ago
Christoph Hasse 3e681c6730 fix: avoid processing MOV (quicktime) files when BMFF is enabled
(cherry picked from commit 1b6895927f293855e5bb437ad28f31da2c2cfe54)
4 years ago
Kevin Backhouse 7eef360295
Try with sudo. 4 years ago
Kevin Backhouse b4448fcd52
Fix indentation 4 years ago
Kevin Backhouse f4a0335d79
Add workflow_dispatch for manual trigger 4 years ago
Kevin Backhouse 95397cc17a
Action that runs fuzzer for short amount of time on PRs. 4 years ago
Kevin Backhouse a7602639ea
Add printing and writing to fuzzer. 4 years ago
Kevin Backhouse a3e4efe6b4
Rename fuzz target 4 years ago
Kevin Backhouse bf786f4cc6
Updates to make fuzzing work. 4 years ago
postscript-dev 87e72adba4
Add SonyMisc1 tag group to docs 4 years ago
postscript-dev 5d2d6037c7
Add python test for SonyMisc1 4 years ago
postscript-dev 2b8856dcea
Add SonyMisc1 (Tag 0x9403) makernote tags
Source: Exiftool (https://exiftool.org/TagNames/Sony.html)
4 years ago
Kevin Backhouse a2854f358a
CodeQL query to detect unsafe uses of std::vector::operator[]. 4 years ago