8000 Tags · chris-english/openexr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: chris-english/openexr

Tags

v2.5.5

Toggle v2.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry-pick PR's into the RB-2.5 branch for v2.5.5 release (AcademySo…

…ftwareFoundation#917)

* Revert "Disable OPENEXR_IMF_HAVE_GCC_INLINE_ASM_AVX when building on arm64 macOS"

This reverts commit 67053eb.

Signed-off-by: Harry Mallon <hjmallon@gmail.com>

* Fix Apple Universal 2 (arm64/x86_64) builds

* In these types of builds we want arm64 and x86_64 (with AVX optimisations).
  However the way cmake works (with `CMAKE_OSX_ARCHITECTURES="arm64;x86_64"`
  means that we share one OpenEXRConfigInternal.h between both builds. So
  we have to have OPENEXR_IMF_HAVE_GCC_INLINE_ASM_AVX mean "AVX GCC asm is
  available if platform is x86", rather than "AVX GCC asm is available".
  Then we decide on AVX optimisations based on that #define and also the
  platform defines.

Signed-off-by: Harry Mallon <hjmallon@gmail.com>

* Include <limits> where required by newer compilers (AcademySoftwareFoundation#893)

* Include <limits> where required by newer compilers

Signed-off-by: Cary Phillips <cary@ilm.com>

* Removed redundant #include <limits>

Signed-off-by: Cary Phillips <cary@ilm.com>

* add buffer size validation to FastHuf decode

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>

* prevent overflow in RgbaFile cachePadding

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>

* Use size_t for DWA buffersize calculation (AcademySoftwareFoundation#901)

* Use size_t for DWA buffersize calculation

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>

* use Int64 instead of size_t for buffersize calculations

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Cary Phillips <cary@ilm.com>

* prevent overflows by using Int64 for all vars in DWA initialize (AcademySoftwareFoundation#903)

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Cary Phillips <cary@ilm.com>

* update tileoffset sanitycheck to handle ripmaps  (AcademySoftwareFoundation#910)

* update tileoffset sanitycheck to handle ripmaps

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>

* slight reorganization

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>

* slight reorganization

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>

* remove extra if statement from validateStreamSize

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Cary Phillips <cary@ilm.com>

* additional verification of DWA data sizes (AcademySoftwareFoundation#914)

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>

* Release notes for v2.5.5

Signed-off-by: Cary Phillips <cary@ilm.com>

* fix merge of ImfTiledInputFile.cpp

Signed-off-by: Cary Phillips <cary@ilm.com>

* Bump version for 2.5.5

Signed-off-by: Cary Phillips <cary@ilm.com>

* Only wait for and join joinable threads (AcademySoftwareFoundation#921)

Signed-off-by: Cary Phillips <cary@ilm.com>

* Fixed botched merge or IlmThread.cpp/IlmThreadPool.cpp

Signed-off-by: Cary Phillips <cary@ilm.com>

* Fix 2.5.5 release date

Signed-off-by: Cary Phillips <cary@ilm.com>

Co-authored-by: Harry Mallon <hjmallon@gmail.com>
Co-authored-by: Peter Hillman <peterh@wetafx.co.nz>

v2.5.4

Toggle v2.5.4's commit message
Add references to OSS-fuzz issues to release notes.

Signed-off-by: Cary Phillips <cary@ilm.com>

v2.5.3

Toggle v2.5.3's commit message
Update release notes for v2.5.3.

Signed-off-by: Cary Phillips <cary@ilm.com>

v2.5.2

Toggle v2.5.2's commit message
v2.5.2 release notes in CHANGES.md

Signed-off-by: Cary Phillips <cary@ilm.com>

v2.4.2

Toggle v2.4.2's commit message
v2.4.2 release notes in CHANGES.md

Signed-off-by: Cary Phillips <cary@ilm.com>

v2.5.1

Toggle v2.5.1's commit message
Fix AcademySoftwareFoundation#713: cast to unsigned in testHuf checks…

…um (AcademySoftwareFoundation#717)

* cast to unsigned in testHuf checksum to avoid architectures sign extending differently

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>

v2.5.0

Toggle v2.5.0's commit message
Added PR AcademySoftwareFoundation#711 and AcademySoftwareFoundation#712

 to 2.5.0 release notes.

Signed-off-by: Cary Phillips <cary@ilm.com>

v2.2.2

Toggle v2.2.2's commit message
Patch fixes for CVE-2020-* from commit e79d229 into release/2.2

Signed-off-by: Cary Phillips <cary@ilm.com>

v2.4.1

Toggle v2.4.1's commit message
Added AcademySoftwareFoundation#659 and associated commit to 2.4.1 re…

…lease notes.

Signed-off-by: Cary Phillips <cary@ilm.com>

v2.4.0

Toggle v2.4.0's commit message
A few more NOSONAR suppressions in PyImath

SonarCloud reports expressions such as "self == self" as bugs, but
this construct is used in the boost::python template instantiations.

Signed-off-by: Cary Phillips <cary@ilm.com>
0