Commit Graph

7692 Commits

Author SHA1 Message Date
Robin Mills
062177d092 Add SECURITY.md and reference it from the Security Tab in the GitHub Web UI. 2021-03-09 18:21:14 +00:00
Robin Mills
822eb1a2dd
Merge pull request #1482 from postscript-dev/fix_langAlt_read_func
Fix langAltValue::read() parsing
2021-03-09 17:33:42 +00:00
postscript-dev
2917b83d0e Update exiv2 man page - langAlt format 2021-03-09 15:59:48 +00:00
clanmills
e3fd0c633e Thank You @piponazo for the code review. I've made the changes you requested. 2021-03-09 14:10:52 +00:00
postscript-dev
5f563b5255 Fix spelling mistakes in LangAltValue::read()
Removed unneeded comments and empty space.
2021-03-09 12:13:48 +00:00
LeoHsiao
9d28943b63 Simplify functions: runTest(), verbose_version() 2021-03-09 20:10:05 +08:00
postscript-dev
207a0d65c9 Change LangAltValue::read() tests to unitTests
Removed previous Python tests.
2021-03-09 11:58:55 +00:00
Miloš Komarčević
0da1a50afe Revert style changes 2021-03-08 18:18:17 +01:00
clanmills
4c52861a74 Fix msvc build breaker. 2021-03-08 16:01:26 +00:00
Miloš Komarčević
e09d093ccf Minor whitespace formatting 2021-03-08 11:58:06 +01:00
Miloš Komarčević
2c0f3c2bbc Include HEIC type in docs 2021-03-08 11:41:08 +01:00
postscript-dev
282d1d6995 Add static to LangAltValue::read() const values 2021-03-08 10:27:11 +00:00
clanmills
ae66869695 Updated to adopt Review suggestions by @kmilos. Thank You, Milos. 2021-03-08 10:04:27 +00:00
clanmills
f1303cbcda Another effort to fix base64decode and associated unit test. 2021-03-08 08:58:24 +00:00
clanmills
87e536dadf Fix #1358. This should be in a different PR. Keep changes to base64 encode/decode together. 2021-03-08 08:45:45 +00:00
clanmills
db9bec3e01 Restore -pC --binary to output everything. Test suite updated to suit. 2021-03-07 20:26:09 +00:00
clanmills
21c610e952 Restoring i < dataLength trigraph that I should not have removed. 2021-03-07 20:25:04 +00:00
clanmills
2f2dd7d56c Fix ICC profile handling (my bad, iOS files are correct). 2021-03-07 20:23:50 +00:00
clanmills
c59c53acf5 Trick to avoid msvc issue with final line of base64 data. 2021-03-06 21:18:58 +00:00
clanmills
3bfea0c5d1 This should be it. Test suite fixed. 2021-03-06 20:30:59 +00:00
clanmills
1eeeecea50 Replaced Exiv2::base64encode() because last effort failed unit test on msvc. 2021-03-06 20:23:19 +00:00
postscript-dev
6cd9263fa7 Fix langAltValue::read() parsing
+ Fix segmentation faults in langAlt parse
+ Fix mismatched quotation marks and incorrect values
+ Add Python testing
  + Some tests commented out as quotation marks are filtered, preventing them
    from running.
Closes #1481.
2021-03-06 18:59:31 +00:00
clanmills
80e20304cb Fix Linux build breakers. 2021-03-06 18:38:09 +00:00
clanmills
5410395576 Replaced the ugly code in Exiv2::base64encode() and update the test suite. 2021-03-06 18:13:30 +00:00
clanmills
0ad46453ed With good fortune, bmffimage is ready for review. 2021-03-06 16:12:02 +00:00
clanmills
c3e7011835 Test suite update. 2021-03-05 18:21:41 +00:00
clanmills
ee4d14340a Fix box.length == to use bigEndian decode! Fix toAscii() to emit on ascii 32-127 bytes. 2021-03-05 18:21:16 +00:00
clanmills
a0e63615e6 Minor corrections and clarification concerning enableBMFF(). 2021-03-05 17:36:59 +00:00
clanmills
df68648dc3 refactored setModeAndPrintStructure() to respect class Task.binary_ when printing ICC profiles. 2021-03-05 17:06:52 +00:00
clanmills
b983a9db75 Re-awaken obsolete command-line argument --binary and store class Task. 2021-03-05 17:05:24 +00:00
clanmills
19fe69c808 Updated for bmff. 2021-03-05 16:53:32 +00:00
clanmills
4adc3012f4 Added 2.19 Support for bmff files 2021-03-05 16:53:07 +00:00
Robin Mills
4d70f5c316 Test suite updates. 2021-03-04 20:07:30 +00:00
Robin Mills
70eaef956f Renamed a test file. 2021-03-04 20:07:10 +00:00
Robin Mills
71d29fe60b Fix MSVC build breaker and modify test_pr_1475_HIF.py to run on Windows. 2021-03-03 14:34:15 +00:00
clanmills
55d2201892 Changed CI build default -DEXIV2_ENABLE_BMFF=On. Fixed suite to run with/without bmff. -pS and -pR same for bmff. 2021-03-03 10:40:08 +00:00
Robin Mills
0e1412ad44 Adding HIF tests. 2021-03-02 19:37:14 +00:00
Robin Mills
c84274ec19 Cosmetic change to -pR/-pS output. 2021-03-02 19:36:33 +00:00
Robin Mills
fd9cb67fb7 WIP: adding BmffImage::printStructure() and support for colr box. 2021-03-02 14:39:56 +00:00
Robin Mills
f69de0d058 Rename test image. 2021-03-02 14:35:45 +00:00
Robin Mills
d8dd632ad5
Merge pull request #1480 from Exiv2/dng_1.6_triple-illum
Add DNG 1.6 triple-illuminant calibration tags
2021-03-02 10:20:53 +00:00
Miloš Komarčević
2b38d221dc Adding DNG 1.6 triple-illuminant calibration tags 2021-03-02 08:59:19 +01:00
Robin Mills
4ca05ed34a Fix .CR3 files to call parseXmp(). 2021-02-28 13:51:20 +00:00
Robin Mills
ea1c91874f Added parseXmp() to parse Xmp metadata. 2021-02-28 11:29:09 +00:00
Peter Kovář
ca180e08cc Remove executable bits from test data files 2021-02-28 09:10:07 +01:00
clanmills
025004688d Adding test images. 2021-02-28 07:58:14 +00:00
Robin Mills
44d976c2a1 Remove bmffimage::printStructure() as discussed in review with @hassec. Corpse removal and cleanup in bmpfimage.hpp 2021-02-26 10:21:12 +00:00
Peter Kovář
dcfe538a09 Revert "Add artist tag"
This reverts commit c46e800c0a.
2021-02-25 20:08:46 +01:00
Peter Kovář
c46e800c0a Add artist tag 2021-02-25 19:40:18 +01:00
Robin Mills
5c77888037 Revised following code review by @hassec. Thank You, Christoph. 2021-02-25 18:10:48 +00:00