Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.1.3 patches #1181

Merged
merged 37 commits into from
Oct 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
530265c
Enable deprecating attributes, deprecate dwaCompression
kdt3rd Sep 19, 2021
739be54
Add ephemeral settings for compression levels, propagate to compressors
kdt3rd Sep 19, 2021
1a6f2d4
Add ephemeral compression level settings to core
kdt3rd Sep 19, 2021
23c6439
Add layer to avoid changing ABI such that this can be ported to 3.1
kdt3rd Sep 23, 2021
614bc88
Add global setting of the default compression levels
kdt3rd Sep 23, 2021
d8d46bd
Fix issue with static libraries and order of deletion on MacOS
kdt3rd Sep 25, 2021
a82f50d
Fix when compiling against pre-3.1 version of Imath (#1145)
kdt3rd Sep 9, 2021
d5e3048
add matching functions to control global default zip / dwa levels to …
kdt3rd Sep 25, 2021
0d3717e
Alternate implementation to attempt to fix MacOS and Windows at the s…
kdt3rd Sep 25, 2021
ad74eb0
Add extra safety checks, proper ifdef checks against threading enabled
kdt3rd Sep 25, 2021
5312b9b
validate filesize before allocating chunk memory (#1161)
peterhillman Sep 28, 2021
e7b5682
validate dwaCompressionLevel attribute type (#1160)
peterhillman Sep 28, 2021
fccc156
don't validate chunk size when file_size unknown (#1163)
peterhillman Oct 2, 2021
1a0435f
Also fail when the user provides a preview image that has a zero size…
kdt3rd Oct 2, 2021
afd01da
Enable Google OSS Fuzz to also test Core library (#1150)
kdt3rd Sep 22, 2021
319ec14
Prevent read when offset past the end of the memstream (#1165)
kdt3rd Oct 2, 2021
61f7332
fix int overflow in calc_level_size (#1166)
peterhillman Oct 2, 2021
4b0e288
Fix loop iterators in ImfCheckFile.cpp (#1167)
peterhillman Oct 2, 2021
e9ec04b
Clean up error messages, check against packed size of 0, integer over…
kdt3rd Oct 3, 2021
5607206
Refactor attribute size checks (#1168)
kdt3rd Oct 5, 2021
881a3dc
fix casts in readUInt shifts (#1172)
peterhillman Oct 5, 2021
a201460
Zip: switch to compression level 4 instead of default 6 (#1125)
aras-p Oct 7, 2021
34a779e
Fix misc issues due to OSS-fuzz (#1173)
kdt3rd Oct 12, 2021
b7d33a2
Update docs with link to EasyCLA (#1174)
cary-ilm Oct 12, 2021
b5c5f9b
use std::abs in chromaticity sanity tests (fixes #1177) (#1178)
peterhillman Oct 12, 2021
ca43830
Fix ECX register access
kdt3rd Aug 26, 2021
b54133d
Release notes for v3.1.3
cary-ilm Oct 13, 2021
9670874
Update version to 3.1.3 and lib version to 30.3.0
cary-ilm Oct 14, 2021
6e6ddba
Require at least one channel (#1182)
kdt3rd Oct 16, 2021
829b12c
Fix test for bad chunk data to allow for 0-sample deep chunks (#1185)
kdt3rd Oct 16, 2021
6b0a133
Fix decoding of piz when y sampling is not the same for all channels …
kdt3rd Oct 19, 2021
7688caa
Fixes an issue computing the unpacked size of a chunk (#1184)
kdt3rd Oct 19, 2021
c0f207a
Add extra tile validation (#1186)
kdt3rd Oct 19, 2021
64ec7b9
Add size check to memory stream check program (#1187)
kdt3rd Oct 19, 2021
c3fdae4
reduce iterations in testIDManifest to speed up (#1180)
peterhillman Oct 21, 2021
8ae26c9
Update CI builds: (#1176)
xlietz Oct 14, 2021
b64c815
Update release notes with recent PR's and OSS-fuzz issues
cary-ilm Oct 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
333 changes: 141 additions & 192 deletions .github/workflows/ci_workflow.yml

Large diffs are not rendered by default.

160 changes: 0 additions & 160 deletions ASWF/legal/OpenEXR Corporate Contributor License Agreement.md

This file was deleted.

147 changes: 0 additions & 147 deletions ASWF/legal/OpenEXR Individual Contributor License Agreement.md

This file was deleted.

Loading