OpenEXR 3.3.10__tar.gz → 3.3.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openexr-3.3.10 → openexr-3.3.12}/CHANGES.md +1015 -7
- {openexr-3.3.10 → openexr-3.3.12}/CONTRIBUTING.md +173 -232
- {openexr-3.3.10 → openexr-3.3.12}/PKG-INFO +1 -1
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfIDManifest.cpp +14 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/chunk.c +3 -2
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/encoding.c +14 -6
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_dwa_compressor.h +10 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_dwa_encoder.h +4 -4
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_structs.c +23 -36
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_version.h +1 -1
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/part.c +4 -6
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/part_attr.c +2 -1
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/string.c +17 -11
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImage.cpp +87 -56
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageChannel.cpp +21 -1
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageLevel.cpp +3 -2
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfSampleCountChannel.cpp +22 -1
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/write.cpp +26 -3
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRUtilTest/CMakeLists.txt +3 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRUtilTest/main.cpp +2 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRUtilTest/testDeepImage.cpp +69 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRUtilTest/testFlatImage.cpp +25 -0
- openexr-3.3.12/src/test/OpenEXRUtilTest/testImageChannel.cpp +82 -0
- openexr-3.3.12/src/test/OpenEXRUtilTest/testImageChannel.h +8 -0
- {openexr-3.3.10 → openexr-3.3.12}/.bazelrc +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/.bazelversion +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/.clang-format +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/.git-blame-ignore-revs +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/.gitignore +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/.mailmap +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/.readthedocs.yml +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/BUILD.bazel +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/CMakePresets.json +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/CODEOWNERS +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/CODE_OF_CONDUCT.md +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/CONTRIBUTORS.md +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/AUTHORS +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/ChangeLog +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/DtexToExr.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/Makefile.test +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/PxBaseDeepHelper.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/PxDeepOutPixel.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/PxDeepOutRow.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/PxDeepUtils.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/PxDeepUtils.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/PxFourChanDeepRgba.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/PxOneChanDeepAlpha.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/PxOneChanDeepOpacity.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/README +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/bootstrap +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/DtexToExr/configure.ac +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/NuGet/OpenEXR-msvc-x64-build.nuget.bat +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/NuGet/OpenEXR-msvc-x64.nuspec +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/NuGet/OpenEXR-msvc-x64.targets +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/NuGet/OpenEXR-msvc-x86-build.nuget.bat +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/NuGet/OpenEXR-msvc-x86.nuspec +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/Contrib/NuGet/OpenEXR-msvc-x86.targets +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/GOVERNANCE.md +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/LICENSE.md +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/MODULE.bazel +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/PATENTS +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/README.md +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/SECURITY.md +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/WORKSPACE.bazel +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/FindPythonPackage.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/FindSphinx.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/IexConfig.h.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/IexConfigInternal.h.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/IlmThreadConfig.h.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/JoinPaths.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/LibraryDefine.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/OpenEXR.pc.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/OpenEXRConfig.cmake.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/OpenEXRConfig.h.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/OpenEXRConfigInternal.h.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/OpenEXRLibraryDefine.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/OpenEXRSetup.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/SampleCTestScript.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/Toolchain-Linux-VFX_Platform15.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/Toolchain-mingw.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/clang-format.cmake +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/cmake/cmake_uninstall.cmake.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/docs/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/pyproject.toml +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/sonar-project.properties +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exr2aces/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exr2aces/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrcheck/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrcheck/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/EnvmapImage.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/EnvmapImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/blurImage.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/blurImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/makeCubeMap.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/makeCubeMap.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/makeLatLongMap.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/makeLatLongMap.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/namespaceAlias.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/readInputImage.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/readInputImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/resizeImage.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrenvmap/resizeImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrheader/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrheader/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrinfo/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrinfo/main.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmakepreview/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmakepreview/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmakepreview/makePreview.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmakepreview/makePreview.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmaketiled/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmaketiled/Image.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmaketiled/Image.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmaketiled/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmaketiled/makeTiled.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmaketiled/makeTiled.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmaketiled/namespaceAlias.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmanifest/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmanifest/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmetrics/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmetrics/exrmetrics.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmetrics/exrmetrics.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmetrics/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultipart/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultipart/exrmultipart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultiview/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultiview/Image.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultiview/Image.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultiview/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultiview/makeMultiView.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultiview/makeMultiView.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrmultiview/namespaceAlias.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrstdattr/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/bin/exrstdattr/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/.gitignore +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/Iex.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexBaseExc.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexBaseExc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexErrnoExc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexExport.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexForward.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexMacros.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexMathExc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexMathFloatExc.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexMathFloatExc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexMathFpu.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexMathFpu.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexMathIeeeExc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexNamespace.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexThrowErrnoExc.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/Iex/IexThrowErrnoExc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThread.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThread.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadExport.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadForward.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadMutex.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadNamespace.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadPool.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadPool.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadProcessGroup.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadSemaphore.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadSemaphore.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadSemaphoreOSX.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadSemaphorePosix.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadSemaphorePosixCompat.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/IlmThread/IlmThreadSemaphoreWin32.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfAcesFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfAcesFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfArray.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfAutoArray.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfB44Compressor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfB44Compressor.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfBoxAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfBoxAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCRgbaFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCRgbaFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfChannelList.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfChannelList.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfChannelListAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfChannelListAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCheckedArithmetic.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfChromaticities.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfChromaticities.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfChromaticitiesAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfChromaticitiesAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCompositeDeepScanLine.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCompression.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCompression.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCompressionAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCompressionAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCompressor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfCompressor.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfContext.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfContext.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfContextInit.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfContextInit.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfConvert.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfConvert.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepCompositing.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepCompositing.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepFrameBuffer.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepFrameBuffer.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepImageState.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepImageStateAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepImageStateAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepScanLineInputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepScanLineInputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepScanLineInputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepScanLineOutputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepScanLineOutputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepScanLineOutputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepScanLineOutputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepTiledInputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepTiledInputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepTiledInputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepTiledInputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepTiledOutputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepTiledOutputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepTiledOutputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDeepTiledOutputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDoubleAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDoubleAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDwaCompressor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfDwaCompressor.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfEnvmap.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfEnvmap.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfEnvmapAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfEnvmapAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfExport.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFastHuf.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFastHuf.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFloatAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFloatAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFloatVectorAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFloatVectorAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfForward.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFrameBuffer.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFrameBuffer.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFramesPerSecond.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfFramesPerSecond.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfGenericInputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfGenericInputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfGenericOutputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfGenericOutputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfHeader.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfHeader.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfHuf.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfHuf.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfIDManifest.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfIDManifestAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfIDManifestAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfIO.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfIO.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfInputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfInputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfInputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfInputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfInputPartData.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfInputPartData.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfInputStreamMutex.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfInt64.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfIntAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfIntAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfKeyCode.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfKeyCode.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfKeyCodeAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfKeyCodeAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfLineOrder.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfLineOrderAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfLineOrderAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfLut.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfLut.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMatrixAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMatrixAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMisc.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMisc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMultiPartInputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMultiPartInputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMultiPartOutputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMultiPartOutputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMultiView.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfMultiView.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfName.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfNamespace.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOpaqueAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOpaqueAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOptimizedPixelReading.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOutputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOutputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOutputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOutputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOutputPartData.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOutputPartData.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfOutputStreamMutex.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPartHelper.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPartType.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPartType.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPixelType.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPizCompressor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPizCompressor.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPreviewImage.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPreviewImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPreviewImageAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPreviewImageAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPxr24Compressor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfPxr24Compressor.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRational.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRational.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRationalAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRationalAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRgba.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRgbaFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRgbaFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRgbaYca.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRgbaYca.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRle.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRle.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRleCompressor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfRleCompressor.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfScanLineInputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfScanLineInputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfSimd.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfStandardAttributes.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfStandardAttributes.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfStdIO.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfStdIO.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfStringAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfStringAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfStringVectorAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfStringVectorAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfSystemSpecific.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfSystemSpecific.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTestFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTestFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfThreading.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfThreading.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTileDescription.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTileDescriptionAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTileDescriptionAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTileOffsets.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTileOffsets.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledInputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledInputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledInputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledInputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledMisc.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledMisc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledOutputFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledOutputFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledOutputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledOutputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledRgbaFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTiledRgbaFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTimeCode.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTimeCode.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTimeCodeAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfTimeCodeAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfVecAttribute.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfVecAttribute.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfVersion.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfVersion.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfWav.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfWav.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfXdr.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfZip.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfZip.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfZipCompressor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/ImfZipCompressor.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/b44ExpLogTable.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXR/dwaLookups.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/attributes.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/backward_compatibility.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/base.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/channel_list.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/coding.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/compression.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/context.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/debug.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/decoding.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/dwaLookups.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/float_vector.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_attr.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_b44.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_b44_table.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_channel_list.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_coding.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_compress.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_constants.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_cpuid.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_decompress.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_dwa.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_dwa_channeldata.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_dwa_classifier.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_dwa_decoder.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_dwa_helpers.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_dwa_simd.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_file.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_float_vector.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_huf.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_huf.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_memory.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_opaque.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_piz.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_posix_file_impl.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_preview.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_pxr24.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_rle.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_string.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_string_vector.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_structs.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_util.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_win32_file_impl.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_xdr.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/internal_zip.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/memory.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/opaque.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_attr.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_base.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_chunkio.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_coding.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_compression.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_config.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_context.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_debug.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_decode.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_encode.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_errors.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_part.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/openexr_std_attr.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/pack.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/parse_header.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/preview.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/std_attr.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/string_vector.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/unpack.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/validation.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRCore/write_header.c +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfCheckFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfCheckFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfDeepImage.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfDeepImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfDeepImageChannel.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfDeepImageChannel.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfDeepImageIO.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfDeepImageIO.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfDeepImageLevel.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfDeepImageLevel.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfFlatImage.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfFlatImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfFlatImageChannel.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfFlatImageChannel.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfFlatImageIO.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfFlatImageIO.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfFlatImageLevel.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfFlatImageLevel.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageChannel.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageChannelRenaming.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageDataWindow.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageDataWindow.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageIO.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageIO.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfImageLevel.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfSampleCountChannel.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/ImfUtilExport.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/lib/OpenEXRUtil/README +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/IexTest/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/IexTest/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/IexTest/mathFuncs.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/IexTest/mathFuncs.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/IexTest/testBaseExc.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/IexTest/testBaseExc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/IexTest/testMathExc.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/IexTest/testMathExc.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/base_units.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/base_units.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/buffer.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/buffer.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/compression.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/compression.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/compressionTables.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/deep.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/deep.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/dwaQuantTables.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/general_attr.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/general_attr.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/performance.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/read.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/read.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/test_value.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRCoreTest/write.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/fuzzFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/fuzzFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/oss-fuzz/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/oss-fuzz/openexr_exrcheck_fuzzer.cc +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/oss-fuzz/openexr_exrcorecheck_fuzzer.cc +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/oss-fuzz/test_build.sh +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/testFuzzDeepScanLines.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/testFuzzDeepScanLines.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/testFuzzDeepTiles.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/testFuzzDeepTiles.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/testFuzzScanLines.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/testFuzzScanLines.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/testFuzzTiles.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRFuzzTest/testFuzzTiles.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/TestUtilFStream.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/bswap_32.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_b44.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_b44_piz.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_bad_bounds_piz.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_bad_neg_bounds_pxr24.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_bad_pos_bounds_piz.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_bad_pos_bounds_pxr24.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_dwaa_piz.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_dwaa_v1.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_dwaa_v2.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_dwab_piz.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_dwab_v1.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_dwab_v2.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_early_eof_piz.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_invalid_unknown.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_none.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_piz.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_rle.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_short_decode_piz.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_zip.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/comp_zips.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/compareB44.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/compareB44.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/compareDwa.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/compareDwa.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/compareFloat.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/compareFloat.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/invalid.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/invalid_shared_attrs_multipart.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/lineOrder_decreasing.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/lineOrder_increasing.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/main.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/random.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/random.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/scanline_with_deepscanline_type.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/scanline_with_deeptiled_type.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/scanline_with_tiledimage_type.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testAttributes.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testAttributes.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testBackwardCompatibility.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testBackwardCompatibility.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testBadTypeAttributes.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testBadTypeAttributes.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCRgba.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCRgba.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testChannels.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testChannels.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCompositeDeepScanLine.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCompositeDeepScanLine.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCompression.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCompression.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCompressionApi.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCompressionApi.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testConversion.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testConversion.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCopyDeepScanLine.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCopyDeepScanLine.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCopyDeepTiled.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCopyDeepTiled.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCopyMultiPartFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCopyMultiPartFile.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCopyPixels.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCopyPixels.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCpuId.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCpuId.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCustomAttributes.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testCustomAttributes.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testDeepScanLineBasic.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testDeepScanLineBasic.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testDeepScanLineHuge.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testDeepScanLineHuge.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testDeepScanLineMultipleRead.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testDeepScanLineMultipleRead.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testDeepTiledBasic.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testDeepTiledBasic.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testExistingStreams.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testExistingStreams.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testFutureProofing.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testFutureProofing.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testHeader.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testHeader.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testHuf.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testHuf.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testIDManifest.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testIDManifest.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testInputPart.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testInputPart.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testIsComplete.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testIsComplete.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testLargeDataWindowOffsets.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testLargeDataWindowOffsets.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testLineOrder.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testLineOrder.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testLut.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testLut.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMagic.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMagic.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMalformedImages.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMalformedImages.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiPartApi.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiPartApi.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiPartFileMixingBasic.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiPartFileMixingBasic.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiPartSharedAttributes.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiPartSharedAttributes.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiPartThreading.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiPartThreading.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiScanlinePartThreading.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiScanlinePartThreading.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiTiledPartThreading.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiTiledPartThreading.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiView.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testMultiView.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testNativeFormat.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testNativeFormat.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testOptimized.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testOptimized.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testOptimizedInterleavePatterns.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testOptimizedInterleavePatterns.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testPartHelper.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testPartHelper.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testPreviewImage.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testPreviewImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testRgba.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testRgba.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testRgbaThreading.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testRgbaThreading.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testRle.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testRle.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testSampleImages.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testSampleImages.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testScanLineApi.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testScanLineApi.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testSharedFrameBuffer.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testSharedFrameBuffer.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testStandardAttributes.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testStandardAttributes.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledCompression.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledCompression.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledCopyPixels.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledCopyPixels.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledLineOrder.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledLineOrder.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledRgba.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledRgba.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledYa.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testTiledYa.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testWav.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testWav.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testXdr.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testXdr.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testYca.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/testYca.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/test_native1.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/test_native2.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/tiled.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/tiled_with_deepscanline_type.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/tiled_with_deeptile_type.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/tiled_with_scanlineimage_type.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/tmpDir.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/v1.7.test.1.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/v1.7.test.interleaved.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/v1.7.test.planar.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRTest/v1.7.test.tiled.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRUtilTest/testDeepImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRUtilTest/testFlatImage.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRUtilTest/testIO.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/OpenEXRUtilTest/testIO.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exr2aces.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrcheck.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrenvmap.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrheader.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrinfo.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrmakepreview.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrmaketiled.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrmanifest.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrmetrics.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrmultipart.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrmultiview.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_exrstdattr.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/11.deep.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/11.deep.exr.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/42.deep.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/42.deep.exr.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/64.deep.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/64.deep.exr.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/multivariate.deep.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/multivariate.deep.exr.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/objectid.deep.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/bin/test_images/objectid.deep.exr.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/oss-fuzz/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/oss-fuzz/openexr_exrcheck_fuzzer.cc +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/oss-fuzz/openexr_exrcorecheck_fuzzer.cc +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/test/oss-fuzz/test_build.sh +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/Imath.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/PyOpenEXR.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/PyOpenEXR.h +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/PyOpenEXR_old.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/README.md +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/openexr_skbuild_plugin.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_deep.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_exceptions.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_images.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_import.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_minimal.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_old.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_readme.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_rgba.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/src/wrappers/python/tests/test_unittest.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/API.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/DeepIDsSpecification.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/Doxyfile.in +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/HelloWorld.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/InterpretingDeepPixels.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/MultiViewOpenEXR.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/OpenEXRCoreAPI.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/OpenEXRFileLayout.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/PortingGuide.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/ReadingAndWritingImageFiles.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/SceneLinear.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/StandardAttributes.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/SymbolVisibility.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/TechnicalIntroduction.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/TheoryDeepPixels.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/_templates/layout.html +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/about.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exr2aces.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrcheck.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrenvmap.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrheader.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrinfo.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrmakepreview.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrmaketiled.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrmanifest.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrmetrics.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrmultipart.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrmultiview.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/bin/exrstdattr.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/concepts.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/conf.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/downloads/sample.exr +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/imageprocessing.dot +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/InterpretingDeepPixels1.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/InterpretingDeepPixels2.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/InterpretingDeepPixels3.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/OpenEXR_Reel_2020.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/cubeMap.big.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/cubeMap.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/drawing.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/envcube.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/imageprocessing.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/latlong.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/latlongMap.big.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/latlongMap.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/mapped.jpg +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/news.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/openexr-fav.ico +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/openexr-horizontal-color.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/openexr-logo.jpg +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/openexr-stacked-color.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/raw.jpg +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/screenwin.big.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/screenwin.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/tiles.big.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/tiles.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/twosamples.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/windowExample1.big.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/windowExample1.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/windowExample1.small.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/windowExample2.big.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/images/windowExample2.png +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/index.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/install.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/latest_news_title.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/license.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/news.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/python.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/requirements.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/scripts/install_doxygen.sh +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/scripts/test_images.py +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/C_IStream.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/C_IStream_clear.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/C_IStream_read.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/C_IStream_seekg.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/C_IStream_tellg.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/IStream.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/MemoryMappedIStream.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/MemoryMappedIStream_constructor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/MemoryMappedIStream_destructor.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/MemoryMappedIStream_isMemoryMapped.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/MemoryMappedIStream_read.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/MemoryMappedIStream_readMemoryMapped.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/all.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/compression.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/envmap.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/exrreader/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/exrreader/build.sh +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/exrreader/exrreader.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/exrwriter/CMakeLists.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/exrwriter/build.sh +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/exrwriter/exrwriter.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/mergeOverlappingSamples.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/multithreading.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/previewImageExamples.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readChannelsAndLayers.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readDeepScanLineFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readDeepTiledFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readGZ1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readGZ2.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readHeader.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readRgba1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readRgba2.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readRgbaFILE.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readTiled1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/readTiledRgba1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/splitVolumeSample.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/structDefinitions.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/tileDescription.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/validExrFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeDeepScanLineFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeDeepTiledFile.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeGZ1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeGZ2.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeRgba1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeRgba2.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeRgba3.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeRgbaMT.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeRgbaWithPreview1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeRgbaWithPreview2.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeTiled1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeTiledRgbaMIP1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeTiledRgbaMIP2.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeTiledRgbaONE1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeTiledRgbaONE2.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/src/writeTiledRgbaRIP1.cpp +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/multipart.0001.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/multipart.0002.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/multipart.0003.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/multipart.0004.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/multipart.0005.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/multipart.0006.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/multipart.0007.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/multipart.0008.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/singlepart.0001.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/singlepart.0002.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/singlepart.0003.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/singlepart.0004.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/singlepart.0005.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/singlepart.0006.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/singlepart.0007.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Beachball/singlepart.0008.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Chromaticities/Rec709.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Chromaticities/Rec709_YC.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Chromaticities/XYZ.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Chromaticities/XYZ_YC.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t01.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t02.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t03.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t04.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t05.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t06.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t07.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t08.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t09.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t10.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t11.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t12.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t13.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t14.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t15.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/DisplayWindow/t16.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/LuminanceChroma/CrissyField.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/LuminanceChroma/Flowers.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/LuminanceChroma/Garden.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/LuminanceChroma/MtTamNorth.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/LuminanceChroma/StarField.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/Bonita.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/ColorCodedLevels.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/Kapaa.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/KernerEnvCube.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/KernerEnvLatLong.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/MirrorPattern.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/OrientationCube.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/OrientationLatLong.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/PeriodicPattern.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/StageEnvCube.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/StageEnvLatLong.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/WavyLinesCube.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/WavyLinesLatLong.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiResolution/WavyLinesSphere.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiView/Adjuster.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiView/Balls.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiView/Fog.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiView/Impact.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/MultiView/LosPadres.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/Blobbies.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/CandleGlass.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/Cannon.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/Carrots.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/Desk.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/MtTamWest.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/PrismsLenses.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/StillLife.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/ScanLines/Tree.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/AllHalfValues.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/BrightRings.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/BrightRingsNanInf.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/GammaChart.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/GrayRampsDiagonal.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/GrayRampsHorizontal.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/RgbRampsDiagonal.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/SquaresSwirls.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/WideColorGamut.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/TestImages/WideFloatRange.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Tiles/GoldenGate.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Tiles/Ocean.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/Tiles/Spirals.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/index.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/toctree.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LeftView/Balls.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LeftView/Ground.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LeftView/Leaves.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LeftView/Trunks.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LowResLeftView/Balls.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LowResLeftView/Ground.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LowResLeftView/Leaves.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LowResLeftView/Trunks.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/LowResLeftView/composited.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/Stereo/Balls.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/Stereo/Ground.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/Stereo/Leaves.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/Stereo/Trunks.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images/v2/Stereo/composited.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/test_images.txt +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/toc_redirect.rst +0 -0
- {openexr-3.3.10 → openexr-3.3.12}/website/tools.rst +0 -0
|
@@ -3,9 +3,24 @@
|
|
|
3
3
|
|
|
4
4
|
# OpenEXR Release Notes
|
|
5
5
|
|
|
6
|
-
* [Version 3.
|
|
7
|
-
* [Version 3.
|
|
8
|
-
* [Version 3.
|
|
6
|
+
* [Version 3.4.12](#version-3412-may-24-2026) May 24, 2026
|
|
7
|
+
* [Version 3.4.11](#version-3411-april-29-2026) April 29, 2026
|
|
8
|
+
* [Version 3.4.10](#version-3410-april-17-2026) April 17, 2026
|
|
9
|
+
* [Version 3.4.9](#version-349-april-3-2026) April 3, 2026
|
|
10
|
+
* [Version 3.4.8](#version-348-march-26-2026) March 26, 2026
|
|
11
|
+
* [Version 3.4.7](#version-347-march-15-2026) March 15, 2026
|
|
12
|
+
* [Version 3.4.6](#version-346-march-1-2026) March 1, 2026
|
|
13
|
+
* [Version 3.4.5](#version-345-february-21-2026) February 21, 2026
|
|
14
|
+
* [Version 3.4.4](#version-344-november-19-2025) November 19, 2025
|
|
15
|
+
* [Version 3.4.3](#version-343-november-4-2025) November 4, 2025
|
|
16
|
+
* [Version 3.4.2](#version-342-october-15-2025) October 15, 2025
|
|
17
|
+
* [Version 3.4.1](#version-341-october-8-2025) October 8, 2025
|
|
18
|
+
* [Version 3.4.0](#version-340-september-5-2025) September 5, 2025
|
|
19
|
+
* [Version 3.3.12](#version-3312-june-21-2026) June 21, 2026
|
|
20
|
+
* [Version 3.3.11](#version-3311-april-29-2026) April 29, 2026
|
|
21
|
+
* [Version 3.3.10](#version-339-april-17-2026) April 17, 2026
|
|
22
|
+
* [Version 3.3.9](#version-339-april-4-2026) April 4, 2026
|
|
23
|
+
* [Version 3.3.8](#version-338-march-1-2026) March 1, 2026
|
|
9
24
|
* [Version 3.3.7](#version-337-february-19-2026) February 19, 2026
|
|
10
25
|
* [Version 3.3.6](#version-336-november-4-2025) November 5, 2025
|
|
11
26
|
* [Version 3.3.5](#version-335-july-26-2025) July 26, 2025
|
|
@@ -85,6 +100,999 @@
|
|
|
85
100
|
* [Version 1.0.1](#version-101)
|
|
86
101
|
* [Version 1.0](#version-10)
|
|
87
102
|
|
|
103
|
+
## Version 3.4.12 (May 24, 2026)
|
|
104
|
+
|
|
105
|
+
Patch release that addresses several bugs and security
|
|
106
|
+
vulnerabilities.
|
|
107
|
+
|
|
108
|
+
* :bug: Fix several minor memory leaks recovering from reading invalid
|
|
109
|
+
files.
|
|
110
|
+
* :bug: The compressor API incorrectly identfied `HTJ2K` and `HTJ2K256` as
|
|
111
|
+
lossy; they are lossles.
|
|
112
|
+
* :bug: Fix CMake AVX feature detection that caused DWA SIMD code to fail on
|
|
113
|
+
certain architectures.
|
|
114
|
+
* :warning: The `WidenFilename` utility function is marked as deprecated, to be
|
|
115
|
+
removed in a future release.
|
|
116
|
+
* :sparkles: `exrmetrics` now print the on-disk size of the data portion of each
|
|
117
|
+
part. Useful for determining compression impact on part data
|
|
118
|
+
|
|
119
|
+
For the python module:
|
|
120
|
+
|
|
121
|
+
* :snake: :bug: Reject files where the dataWindows does not match the
|
|
122
|
+
pixel array dimensions.
|
|
123
|
+
* :snake: :sparkles: Support NumPy float vector attributes
|
|
124
|
+
* :snake: :sparkles: Reading now skips over invalid parts, returns the valid parts only.
|
|
125
|
+
* :snake: :book: Doc strings have proper indentation
|
|
126
|
+
|
|
127
|
+
This release addresses the following security vulnerabilities:
|
|
128
|
+
|
|
129
|
+
* [CVE-2026-45696](https://www.cve.org/CVERecord?id=CVE-2026-45696)
|
|
130
|
+
OpenEXR `ht_undo_impl` heap-buffer-overflow READ via
|
|
131
|
+
codestream/channel width mismatch in HTJ2K decode
|
|
132
|
+
* [CVE-2026-44663](https://www.cve.org/CVERecord?id=CVE-2026-44663)
|
|
133
|
+
Integer overflow in HTJ2K decoder ( `ht_undo_impl` ) leading to
|
|
134
|
+
heap-buffer-overflow
|
|
135
|
+
* [OSS-fuzz 512895184](https://issues.oss-fuzz.com/issues/512895184)
|
|
136
|
+
Null-dereference WRITE in `Imf_4_0::TileProcess::run_decode`
|
|
137
|
+
* [OSS-fuzz 512314697](https://issues.oss-fuzz.com/issues/512314697)
|
|
138
|
+
Direct-leak in `internal_exr_add_part`
|
|
139
|
+
* [OSS-fuzz 508362159](https://issues.oss-fuzz.com/issues/508362159)
|
|
140
|
+
Heap-buffer-overflow in `DwaCompressor_uncompress`
|
|
141
|
+
* [OSS-fuzz 507413960](https://issues.oss-fuzz.com/issues/507413960)
|
|
142
|
+
Heap-buffer-overflow in `generic_unpack`
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Merged Pull Requests
|
|
146
|
+
|
|
147
|
+
* [2424](https://github.com/AcademySoftwareFoundation/openexr/pull/2424)
|
|
148
|
+
exrmetrics print disk size of part
|
|
149
|
+
* [2423](https://github.com/AcademySoftwareFoundation/openexr/pull/2423)
|
|
150
|
+
Fix computation of chunk height
|
|
151
|
+
* [2422](https://github.com/AcademySoftwareFoundation/openexr/pull/2422)
|
|
152
|
+
Fix memory leaks
|
|
153
|
+
* [2421](https://github.com/AcademySoftwareFoundation/openexr/pull/2421)
|
|
154
|
+
Add test to validate python module reading of unfinished parts
|
|
155
|
+
* [2416](https://github.com/AcademySoftwareFoundation/openexr/pull/2416)
|
|
156
|
+
Add HTJ2K256 and HTJ2K32 to data compression scheme list
|
|
157
|
+
* [2414](https://github.com/AcademySoftwareFoundation/openexr/pull/2414)
|
|
158
|
+
Check for invalid Slice base and type in `TileProcess::copy_sample_count`
|
|
159
|
+
* [2413](https://github.com/AcademySoftwareFoundation/openexr/pull/2413)
|
|
160
|
+
Python: reject dataWindow size mismatch before write
|
|
161
|
+
* [2409](https://github.com/AcademySoftwareFoundation/openexr/pull/2409)
|
|
162
|
+
Python: fix docstring indentation
|
|
163
|
+
* [2407](https://github.com/AcademySoftwareFoundation/openexr/pull/2407)
|
|
164
|
+
Support NumPy float vectors in Python headers
|
|
165
|
+
* [2406](https://github.com/AcademySoftwareFoundation/openexr/pull/2406)
|
|
166
|
+
Update urllib3 to 2.7 in website/requirements.txt
|
|
167
|
+
* [2405](https://github.com/AcademySoftwareFoundation/openexr/pull/2405)
|
|
168
|
+
Signal HTJ2K* compressors as lossless
|
|
169
|
+
* [2403](https://github.com/AcademySoftwareFoundation/openexr/pull/2403)
|
|
170
|
+
htj2k compressor: validate codestream dimensions
|
|
171
|
+
* [2402](https://github.com/AcademySoftwareFoundation/openexr/pull/2402)
|
|
172
|
+
Release notes, news, and CVE info for v3.4.11, 3.3.11, 3.2.9
|
|
173
|
+
* [2398](https://github.com/AcademySoftwareFoundation/openexr/pull/2398)
|
|
174
|
+
Arcmantis/warning deprecate WidenFilename
|
|
175
|
+
* [2397](https://github.com/AcademySoftwareFoundation/openexr/pull/2397)
|
|
176
|
+
Cast to `size_t` to avoid int overflow in `ht_undo_impl`
|
|
177
|
+
* [2392](https://github.com/AcademySoftwareFoundation/openexr/pull/2392)
|
|
178
|
+
Correct index rejection for string access.
|
|
179
|
+
* [2388](https://github.com/AcademySoftwareFoundation/openexr/pull/2388)
|
|
180
|
+
Relax NaN comparison in compression tests
|
|
181
|
+
* [2387](https://github.com/AcademySoftwareFoundation/openexr/pull/2387)
|
|
182
|
+
Add install instructions for python module
|
|
183
|
+
* [2385](https://github.com/AcademySoftwareFoundation/openexr/pull/2385)
|
|
184
|
+
cmake: require YMM asm for inline AVX probe
|
|
185
|
+
* [2373](https://github.com/AcademySoftwareFoundation/openexr/pull/2373)
|
|
186
|
+
Bump and pin website/requirements.txt
|
|
187
|
+
* [2359](https://github.com/AcademySoftwareFoundation/openexr/pull/2359)
|
|
188
|
+
Add reference to "contribute" and Clotributor in README.md and website
|
|
189
|
+
* [2148](https://github.com/AcademySoftwareFoundation/openexr/pull/2148)
|
|
190
|
+
Fix unfinished multi-part file loading in the python wrapper
|
|
191
|
+
|
|
192
|
+
### Merged Workflow Pull Requests
|
|
193
|
+
|
|
194
|
+
* [2399](https://github.com/AcademySoftwareFoundation/openexr/pull/2399)
|
|
195
|
+
Bump github/codeql-action from 4.35.2 to 4.35.4
|
|
196
|
+
* [2396](https://github.com/AcademySoftwareFoundation/openexr/pull/2396)
|
|
197
|
+
Bump sphinx from 7.2.6 to 7.4.7 in /website
|
|
198
|
+
* [2394](https://github.com/AcademySoftwareFoundation/openexr/pull/2394)
|
|
199
|
+
Bump platforms from 1.0.0 to 1.1.0
|
|
200
|
+
|
|
201
|
+
## Version 3.4.11 (April 29, 2026)
|
|
202
|
+
|
|
203
|
+
Patch release that addresses the following security vulnerabilities:
|
|
204
|
+
|
|
205
|
+
* [CVE-2026-42217](https://www.cve.org/CVERecord?id=CVE-2026-42217)
|
|
206
|
+
Shift exponent overflow in `readVariableLengthInteger()` (`ImfIDManifest.cpp`)
|
|
207
|
+
* [CVE-2026-42216](https://www.cve.org/CVERecord?id=CVE-2026-42216)
|
|
208
|
+
Out-of-bounds read in `IDManifest::init()` during prefix expansion
|
|
209
|
+
* [CVE-2026-41142](https://www.cve.org/CVERecord?id=CVE-2026-41142)
|
|
210
|
+
Integer overflow in `ImageChannel::resize` leads to heap OOB write via OpenEXRUtil public API
|
|
211
|
+
|
|
212
|
+
Also:
|
|
213
|
+
|
|
214
|
+
* OSS-fuzz [504280155](https://issues.oss-fuzz.com/issues/504280155)
|
|
215
|
+
Heap-buffer-overflow in `DwaCompressor_uncompress`
|
|
216
|
+
* OSS-fuzz [505062709](https://issues.oss-fuzz.com/issues/505062709)
|
|
217
|
+
Null-dereference READ in `Imf_3_3::prefixFromLayerName`
|
|
218
|
+
|
|
219
|
+
Build fixes:
|
|
220
|
+
|
|
221
|
+
- Fix Windows ARM64EC build issues and correct SIMD ARM NEON path for ARM64/EC
|
|
222
|
+
|
|
223
|
+
Also, some minor documentation updates:
|
|
224
|
+
|
|
225
|
+
- GitHub Security Advisories are the preferred way of reporting
|
|
226
|
+
vulnerabilities, not email.
|
|
227
|
+
- Some clarification around handling of UFT-8 of file paths
|
|
228
|
+
|
|
229
|
+
### Merged Pull Requests
|
|
230
|
+
|
|
231
|
+
* [2383](https://github.com/AcademySoftwareFoundation/openexr/pull/2383)
|
|
232
|
+
validate that the uncompressed sizes recorded in the dwa header are valid
|
|
233
|
+
* [2382](https://github.com/AcademySoftwareFoundation/openexr/pull/2382)
|
|
234
|
+
Fix Null-dereference READ in prefixFromLayerName
|
|
235
|
+
* [2378](https://github.com/AcademySoftwareFoundation/openexr/pull/2378)
|
|
236
|
+
Harden IDManifest parsing against illegal shift and string prefix OOB
|
|
237
|
+
* [2377](https://github.com/AcademySoftwareFoundation/openexr/pull/2377)
|
|
238
|
+
Fix OOB read when expanding IDManifest prefix-compressed strings
|
|
239
|
+
* [2375](https://github.com/AcademySoftwareFoundation/openexr/pull/2375)
|
|
240
|
+
Minor changes to website index page to make some sentences clearer. A…
|
|
241
|
+
* [2368](https://github.com/AcademySoftwareFoundation/openexr/pull/2368)
|
|
242
|
+
Add release notes and news for v3.4.10, v3.3.10, v3.2.8
|
|
243
|
+
* [2367](https://github.com/AcademySoftwareFoundation/openexr/pull/2367)
|
|
244
|
+
Fix int overflow in ImageChannel::resize pixel count
|
|
245
|
+
* [2364](https://github.com/AcademySoftwareFoundation/openexr/pull/2364)
|
|
246
|
+
Recommend GH Security Advisories for vulnerability reporting
|
|
247
|
+
* [2361](https://github.com/AcademySoftwareFoundation/openexr/pull/2361)
|
|
248
|
+
Add documentation and test for UTF-8 file paths
|
|
249
|
+
* [2344](https://github.com/AcademySoftwareFoundation/openexr/pull/2344)
|
|
250
|
+
Fix Windows ARM64EC build issues and correct SIMD ARM NEON path for ARM64/EC
|
|
251
|
+
|
|
252
|
+
### Merged Workflow Pull Requests
|
|
253
|
+
|
|
254
|
+
* [2370](https://github.com/AcademySoftwareFoundation/openexr/pull/2370)
|
|
255
|
+
Bump msys2/setup-msys2 from 2.31.0 to 2.31.1
|
|
256
|
+
* [2366](https://github.com/AcademySoftwareFoundation/openexr/pull/2366)
|
|
257
|
+
Add workflow dispatch trigger to release-sign.yml
|
|
258
|
+
* [2363](https://github.com/AcademySoftwareFoundation/openexr/pull/2363)
|
|
259
|
+
Bump vmactions/freebsd-vm from 1.4.4 to 1.4.5
|
|
260
|
+
* [2362](https://github.com/AcademySoftwareFoundation/openexr/pull/2362)
|
|
261
|
+
Bump github/codeql-action from 4.35.1 to 4.35.2
|
|
262
|
+
|
|
263
|
+
## Version 3.4.10 (April 17, 2026)
|
|
264
|
+
|
|
265
|
+
Patch release that addresses the following security vulnerabilities:
|
|
266
|
+
|
|
267
|
+
* [CVE-2026-39886](https://www.cve.org/CVERecord?id=CVE-2026-39886) HTJ2K Signed Integer Overflow in `ht_undo_impl()`
|
|
268
|
+
* [CVE-2026-40244](https://www.cve.org/CVERecord?id=CVE-2026-40244) Integer overflow in DWA `setupChannelData` `planarUncRle` pointer arithmetic (missed variant of CVE-2026-34589)
|
|
269
|
+
* [CVE-2026-40250](https://www.cve.org/CVERecord?id=CVE-2026-40250) Integer overflow in DWA decoder `outBufferEnd` pointer arithmetic (missed variant of CVE-2026-34589)
|
|
270
|
+
|
|
271
|
+
### Merged Pull Requests
|
|
272
|
+
|
|
273
|
+
* [2346](https://github.com/AcademySoftwareFoundation/openexr/pull/2346)
|
|
274
|
+
Fix integer overflow in internal_dwa_compressor.h
|
|
275
|
+
* [2345](https://github.com/AcademySoftwareFoundation/openexr/pull/2345)
|
|
276
|
+
Fix HTJ2K bytes-per-line integer overflow in internal_ht.cpp
|
|
277
|
+
* [2340](https://github.com/AcademySoftwareFoundation/openexr/pull/2340)
|
|
278
|
+
Fix 3.4.9 cve list formatting
|
|
279
|
+
* [2339](https://github.com/AcademySoftwareFoundation/openexr/pull/2339)
|
|
280
|
+
fix link formatting typo
|
|
281
|
+
* [2337](https://github.com/AcademySoftwareFoundation/openexr/pull/2337)
|
|
282
|
+
notes and news for v3.4.9, v3.3.9, v3.2.7
|
|
283
|
+
* [2334](https://github.com/AcademySoftwareFoundation/openexr/pull/2334)
|
|
284
|
+
Add CVE-2026-34589,34588,34545,34544,34543,34380,34379,34378 to SECURITY.md
|
|
285
|
+
* [2316](https://github.com/AcademySoftwareFoundation/openexr/pull/2316)
|
|
286
|
+
Fix Pinned-Dependencies Scorecard alert in website workflow
|
|
287
|
+
|
|
288
|
+
### Merged Workflow Pull Requests
|
|
289
|
+
|
|
290
|
+
* [2360](https://github.com/AcademySoftwareFoundation/openexr/pull/2360)
|
|
291
|
+
Bump actions/cache from 5.0.4 to 5.0.5
|
|
292
|
+
* [2354](https://github.com/AcademySoftwareFoundation/openexr/pull/2354)
|
|
293
|
+
Bump actions/upload-artifact from 7.0.0 to 7.0.1
|
|
294
|
+
* [2343](https://github.com/AcademySoftwareFoundation/openexr/pull/2343)
|
|
295
|
+
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
|
|
296
|
+
* [2341](https://github.com/AcademySoftwareFoundation/openexr/pull/2341)
|
|
297
|
+
Bump jmertic/slack-release-notifier from 32206e01ee0b0f66865d2be13bb3c62e474b5ce0 to 9d7d3a84563d2ebc8f7b2271be6c9568fedd7f3a
|
|
298
|
+
* [2338](https://github.com/AcademySoftwareFoundation/openexr/pull/2338)
|
|
299
|
+
Fix CodeQL SARIF upload ref for pull_request workflows
|
|
300
|
+
* [2336](https://github.com/AcademySoftwareFoundation/openexr/pull/2336)
|
|
301
|
+
Bump pypa/cibuildwheel from 3.4.0 to 3.4.1
|
|
302
|
+
* [2333](https://github.com/AcademySoftwareFoundation/openexr/pull/2333)
|
|
303
|
+
Add CI test to validate "cmake --install .. --prefix <path>
|
|
304
|
+
|
|
305
|
+
## Version 3.4.9 (April 3, 2026)
|
|
306
|
+
|
|
307
|
+
Patch release that addresses several security vulnerabilities.
|
|
308
|
+
|
|
309
|
+
This release also fixes a build issue where the library symlinks would
|
|
310
|
+
get installed in the incorrect location when overriding the cached
|
|
311
|
+
install prefix path.
|
|
312
|
+
|
|
313
|
+
This release addresses the following CVEs:
|
|
314
|
+
* [CVE-2026-34589](https://www.cve.org/CVERecord?id=CVE-2026-34589) DWA Lossy Decoder Heap Out-of-Bounds Write
|
|
315
|
+
* [CVE-2026-34588](https://www.cve.org/CVERecord?id=CVE-2026-34588) Signed 32-bit Overflow in PIZ Decoder Leads to OOB Read/Write
|
|
316
|
+
* [CVE-2026-34380](https://www.cve.org/CVERecord?id=CVE-2026-34380) Signed integer overflow (undefined behavior) in undo_pxr24_impl may allow bounds-check bypass in PXR24 decompression
|
|
317
|
+
* [CVE-2026-34379](https://www.cve.org/CVERecord?id=CVE-2026-34379) Misaligned write in LossyDctDecoder_execute leading to undefined behavior (DWA/DWAB decompression)
|
|
318
|
+
* [CVE-2026-34378](https://www.cve.org/CVERecord?id=CVE-2026-34378) Signed integer overflow in generic_unpack() when parsing EXR files with crafted negative dataWindow.min.x
|
|
319
|
+
|
|
320
|
+
### Merged Pull Requests
|
|
321
|
+
|
|
322
|
+
* [2329](https://github.com/AcademySoftwareFoundation/openexr/pull/2329)
|
|
323
|
+
Fix signed integer overflow in `LossyDctDecoder_execute()` pointer arithmatic
|
|
324
|
+
* [2328](https://github.com/AcademySoftwareFoundation/openexr/pull/2328)
|
|
325
|
+
fix integer overflow in PIZ wavelet buffer arithmetic
|
|
326
|
+
* [2327](https://github.com/AcademySoftwareFoundation/openexr/pull/2327)
|
|
327
|
+
Add a message about image size limits and OOM errors to SECURITY.md and website
|
|
328
|
+
* [2326](https://github.com/AcademySoftwareFoundation/openexr/pull/2326)
|
|
329
|
+
Fix shared lib symlink installation path
|
|
330
|
+
* [2324](https://github.com/AcademySoftwareFoundation/openexr/pull/2324)
|
|
331
|
+
Fix misaligned memory access in `LossyDctDecoder_execute` HALF→FLOAT expansion
|
|
332
|
+
* [2323](https://github.com/AcademySoftwareFoundation/openexr/pull/2323)
|
|
333
|
+
fix signed integer overflow in `undo_pxr24_impl()`
|
|
334
|
+
* [2321](https://github.com/AcademySoftwareFoundation/openexr/pull/2321)
|
|
335
|
+
Fix integer overflow in `srcbuffer` pointer arithmetic in `unpack_*`
|
|
336
|
+
* [2317](https://github.com/AcademySoftwareFoundation/openexr/pull/2317)
|
|
337
|
+
Add "cherry" and "changes" options to release.py
|
|
338
|
+
|
|
339
|
+
### Merged Workflow Pull Requests
|
|
340
|
+
|
|
341
|
+
* [2332](https://github.com/AcademySoftwareFoundation/openexr/pull/2332)
|
|
342
|
+
Bump vmactions/freebsd-vm from 1.4.3 to 1.4.4
|
|
343
|
+
* [2331](https://github.com/AcademySoftwareFoundation/openexr/pull/2331)
|
|
344
|
+
Bump github/codeql-action from 4.34.1 to 4.35.1
|
|
345
|
+
* [2330](https://github.com/AcademySoftwareFoundation/openexr/pull/2330)
|
|
346
|
+
Bump jmertic/slack-release-notifier from f824585541879ef2a6388268eccb9be210aa6878 to 32206e01ee0b0f66865d2be13bb3c62e474b5ce0
|
|
347
|
+
* [2325](https://github.com/AcademySoftwareFoundation/openexr/pull/2325)
|
|
348
|
+
Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0
|
|
349
|
+
* [2320](https://github.com/AcademySoftwareFoundation/openexr/pull/2320)
|
|
350
|
+
Bump jmertic/slack-release-notifier from 35fad060af5559c24decdec0f701e6ba93566704 to f824585541879ef2a6388268eccb9be210aa6878
|
|
351
|
+
* [2319](https://github.com/AcademySoftwareFoundation/openexr/pull/2319)
|
|
352
|
+
Bump msys2/setup-msys2 from 2.30.0 to 2.31.0
|
|
353
|
+
* [2318](https://github.com/AcademySoftwareFoundation/openexr/pull/2318)
|
|
354
|
+
Bump github/codeql-action from 4.33.0 to 4.34.1
|
|
355
|
+
|
|
356
|
+
## Version 3.4.8 (March 26, 2026)
|
|
357
|
+
|
|
358
|
+
Patch release with several bug/build fixes:
|
|
359
|
+
|
|
360
|
+
- Fix an integer-overflow bug reading malformed files compressed with
|
|
361
|
+
B44A/B44B
|
|
362
|
+
- Fix a buffer-overrun bug reading malformed files compressed with PXR24
|
|
363
|
+
- Fix a bug compressing half data with ZIPS/ZIP data when the
|
|
364
|
+
compressed size equals packed size
|
|
365
|
+
- Single part files no longer get assigned a part name when writing
|
|
366
|
+
via the python module
|
|
367
|
+
- Fix a build failure on FreeBSD involving `threads.h`
|
|
368
|
+
|
|
369
|
+
This also eliminates several compiler warnings, particularly about the
|
|
370
|
+
deprecated `isOptimizationEnabled()` API and deprecates standard
|
|
371
|
+
attributes.
|
|
372
|
+
|
|
373
|
+
This version addresses the following security vulnerabilities:
|
|
374
|
+
|
|
375
|
+
* [CVE-2026-34544](https://www.cve.org/CVERecord?id=CVE-2026-34544) integer overflow to OOB write in uncompress_b44_impl()
|
|
376
|
+
* [CVE-2026-34543](https://www.cve.org/CVERecord?id=CVE-2026-34543) Heap information disclosure in PXR24 decompression via unchecked decompressed size (undo_pxr24_impl)
|
|
377
|
+
|
|
378
|
+
### Merged Pull Requests
|
|
379
|
+
|
|
380
|
+
* [2312](https://github.com/AcademySoftwareFoundation/openexr/pull/2312)
|
|
381
|
+
Fix B44/B44A integer overflow: use uint64_t for row offset
|
|
382
|
+
* [2310](https://github.com/AcademySoftwareFoundation/openexr/pull/2310)
|
|
383
|
+
PXR24: reject zlib output that does not match packed payload size
|
|
384
|
+
* [2307](https://github.com/AcademySoftwareFoundation/openexr/pull/2307)
|
|
385
|
+
Fix ZIPS/ZIP encoder corruption when compressed size equals packed size
|
|
386
|
+
* [2303](https://github.com/AcademySoftwareFoundation/openexr/pull/2303)
|
|
387
|
+
Fix MinGW -Walloc-size-larger-than= in general_attr string test
|
|
388
|
+
* [2301](https://github.com/AcademySoftwareFoundation/openexr/pull/2301)
|
|
389
|
+
don't insert name attributes into single part files
|
|
390
|
+
* [2300](https://github.com/AcademySoftwareFoundation/openexr/pull/2300)
|
|
391
|
+
Fix FreeBSD build failure involving threads.h, and add FreeBSD CI build
|
|
392
|
+
* [2124](https://github.com/AcademySoftwareFoundation/openexr/pull/2124)
|
|
393
|
+
Suppress deprecation warnings for isOptimizationEnabled and standard attributes
|
|
394
|
+
|
|
395
|
+
### Merged Workflow Pull Requests
|
|
396
|
+
|
|
397
|
+
* [2315](https://github.com/AcademySoftwareFoundation/openexr/pull/2315)
|
|
398
|
+
Force macos cibuildwheel to use Xcode clang
|
|
399
|
+
* [2311](https://github.com/AcademySoftwareFoundation/openexr/pull/2311)
|
|
400
|
+
Bump actions/cache from 5.0.3 to 5.0.4
|
|
401
|
+
* [2304](https://github.com/AcademySoftwareFoundation/openexr/pull/2304)
|
|
402
|
+
Bump github/codeql-action from 4.32.6 to 4.33.0
|
|
403
|
+
* [2297](https://github.com/AcademySoftwareFoundation/openexr/pull/2297)
|
|
404
|
+
Restore Analysis build
|
|
405
|
+
* [2295](https://github.com/AcademySoftwareFoundation/openexr/pull/2295)
|
|
406
|
+
Restrict workflow permissions for ci_steps, release-sign, and codeql
|
|
407
|
+
* [2294](https://github.com/AcademySoftwareFoundation/openexr/pull/2294)
|
|
408
|
+
Pin pypa/cibuildwheel actions to release sha
|
|
409
|
+
|
|
410
|
+
## Version 3.4.7 (March 15, 2026)
|
|
411
|
+
|
|
412
|
+
Patch release bug/build fixes:
|
|
413
|
+
|
|
414
|
+
* Fix an integer overflow decoding very wide htj2k images
|
|
415
|
+
* Fix build failure with glibc 2.43
|
|
416
|
+
* Fix Windows symbol visibility warnings
|
|
417
|
+
|
|
418
|
+
Full changelog: [v3.4.6..v3.4.7](https://github.com/AcademySoftwareFoundation/openexr/compare/v3.4.6..v3.4.7)
|
|
419
|
+
|
|
420
|
+
This version addresses the following security vulnerabilities:
|
|
421
|
+
|
|
422
|
+
* [CVE-2026-34545](https://www.cve.org/CVERecord?id=CVE-2026-34545)
|
|
423
|
+
integer overflow lead to OOB in HTJ2K decoder
|
|
424
|
+
|
|
425
|
+
### Merged Pull Requests
|
|
426
|
+
|
|
427
|
+
* [2291](https://github.com/AcademySoftwareFoundation/openexr/pull/2291)
|
|
428
|
+
Fix integer overflow in htj2k decode with width > 32767
|
|
429
|
+
|
|
430
|
+
* [2283](https://github.com/AcademySoftwareFoundation/openexr/pull/2283)
|
|
431
|
+
update SECURITY with CVE info for PR #2256
|
|
432
|
+
|
|
433
|
+
* [2282](https://github.com/AcademySoftwareFoundation/openexr/pull/2282)
|
|
434
|
+
Remove `website_preview_link` workflow
|
|
435
|
+
|
|
436
|
+
* [2281](https://github.com/AcademySoftwareFoundation/openexr/pull/2281)
|
|
437
|
+
Disable visibility attributes on Windows to fix msys2 -Wattributes warning
|
|
438
|
+
|
|
439
|
+
* [2262](https://github.com/AcademySoftwareFoundation/openexr/pull/2262)
|
|
440
|
+
Fix build failure with glibc 2.43 due to C11 threads.h conflicts
|
|
441
|
+
|
|
442
|
+
### Merged Workflow Pull Requests
|
|
443
|
+
|
|
444
|
+
* [2292](https://github.com/AcademySoftwareFoundation/openexr/pull/2292)
|
|
445
|
+
Bump actions/download-artifact from 8.0.0 to 8.0.1
|
|
446
|
+
|
|
447
|
+
* [2289](https://github.com/AcademySoftwareFoundation/openexr/pull/2289)
|
|
448
|
+
Bump scikit-build-core from 0.12.1 to 0.12.2
|
|
449
|
+
|
|
450
|
+
* [2288](https://github.com/AcademySoftwareFoundation/openexr/pull/2288)
|
|
451
|
+
Bump jmertic/slack-release-notifier from 6fa159048d5313ff1177d248ad84beb627571670 to 35fad060af5559c24decdec0f701e6ba93566704
|
|
452
|
+
|
|
453
|
+
* [2287](https://github.com/AcademySoftwareFoundation/openexr/pull/2287)
|
|
454
|
+
Bump pypa/cibuildwheel from 3.3 to 3.4
|
|
455
|
+
|
|
456
|
+
## Version 3.4.6 (March 1, 2026)
|
|
457
|
+
|
|
458
|
+
Patch release with several bug fixes, enhancements, and build improvements.
|
|
459
|
+
|
|
460
|
+
* :bug: A limit of ``UINT_MAX`` deep samples per pixel is now
|
|
461
|
+
enforced, which prevents an integer overflow when using the
|
|
462
|
+
`CompositeDeepScanLine` API to combine multiple deep parts.
|
|
463
|
+
|
|
464
|
+
* :wrench: In `IlmThreadPool`, replace deprecated `std::atomic_load /
|
|
465
|
+
std::atomic_exchange` overloads for `std::shared_ptr` with the C++20
|
|
466
|
+
`std::atomic<std::shared_ptr<T>>` interface when available.
|
|
467
|
+
|
|
468
|
+
* :bug: The ``ZIP`` and ``ZIPS`` Compressor objects had incorrect
|
|
469
|
+
compression types set, although the ill effects were minimal as the
|
|
470
|
+
value is seldom used.
|
|
471
|
+
|
|
472
|
+
* :bug: Enable SSE2 on 32-bit x86 builds to fix test failures
|
|
473
|
+
|
|
474
|
+
Build improvements:
|
|
475
|
+
|
|
476
|
+
* :hammer_and_wrench: OpenEXR now ships with an internal "vendored" copy of the
|
|
477
|
+
``OpenJPH`` library. At configuration time, if CMake finds an
|
|
478
|
+
external installation of ``OpenJPH``, it will use it, but if that
|
|
479
|
+
fails, or the CMake configuration option
|
|
480
|
+
``OPENEXR_FORCE_INTERNAL_OPENJPH`` is set, it will use the internal
|
|
481
|
+
copy. For OpenEXR v3.4.6, the vendored version of OpenJPH is 0.26.3.
|
|
482
|
+
|
|
483
|
+
* :hammer_and_wrench: A new CMake build option `DOPENEXR_FORCE_EMBEDDED_CORE`
|
|
484
|
+
builds the `OpenEXRCore` library statically and links it into the
|
|
485
|
+
`OpenEXR` library with symbols hidden, making it possible to link
|
|
486
|
+
multiple versions of OpenEXR into the same executable. The `OpenEXR`
|
|
487
|
+
library has namespaces for this situation, but the `OpenEXRCore`
|
|
488
|
+
library is written in C with no configurable namespace. See [Linking
|
|
489
|
+
Multiple OpenEXR Versions in the
|
|
490
|
+
Executable](https://openexr.com/en/latest/install.html#linking-multiple-openexr-versions-in-the-executable)
|
|
491
|
+
for details.
|
|
492
|
+
|
|
493
|
+
* :hammer_and_wrench: Fix build failure with ``-march=sandybridge``
|
|
494
|
+
|
|
495
|
+
Python:
|
|
496
|
+
|
|
497
|
+
* :snake: :sparkles: Add python support for Opaque Attributes
|
|
498
|
+
|
|
499
|
+
* :rocket: Python module I/O operations now release the GIL,
|
|
500
|
+
preventing blocking.
|
|
501
|
+
|
|
502
|
+
Tools:
|
|
503
|
+
|
|
504
|
+
* :sparkles: Add sanity check for correct arguments to exrstdattr, to
|
|
505
|
+
catch mistakes such as ``exrstdattr input.exr output.exr -comment
|
|
506
|
+
hello`` which would formerly write to a file called ``hello`` but
|
|
507
|
+
now fails with a usage error.
|
|
508
|
+
|
|
509
|
+
Also, this release bumps the vendered version of `libdeflate` to 1.25.
|
|
510
|
+
|
|
511
|
+
This release addresses the following CVEs:
|
|
512
|
+
* [CVE-2026-27622](https://www.cve.org/CVERecord?id=CVE-2026-27622)
|
|
513
|
+
CompositeDeepScanLine integer-overflow leads to heap OOB write
|
|
514
|
+
|
|
515
|
+
### Merged Pull Requests:
|
|
516
|
+
|
|
517
|
+
* [2274](https://github.com/AcademySoftwareFoundation/openexr/pull/2274)
|
|
518
|
+
Update the vendored libdeflate to 1.25
|
|
519
|
+
* [2273](https://github.com/AcademySoftwareFoundation/openexr/pull/2273)
|
|
520
|
+
Release Python GIL during I/O operations in bindings
|
|
521
|
+
* [2272](https://github.com/AcademySoftwareFoundation/openexr/pull/2272)
|
|
522
|
+
Fix build failure with -march=sandybridge (#2231)
|
|
523
|
+
* [2271](https://github.com/AcademySoftwareFoundation/openexr/pull/2271)
|
|
524
|
+
Enable SSE2 on 32-bit x86 builds to fix test failures
|
|
525
|
+
* [2269](https://github.com/AcademySoftwareFoundation/openexr/pull/2269)
|
|
526
|
+
Mention OpenEXR dependencies on README
|
|
527
|
+
* [2268](https://github.com/AcademySoftwareFoundation/openexr/pull/2268)
|
|
528
|
+
Bazel: Use openjph 0.26.3
|
|
529
|
+
* [2267](https://github.com/AcademySoftwareFoundation/openexr/pull/2267)
|
|
530
|
+
Bump rules_cc from 0.2.16 to 0.2.17
|
|
531
|
+
* [2265](https://github.com/AcademySoftwareFoundation/openexr/pull/2265)
|
|
532
|
+
Bump jmertic/slack-release-notifier
|
|
533
|
+
* [2264](https://github.com/AcademySoftwareFoundation/openexr/pull/2264)
|
|
534
|
+
Bump github/codeql-action from 4.32.3 to 4.32.4
|
|
535
|
+
* [2263](https://github.com/AcademySoftwareFoundation/openexr/pull/2263)
|
|
536
|
+
Add sanity check for correct arguments to exrstdattr
|
|
537
|
+
* [2261](https://github.com/AcademySoftwareFoundation/openexr/pull/2261)
|
|
538
|
+
Fix sentence fragment typo in website python docs
|
|
539
|
+
* [2260](https://github.com/AcademySoftwareFoundation/openexr/pull/2260)
|
|
540
|
+
Add reference to `OPENEXR_FORCE_EMBEDDED_CORE` on install page
|
|
541
|
+
* [2259](https://github.com/AcademySoftwareFoundation/openexr/pull/2259)
|
|
542
|
+
Fix ZipCompressor to initialize compresson type correctly
|
|
543
|
+
* [2258](https://github.com/AcademySoftwareFoundation/openexr/pull/2258)
|
|
544
|
+
Bazel: Remove WORKSPACE.bazel file
|
|
545
|
+
* [2256](https://github.com/AcademySoftwareFoundation/openexr/pull/2256)
|
|
546
|
+
Report an error if a deep pixel as more than `UINT_MAX` samples
|
|
547
|
+
* [2253](https://github.com/AcademySoftwareFoundation/openexr/pull/2253)
|
|
548
|
+
Add CVE-2025-64181 to SECURITY.md
|
|
549
|
+
* [2252](https://github.com/AcademySoftwareFoundation/openexr/pull/2252)
|
|
550
|
+
Add news and release notes for v3.4.5 and v3.3.7
|
|
551
|
+
* [2250](https://github.com/AcademySoftwareFoundation/openexr/pull/2250)
|
|
552
|
+
Vendor OpenJPH v0.26.3
|
|
553
|
+
* [2249](https://github.com/AcademySoftwareFoundation/openexr/pull/2249)
|
|
554
|
+
Add python support for Opaque Attributes
|
|
555
|
+
* [2248](https://github.com/AcademySoftwareFoundation/openexr/pull/2248)
|
|
556
|
+
Fix tag check, git rm, and sed calls in vendor_openjph.sh
|
|
557
|
+
* [2247](https://github.com/AcademySoftwareFoundation/openexr/pull/2247)
|
|
558
|
+
Bump github/codeql-action from 4.31.9 to 4.32.3
|
|
559
|
+
* [2243](https://github.com/AcademySoftwareFoundation/openexr/pull/2243)
|
|
560
|
+
IlmThread: fix deprecated atomic `shared_ptr` ops for `shared_ptr` (GCC 15)
|
|
561
|
+
* [2240](https://github.com/AcademySoftwareFoundation/openexr/pull/2240)
|
|
562
|
+
Bump actions/cache from 5.0.1 to 5.0.3
|
|
563
|
+
* [2239](https://github.com/AcademySoftwareFoundation/openexr/pull/2239)
|
|
564
|
+
Fix links and formatting in CONTRIBUTING.md
|
|
565
|
+
* [2236](https://github.com/AcademySoftwareFoundation/openexr/pull/2236)
|
|
566
|
+
Bump actions/checkout from 6.0.1 to 6.0.2
|
|
567
|
+
* [2235](https://github.com/AcademySoftwareFoundation/openexr/pull/2235)
|
|
568
|
+
Bump actions/setup-python from 6.1.0 to 6.2.0
|
|
569
|
+
* [2227](https://github.com/AcademySoftwareFoundation/openexr/pull/2227)
|
|
570
|
+
Bump rules_cc from 0.2.14 to 0.2.16
|
|
571
|
+
* [2226](https://github.com/AcademySoftwareFoundation/openexr/pull/2226)
|
|
572
|
+
Bump bazel_skylib from 1.8.2 to 1.9.0
|
|
573
|
+
* [2225](https://github.com/AcademySoftwareFoundation/openexr/pull/2225)
|
|
574
|
+
Rename external/OpenJPH/src/core/common to openjph, instead of using a symlink
|
|
575
|
+
* [2224](https://github.com/AcademySoftwareFoundation/openexr/pull/2224)
|
|
576
|
+
Bump github/codeql-action from 4.31.8 to 4.31.9
|
|
577
|
+
* [2222](https://github.com/AcademySoftwareFoundation/openexr/pull/2222)
|
|
578
|
+
Bump actions/upload-artifact from 5 to 6
|
|
579
|
+
* [2221](https://github.com/AcademySoftwareFoundation/openexr/pull/2221)
|
|
580
|
+
Bump actions/cache from 4.3.0 to 5.0.1
|
|
581
|
+
* [2220](https://github.com/AcademySoftwareFoundation/openexr/pull/2220)
|
|
582
|
+
Bump msys2/setup-msys2 from 2.29.0 to 2.30.0
|
|
583
|
+
* [2219](https://github.com/AcademySoftwareFoundation/openexr/pull/2219)
|
|
584
|
+
Bump actions/download-artifact from 6.0.0 to 7.0.0
|
|
585
|
+
* [2218](https://github.com/AcademySoftwareFoundation/openexr/pull/2218)
|
|
586
|
+
Bump github/codeql-action from 4.31.7 to 4.31.8
|
|
587
|
+
* [2216](https://github.com/AcademySoftwareFoundation/openexr/pull/2216)
|
|
588
|
+
Add option to compile c++ libraries with an embedded core library
|
|
589
|
+
* [2215](https://github.com/AcademySoftwareFoundation/openexr/pull/2215)
|
|
590
|
+
Bump imath from 3.2.2 to 3.2.2.bcr.1
|
|
591
|
+
* [2214](https://github.com/AcademySoftwareFoundation/openexr/pull/2214)
|
|
592
|
+
Bump github/codeql-action from 4.31.5 to 4.31.7
|
|
593
|
+
* [2213](https://github.com/AcademySoftwareFoundation/openexr/pull/2213)
|
|
594
|
+
Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0
|
|
595
|
+
* [2212](https://github.com/AcademySoftwareFoundation/openexr/pull/2212)
|
|
596
|
+
Bump actions/checkout from 6.0.0 to 6.0.1
|
|
597
|
+
* [2210](https://github.com/AcademySoftwareFoundation/openexr/pull/2210)
|
|
598
|
+
Bump actions/setup-python from 6.0.0 to 6.1.0
|
|
599
|
+
* [2209](https://github.com/AcademySoftwareFoundation/openexr/pull/2209)
|
|
600
|
+
Bump github/codeql-action from 4.31.4 to 4.31.5
|
|
601
|
+
* [2208](https://github.com/AcademySoftwareFoundation/openexr/pull/2208)
|
|
602
|
+
Remove enable-beta-ecosystem since Bazel is no officially supported
|
|
603
|
+
* [2204](https://github.com/AcademySoftwareFoundation/openexr/pull/2204)
|
|
604
|
+
Bump actions/checkout from 3.6.0 to 6.0.0
|
|
605
|
+
* [2202](https://github.com/AcademySoftwareFoundation/openexr/pull/2202)
|
|
606
|
+
Bump github/codeql-action from 4.31.3 to 4.31.4
|
|
607
|
+
* [2193](https://github.com/AcademySoftwareFoundation/openexr/pull/2193)
|
|
608
|
+
Vendor in an internal version of OpenJPH
|
|
609
|
+
* [2167](https://github.com/AcademySoftwareFoundation/openexr/pull/2167)
|
|
610
|
+
Bazel build: Bump openjph to 0.25.0 and libdeflate to 1.25
|
|
611
|
+
|
|
612
|
+
## Version 3.4.5 (February 21, 2026)
|
|
613
|
+
|
|
614
|
+
Patch release that fixes an incorrect size check in
|
|
615
|
+
`istream_nonparallel_read` that could lead to a buffer overflow on
|
|
616
|
+
invalid input data.
|
|
617
|
+
|
|
618
|
+
This release addresses the following CVEs:
|
|
619
|
+
* [CVE-2026-26981](https://www.cve.org/CVERecord?id=CVE-2026-26981)
|
|
620
|
+
Heap-buffer-overflow via signed integer underflow in ImfContextInit.cpp
|
|
621
|
+
|
|
622
|
+
### Merged Pull Requests:
|
|
623
|
+
|
|
624
|
+
* [2244](https://github.com/AcademySoftwareFoundation/openexr/pull/2244)
|
|
625
|
+
Fix incorrect size check in `istream_nonparallel_read`
|
|
626
|
+
|
|
627
|
+
## Version 3.4.4 (November 19, 2025)
|
|
628
|
+
|
|
629
|
+
Patch release with an optimization to reduce the size of the library.
|
|
630
|
+
|
|
631
|
+
B44 and DWA compression tables are now initialized at first use rather
|
|
632
|
+
than being hard-coded in the source code and compiled binary. This
|
|
633
|
+
reduces the library size at a slight performance cost. Initialization
|
|
634
|
+
takes under a millisecond, but the size of libOpenEXRCore.so is
|
|
635
|
+
reduced from 890K to 360K.
|
|
636
|
+
|
|
637
|
+
This also fixes a build issue with `ILMTHREAD_THREADING_ENABLED` which
|
|
638
|
+
inadvertently enabled threading when it should have been disabed.
|
|
639
|
+
|
|
640
|
+
This also fixes a bug where importing the python module from a parent
|
|
641
|
+
directory would fail.
|
|
642
|
+
|
|
643
|
+
### Merged Pull Requests:
|
|
644
|
+
|
|
645
|
+
* [2199](https://github.com/AcademySoftwareFoundation/openexr/pull/2199)
|
|
646
|
+
OpenEXRCore: fix `ILMTHREAD_THREADING_ENABLED` checks
|
|
647
|
+
* [2198](https://github.com/AcademySoftwareFoundation/openexr/pull/2198)
|
|
648
|
+
OpenEXRCore: avoid direct dependency on imath
|
|
649
|
+
* [2196](https://github.com/AcademySoftwareFoundation/openexr/pull/2196)
|
|
650
|
+
Bump github/codeql-action from 4.31.2 to 4.31.3
|
|
651
|
+
* [2194](https://github.com/AcademySoftwareFoundation/openexr/pull/2194)
|
|
652
|
+
Add missing copywrite comments
|
|
653
|
+
* [2192](https://github.com/AcademySoftwareFoundation/openexr/pull/2192)
|
|
654
|
+
Bump pypa/cibuildwheel from 3.2 to 3.3
|
|
655
|
+
* [2190](https://github.com/AcademySoftwareFoundation/openexr/pull/2190)
|
|
656
|
+
Bump github/codeql-action from 3.27.9 to 4.31.2
|
|
657
|
+
* [2189](https://github.com/AcademySoftwareFoundation/openexr/pull/2189)
|
|
658
|
+
Bump msys2/setup-msys2 from 2.27.0 to 2.29.0
|
|
659
|
+
* [2188](https://github.com/AcademySoftwareFoundation/openexr/pull/2188)
|
|
660
|
+
Bump actions/download-artifact from 4.1.8 to 6.0.0
|
|
661
|
+
* [2187](https://github.com/AcademySoftwareFoundation/openexr/pull/2187)
|
|
662
|
+
Bump ossf/scorecard-action from 2.4.0 to 2.4.3
|
|
663
|
+
* [2186](https://github.com/AcademySoftwareFoundation/openexr/pull/2186)
|
|
664
|
+
Bump pypa/cibuildwheel from 2.23 to 3.2
|
|
665
|
+
* [2185](https://github.com/AcademySoftwareFoundation/openexr/pull/2185)
|
|
666
|
+
Bump actions/cache from 4.2.0 to 4.3.0
|
|
667
|
+
* [2184](https://github.com/AcademySoftwareFoundation/openexr/pull/2184)
|
|
668
|
+
Bump actions/upload-artifact from 4 to 5
|
|
669
|
+
* [2183](https://github.com/AcademySoftwareFoundation/openexr/pull/2183)
|
|
670
|
+
Bump actions/checkout from 2.7.0 to 5.0.0
|
|
671
|
+
* [2182](https://github.com/AcademySoftwareFoundation/openexr/pull/2182)
|
|
672
|
+
Add recent CVEs to SECURITY.md
|
|
673
|
+
* [2181](https://github.com/AcademySoftwareFoundation/openexr/pull/2181)
|
|
674
|
+
Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.1.0
|
|
675
|
+
* [2180](https://github.com/AcademySoftwareFoundation/openexr/pull/2180)
|
|
676
|
+
Bump actions/setup-python from 5.3.0 to 6.0.0
|
|
677
|
+
* [2178](https://github.com/AcademySoftwareFoundation/openexr/pull/2178)
|
|
678
|
+
Bump snyk/actions from 0.4.0 to 1.0.0
|
|
679
|
+
* [2177](https://github.com/AcademySoftwareFoundation/openexr/pull/2177)
|
|
680
|
+
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0
|
|
681
|
+
* [2176](https://github.com/AcademySoftwareFoundation/openexr/pull/2176)
|
|
682
|
+
Imporve Bazel support
|
|
683
|
+
* [2175](https://github.com/AcademySoftwareFoundation/openexr/pull/2175)
|
|
684
|
+
Converts asserts in internal_ht.cpp to if statement that throws an exception.
|
|
685
|
+
* [2174](https://github.com/AcademySoftwareFoundation/openexr/pull/2174)
|
|
686
|
+
DWA: initialize linear/nonlinear tables at runtime
|
|
687
|
+
* [2173](https://github.com/AcademySoftwareFoundation/openexr/pull/2173)
|
|
688
|
+
Update macos-13 to macos-15-intel
|
|
689
|
+
* [2171](https://github.com/AcademySoftwareFoundation/openexr/pull/2171)
|
|
690
|
+
Properly set `OpenEXR_error` in legacy python API
|
|
691
|
+
* [2126](https://github.com/AcademySoftwareFoundation/openexr/pull/2126)
|
|
692
|
+
B44: initialize exp/log tables at runtime
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
## Version 3.4.3 (November 4, 2025)
|
|
696
|
+
|
|
697
|
+
Patch release that addresses several bugs, primarily involving
|
|
698
|
+
properly rejecting corrupt input data.
|
|
699
|
+
|
|
700
|
+
Specifically:
|
|
701
|
+
|
|
702
|
+
- Buffer overflow in PyOpenEXR_old's `channels()` and `channel()` in
|
|
703
|
+
legacy python, reported by Joshua Rogers (GitHub: MegaManSec).
|
|
704
|
+
- Use after free in PyObject_StealAttrString in legacy python, reported
|
|
705
|
+
by Joshua Rogers (GitHub: MegaManSec).
|
|
706
|
+
- Use of Uninitialized Memory in openexr, reported by Aldo Ristori
|
|
707
|
+
(GitHub: Kaldreic).
|
|
708
|
+
- Heap-based Buffer Overflow Remote Code Execution Vulnerability,
|
|
709
|
+
reported by Trend Micro Zero Day Initiative.
|
|
710
|
+
|
|
711
|
+
This release addresses the following CVEs:
|
|
712
|
+
* [CVE-2025-64183](https://www.cve.org/CVERecord?id=CVE-2025-64183)
|
|
713
|
+
Use after free in PyObject_StealAttrString
|
|
714
|
+
* [CVE-2025-64182](https://www.cve.org/CVERecord?id=CVE-2025-64182)
|
|
715
|
+
Buffer overflow in PyOpenEXR_old's channels() and channel()
|
|
716
|
+
* [CVE-2025-64181](https://www.cve.org/CVERecord?id=CVE-2025-64181)
|
|
717
|
+
Security Issue: Use of Uninitialized Memory in openexr
|
|
718
|
+
* [CVE-2025-12840](https://www.cve.org/CVERecord?id=CVE-2025-12840)
|
|
719
|
+
Academy Software Foundation OpenEXR EXR File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
|
|
720
|
+
* [CVE-2025-12839](https://www.cve.org/CVERecord?id=CVE-2025-12839)
|
|
721
|
+
Academy Software Foundation OpenEXR EXR File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
|
|
722
|
+
* [CVE-2025-12495](https://www.cve.org/CVERecord?id=CVE-2025-12495)
|
|
723
|
+
Academy Software Foundation OpenEXR EXR File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
|
|
724
|
+
|
|
725
|
+
Also:
|
|
726
|
+
|
|
727
|
+
* OSS-fuzz [456158449](https://issues.oss-fuzz.com/issues/456158449)
|
|
728
|
+
Heap-buffer-overflow in `generic_unpack`
|
|
729
|
+
* OSS-fuzz [447429458](https://issues.oss-fuzz.com/issues/447429458)
|
|
730
|
+
Heap-buffer-overflow in `DwaCompressor_uncompress`
|
|
731
|
+
* OSS-fuzz [439237843](https://issues.oss-fuzz.com/issues/439237843)
|
|
732
|
+
Heap-buffer-overflow in `internal_exr_undo_ht`
|
|
733
|
+
* OSS-fuzz [436037111](https://issues.oss-fuzz.com/issues/436037111)
|
|
734
|
+
Heap-buffer-overflow in `generic_unpack`
|
|
735
|
+
* OSS-fuzz [435779241](https://issues.oss-fuzz.com/issues/435779241)
|
|
736
|
+
Heap-buffer-overflow in `generic_unpack`
|
|
737
|
+
* OSS-fuzz [420744464](https://issues.oss-fuzz.com/issues/420744464)
|
|
738
|
+
Abrt in `__cxxabiv1::failed_throw`
|
|
739
|
+
|
|
740
|
+
Other fixes:
|
|
741
|
+
* Fix a bug with re-reading a scanline file with a different set of
|
|
742
|
+
channels.
|
|
743
|
+
* Only populate `CMAKE_DEBUG_POSTFIX` with `_d` if it is undefined,
|
|
744
|
+
which makes it possible to set `CMAKE_DEBUG_POSTFIX=""`.
|
|
745
|
+
|
|
746
|
+
This version also bumps the auto-fetched version of OpenJPH to
|
|
747
|
+
0.24.4. OpenJPH 0.24.4 addresses these OSS-Fuzz issues:
|
|
748
|
+
|
|
749
|
+
* OSS-fuzz [455374208](https://issues.oss-fuzz.com/issues/455374208)
|
|
750
|
+
Floating-point-exception in `ojph::local::tile::pre_alloc`
|
|
751
|
+
* OSS-fuzz [444963190](https://issues.oss-fuzz.com/issues/444963190)
|
|
752
|
+
Index-out-of-bounds in `ojph::local::param_qcd::read_qcc`
|
|
753
|
+
* OSS-fuzz [444878558](https://issues.oss-fuzz.com/issues/444878558)
|
|
754
|
+
Segv on unknown address in `ojph::local::param_qcd::~param_qcd`
|
|
755
|
+
* OSS-fuzz [444878557](https://issues.oss-fuzz.com/issues/444878557)
|
|
756
|
+
Null-dereference READ in `ojph::local::param_qcd::~param_qcd`
|
|
757
|
+
|
|
758
|
+
### Merged Pull Requests:
|
|
759
|
+
|
|
760
|
+
* [2168](https://github.com/AcademySoftwareFoundation/openexr/pull/2168)
|
|
761
|
+
Fix improper use of `Py_DECREF` in legacy python module
|
|
762
|
+
* [2166](https://github.com/AcademySoftwareFoundation/openexr/pull/2166)
|
|
763
|
+
Only define `CMAKE_DEBUG_POSTFIX` if it is not already defined
|
|
764
|
+
* [2164](https://github.com/AcademySoftwareFoundation/openexr/pull/2164)
|
|
765
|
+
check storage_mode when computing chunk sizes
|
|
766
|
+
* [2163](https://github.com/AcademySoftwareFoundation/openexr/pull/2163)
|
|
767
|
+
Check for image size overflow in legacy python module
|
|
768
|
+
* [2162](https://github.com/AcademySoftwareFoundation/openexr/pull/2162)
|
|
769
|
+
verify packed/unpacked size with uncompressed data
|
|
770
|
+
* [2161](https://github.com/AcademySoftwareFoundation/openexr/pull/2161)
|
|
771
|
+
ImfCheckFile: handle partial deep tiles
|
|
772
|
+
* [2160](https://github.com/AcademySoftwareFoundation/openexr/pull/2160)
|
|
773
|
+
Fix issues with negative coordinates and sampling != 0
|
|
774
|
+
* [2159](https://github.com/AcademySoftwareFoundation/openexr/pull/2159)
|
|
775
|
+
Fix memset in `exr_read_chunk` when nread is negative
|
|
776
|
+
* [2156](https://github.com/AcademySoftwareFoundation/openexr/pull/2156)
|
|
777
|
+
Fix handling of corrupt RLE data
|
|
778
|
+
* [2150](https://github.com/AcademySoftwareFoundation/openexr/pull/2150)
|
|
779
|
+
Fix bug with re-reading scanline file with a different set of channels
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
## Version 3.4.2 (October 15, 2025)
|
|
783
|
+
|
|
784
|
+
Patch release that fixes a Windows build issue introduced in v3.4.1.
|
|
785
|
+
|
|
786
|
+
No change in functionality.
|
|
787
|
+
|
|
788
|
+
### Merged Pull Requests:
|
|
789
|
+
|
|
790
|
+
* [2146](https://github.com/AcademySoftwareFoundation/openexr/pull/2146)
|
|
791
|
+
Update Bazel dependencies
|
|
792
|
+
* [2144](https://github.com/AcademySoftwareFoundation/openexr/pull/2144)
|
|
793
|
+
handle CMake CREATE_LINK failures for openjph headers
|
|
794
|
+
|
|
795
|
+
## Version 3.4.1 (October 8, 2025)
|
|
796
|
+
|
|
797
|
+
Patch release that fixes a build issue: OpenJPH headers are now
|
|
798
|
+
included from the openjph folder, as required by OpenJPH 0.23+.
|
|
799
|
+
|
|
800
|
+
No change in functionality.
|
|
801
|
+
|
|
802
|
+
### Merged Pull Requests:
|
|
803
|
+
|
|
804
|
+
* [2140](https://github.com/AcademySoftwareFoundation/openexr/pull/2140)
|
|
805
|
+
Update `HELP2MAN_URL` in `install_help2man.sh`
|
|
806
|
+
* [2139](https://github.com/AcademySoftwareFoundation/openexr/pull/2139)
|
|
807
|
+
Fix doxygen/sphinx/rst website issues
|
|
808
|
+
* [2138](https://github.com/AcademySoftwareFoundation/openexr/pull/2138)
|
|
809
|
+
Bazel cleanup
|
|
810
|
+
* [2137](https://github.com/AcademySoftwareFoundation/openexr/pull/2137)
|
|
811
|
+
Bump macos runners to 14 and 15, drop 13
|
|
812
|
+
* [2136](https://github.com/AcademySoftwareFoundation/openexr/pull/2136)
|
|
813
|
+
Include the openjph headers from the openjph folder, required for OpenJPH 0.23+
|
|
814
|
+
* [2127](https://github.com/AcademySoftwareFoundation/openexr/pull/2127)
|
|
815
|
+
cmake: remove trailing spaces
|
|
816
|
+
* [2119](https://github.com/AcademySoftwareFoundation/openexr/pull/2119)
|
|
817
|
+
News for v3.4.0 release
|
|
818
|
+
* [2118](https://github.com/AcademySoftwareFoundation/openexr/pull/2118)
|
|
819
|
+
fix formatting in release notes
|
|
820
|
+
* [2107](https://github.com/AcademySoftwareFoundation/openexr/pull/2107)
|
|
821
|
+
Add section on OpenEXR/Imath version compatibility to install instructions
|
|
822
|
+
|
|
823
|
+
## Version 3.4.0 (September 5, 2025)
|
|
824
|
+
|
|
825
|
+
OpenEXR v3.4 introduces a new, additional compression option to the
|
|
826
|
+
OpenEXR file format for **lossless compression with High Throughput
|
|
827
|
+
JPEG-2000 (HTJ2K)** encoding:
|
|
828
|
+
|
|
829
|
+
* A new HTJ2K compressor uses the **High-Throughput (HT) block
|
|
830
|
+
coder**. It supports the full range of OpenEXR features, including
|
|
831
|
+
16-bit and 32-bit floating-point image channels, both scanline and
|
|
832
|
+
tiled.
|
|
833
|
+
|
|
834
|
+
* The HT block coder is standardized in [Rec. ITU-T
|
|
835
|
+
T.814](https://loc.gov/preservation/digital/formats/fdd/fdd000566.shtml)
|
|
836
|
+
and [ISO/IEC 15444-15](https://www.iso.org/standard/76621.html). It
|
|
837
|
+
is **royalty-free**, widely used in cinema and distribution servicing,
|
|
838
|
+
and implemented in both commercial and open-source toolkits.
|
|
839
|
+
|
|
840
|
+
* In experiments, we've found that HTJ2K produces smaller files, and
|
|
841
|
+
depending on the nature of the image data, is one of the fastest
|
|
842
|
+
compression types available in OpenEXR.
|
|
843
|
+
|
|
844
|
+
* Integration with OpenEXR uses the
|
|
845
|
+
[OpenJPH](https://github.com/aous72/OpenJPH) open-source
|
|
846
|
+
library. For ease in managing the dependency, the OpenEXR CMake
|
|
847
|
+
configuration supports **automatically fetching and building `OpenJPH`
|
|
848
|
+
internally**, or linking against an **external installation**.
|
|
849
|
+
|
|
850
|
+
* OpenEXR supports two new compression types with distinct space/time
|
|
851
|
+
trade-offs:
|
|
852
|
+
|
|
853
|
+
- `htj2k256` -- encodes/decodes chunks of 256 scanlines, producing
|
|
854
|
+
slightly smaller file size than `htj2k32`.
|
|
855
|
+
|
|
856
|
+
- `htj2k32` -- encodes/decodes chunks of 32 scanlines, better suited
|
|
857
|
+
to multi-threading, so it offers significantly faster encoding and
|
|
858
|
+
decoding (4-6x in some cases) than `htj2k256`, with a slight
|
|
859
|
+
increase in file size.
|
|
860
|
+
|
|
861
|
+
* All existing OpenEXR compression options remain unchanged. This new
|
|
862
|
+
feature simply extends the range of compression types available.
|
|
863
|
+
|
|
864
|
+
* Software compiled with OpenEXR v3.4 will be able to read HTJ2K
|
|
865
|
+
compressed OpenEXRs without any code changes. Software that writes
|
|
866
|
+
files may automatically support the new type, but may need a small
|
|
867
|
+
update to make the new type available as a user option.
|
|
868
|
+
|
|
869
|
+
* :warning: This is a **backwards-compatible extension** to the OpenEXR
|
|
870
|
+
file format. Files written with OpenEXR v3.4 will be readable by
|
|
871
|
+
applications built against previous releases, _unless_ they use the
|
|
872
|
+
new `htj2k32` or `htj2k256` compression options.
|
|
873
|
+
|
|
874
|
+
* :warning: This feature was first introduced for evaluation in
|
|
875
|
+
February, 2025 via the `htj2k-beta` branch with a single 256
|
|
876
|
+
scanlines/chunk compression option, with the 32-scanline option
|
|
877
|
+
added more recently. Application software written during this
|
|
878
|
+
evaluation period will need to change `IMF_HTJ2K_COMPRESSION` to
|
|
879
|
+
`IMF_HTJ2K256_COMPRESSION`, although files written with the earlier
|
|
880
|
+
evaluation version should still read properly.
|
|
881
|
+
|
|
882
|
+
### Other New Features:
|
|
883
|
+
|
|
884
|
+
* :sparkles: **New `colorInteropID` standard attribute**
|
|
885
|
+
|
|
886
|
+
The ID string endorsed by the Color Interop Forum to communicate the
|
|
887
|
+
color space of RGB images in an interoperable manner.
|
|
888
|
+
|
|
889
|
+
- The contents of the string is described in the specification [An
|
|
890
|
+
ID for Color
|
|
891
|
+
Interop](https://docs.google.com/document/d/1T94lYbis9uCskL_ZEMxGBF2JryLfZnjxlEoNgRHZzBE/edit?usp=sharing).
|
|
892
|
+
|
|
893
|
+
- Guidance to application developers is provided in [Identifying the
|
|
894
|
+
Color Space of OpenEXR
|
|
895
|
+
Files](https://docs.google.com/document/d/1MTH1bq2L67ifvdDf64Amhzg4AbkIM5LG6yPHrB96Vwo/edit?usp=sharing)
|
|
896
|
+
|
|
897
|
+
* :sparkles: **New `bytes` attribute type**
|
|
898
|
+
|
|
899
|
+
Designed to hold an arbitrary binary blob of metadata.
|
|
900
|
+
|
|
901
|
+
- The OpenEXR library forces no interpretations of the attribute
|
|
902
|
+
contents; it is strictly application-dependent.
|
|
903
|
+
|
|
904
|
+
- The attribute also holds a `typeHint` string which applications
|
|
905
|
+
can use to suggest the intended interpretation of the contents,
|
|
906
|
+
but it is strictly informational.
|
|
907
|
+
|
|
908
|
+
* :wrench: **TBB as a global thread provider**
|
|
909
|
+
|
|
910
|
+
- A new cmake option `-DOPENEXR_USE_TBB=ON` switches the internals
|
|
911
|
+
of the thread pool to use TBB by default.
|
|
912
|
+
- Building with this option adds a link dependency on the `OneAPI
|
|
913
|
+
TBB` distribution.
|
|
914
|
+
|
|
915
|
+
* :wrench: **Vendored `libdeflate`**
|
|
916
|
+
|
|
917
|
+
- OpenEXR v3.4 now ships with a bundled distribution of the
|
|
918
|
+
`libdeflate` library, replacing the previous "auto-fetch"
|
|
919
|
+
mechanism.
|
|
920
|
+
- By default, building OpenEXR will use a system installation of
|
|
921
|
+
`libdeflate` as before, but if none is found, the build will use
|
|
922
|
+
the internal copy of `libdeflate`.
|
|
923
|
+
- Use `-DOPENEXR_USE_INTERNAL_DEFLATE=ON` to force the use of the
|
|
924
|
+
internal vendored version.
|
|
925
|
+
|
|
926
|
+
### Bug fixes:
|
|
927
|
+
|
|
928
|
+
* :bug: Using openexr via cmake `add_subdirectory` now works properly.
|
|
929
|
+
|
|
930
|
+
### Changes to the OpenEXR Python module:
|
|
931
|
+
|
|
932
|
+
* :snake: :bug: The Python module now allows an empty part name for a
|
|
933
|
+
single-part file
|
|
934
|
+
* :snake: :bug: The `header_only` option for Python module's `OpenEXR.File`
|
|
935
|
+
now works properly.
|
|
936
|
+
* :snake: :package: :warning: `pypi` distributions now **add support
|
|
937
|
+
for Python 3.13** and **drop support for Python 3.7**xc.
|
|
938
|
+
|
|
939
|
+
### Merged Pull Requests:
|
|
940
|
+
|
|
941
|
+
* [2115](https://github.com/AcademySoftwareFoundation/openexr/pull/2115)
|
|
942
|
+
Move openjph to Requires.private in OpenEXR.pc
|
|
943
|
+
* [2114](https://github.com/AcademySoftwareFoundation/openexr/pull/2114)
|
|
944
|
+
Remove openjph includes from ImfHTCompressor.h
|
|
945
|
+
* [2113](https://github.com/AcademySoftwareFoundation/openexr/pull/2113)
|
|
946
|
+
Improve handling of Imath and OpenJPH library versions
|
|
947
|
+
* [2112](https://github.com/AcademySoftwareFoundation/openexr/pull/2112)
|
|
948
|
+
Fix compiler warnings
|
|
949
|
+
* [2106](https://github.com/AcademySoftwareFoundation/openexr/pull/2106)
|
|
950
|
+
Bump scikit-build-core from 0.11.5 to 0.11.6
|
|
951
|
+
* [2105](https://github.com/AcademySoftwareFoundation/openexr/pull/2105)
|
|
952
|
+
Add details about branches to install instructions
|
|
953
|
+
* [2104](https://github.com/AcademySoftwareFoundation/openexr/pull/2104)
|
|
954
|
+
Add support for 32-line HTJ2K Compressor
|
|
955
|
+
* [2103](https://github.com/AcademySoftwareFoundation/openexr/pull/2103)
|
|
956
|
+
remove extra allocation, fix invalid dereference on corrupt file
|
|
957
|
+
* [2102](https://github.com/AcademySoftwareFoundation/openexr/pull/2102)
|
|
958
|
+
add fallback catch to avoid exceptions from crossing C boundary
|
|
959
|
+
* [2099](https://github.com/AcademySoftwareFoundation/openexr/pull/2099)
|
|
960
|
+
documentation install OpenJPH
|
|
961
|
+
* [2098](https://github.com/AcademySoftwareFoundation/openexr/pull/2098)
|
|
962
|
+
Create symlink for the `add_subdirectory` CI test in the CI step
|
|
963
|
+
* [2097](https://github.com/AcademySoftwareFoundation/openexr/pull/2097)
|
|
964
|
+
Bump OpenJPH to 0.21.5
|
|
965
|
+
* [2095](https://github.com/AcademySoftwareFoundation/openexr/pull/2095)
|
|
966
|
+
docs: fix incorrect function names in C API docs
|
|
967
|
+
* [2094](https://github.com/AcademySoftwareFoundation/openexr/pull/2094)
|
|
968
|
+
Properly implement header_only for python module's OpenEXR.File
|
|
969
|
+
* [2093](https://github.com/AcademySoftwareFoundation/openexr/pull/2093)
|
|
970
|
+
Update CVE links in SECURITY.md to https://www.cve.org
|
|
971
|
+
* [2090](https://github.com/AcademySoftwareFoundation/openexr/pull/2090)
|
|
972
|
+
Fix python module to allow empty part name for single-part file
|
|
973
|
+
* [2088](https://github.com/AcademySoftwareFoundation/openexr/pull/2088)
|
|
974
|
+
Add CI test to validate cmake add_subdirectory(openexr)
|
|
975
|
+
* [2087](https://github.com/AcademySoftwareFoundation/openexr/pull/2087)
|
|
976
|
+
Fix aliases for IexConfig and IlmThreadConfig
|
|
977
|
+
* [2086](https://github.com/AcademySoftwareFoundation/openexr/pull/2086)
|
|
978
|
+
Fix HTJ2K chunk header length error and group common HTJ2K functions
|
|
979
|
+
* [2084](https://github.com/AcademySoftwareFoundation/openexr/pull/2084)
|
|
980
|
+
Add CVEs from OSTIF report to SECURITY.md and CHANGES.md
|
|
981
|
+
* [2083](https://github.com/AcademySoftwareFoundation/openexr/pull/2083)
|
|
982
|
+
Add CI jobs for C++20, and build tools/tests against standard
|
|
983
|
+
* [2079](https://github.com/AcademySoftwareFoundation/openexr/pull/2079)
|
|
984
|
+
Helper script release.py to automate release notes steps
|
|
985
|
+
* [2075](https://github.com/AcademySoftwareFoundation/openexr/pull/2075)
|
|
986
|
+
Add colorInteropID standard attribute
|
|
987
|
+
* [2074](https://github.com/AcademySoftwareFoundation/openexr/pull/2074)
|
|
988
|
+
OpenEXR - Adds New Bytes Attribute
|
|
989
|
+
* [2072](https://github.com/AcademySoftwareFoundation/openexr/pull/2072)
|
|
990
|
+
Add HTJ2K Compressor support to Tiled images
|
|
991
|
+
* [2070](https://github.com/AcademySoftwareFoundation/openexr/pull/2070)
|
|
992
|
+
Drop support for python 3.7; add support for python 3.13
|
|
993
|
+
* [2066](https://github.com/AcademySoftwareFoundation/openexr/pull/2066)
|
|
994
|
+
Standardize handling of directories and paths in ci_steps.yml
|
|
995
|
+
* [2064](https://github.com/AcademySoftwareFoundation/openexr/pull/2064)
|
|
996
|
+
Improve example reader code in README.md/website, and add to CI
|
|
997
|
+
* [2063](https://github.com/AcademySoftwareFoundation/openexr/pull/2063)
|
|
998
|
+
Fix problem with OpenJPH downstream dependency
|
|
999
|
+
* [2061](https://github.com/AcademySoftwareFoundation/openexr/pull/2061)
|
|
1000
|
+
Remove realloc from HTJ2K coder
|
|
1001
|
+
* [2058](https://github.com/AcademySoftwareFoundation/openexr/pull/2058)
|
|
1002
|
+
Add macOS universal2 build to CI, and bump OpenJPG to 0.21.3
|
|
1003
|
+
* [2053](https://github.com/AcademySoftwareFoundation/openexr/pull/2053)
|
|
1004
|
+
Supplemental to 2051: Adjust the "Unknown" compression threshold to 11
|
|
1005
|
+
* [2051](https://github.com/AcademySoftwareFoundation/openexr/pull/2051)
|
|
1006
|
+
add htj2k as one of the compression names
|
|
1007
|
+
* [2048](https://github.com/AcademySoftwareFoundation/openexr/pull/2048)
|
|
1008
|
+
Rename "HT256" to "htj2k"
|
|
1009
|
+
* [2044](https://github.com/AcademySoftwareFoundation/openexr/pull/2044)
|
|
1010
|
+
Improve reliability/readability of bin tests scripts and failure output
|
|
1011
|
+
* [2041](https://github.com/AcademySoftwareFoundation/openexr/pull/2041)
|
|
1012
|
+
merge htj2k-beta branch with main
|
|
1013
|
+
* [2037](https://github.com/AcademySoftwareFoundation/openexr/pull/2037)
|
|
1014
|
+
Add vendored deflate
|
|
1015
|
+
* [2017](https://github.com/AcademySoftwareFoundation/openexr/pull/2017)
|
|
1016
|
+
Fix quoting an cmake args in `ci_workflow.yml`
|
|
1017
|
+
* [2016](https://github.com/AcademySoftwareFoundation/openexr/pull/2016)
|
|
1018
|
+
Address mingw32 issues
|
|
1019
|
+
* [2014](https://github.com/AcademySoftwareFoundation/openexr/pull/2014)
|
|
1020
|
+
Add MSYS2 jobs to CI
|
|
1021
|
+
* [2012](https://github.com/AcademySoftwareFoundation/openexr/pull/2012)
|
|
1022
|
+
Fix botched htj2k news title
|
|
1023
|
+
* [1995](https://github.com/AcademySoftwareFoundation/openexr/pull/1995)
|
|
1024
|
+
Bazel support: Bump rules_cc
|
|
1025
|
+
* [1886](https://github.com/AcademySoftwareFoundation/openexr/pull/1886)
|
|
1026
|
+
Bump github/codeql-action from 3.26.12 to 3.26.13
|
|
1027
|
+
* [1882](https://github.com/AcademySoftwareFoundation/openexr/pull/1882)
|
|
1028
|
+
Bazel Support: Use Imath and libdeflate live at head
|
|
1029
|
+
* [1879](https://github.com/AcademySoftwareFoundation/openexr/pull/1879)
|
|
1030
|
+
Fetch master branch of libdeflate on main
|
|
1031
|
+
* [1852](https://github.com/AcademySoftwareFoundation/openexr/pull/1852)
|
|
1032
|
+
Add an option to use TBB as the global provider
|
|
1033
|
+
|
|
1034
|
+
## Version 3.3.12 (June 21, 2026)
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
### Security
|
|
1038
|
+
|
|
1039
|
+
This release addresses the following security vulnerabilities:
|
|
1040
|
+
|
|
1041
|
+
* [CVE-2026-55373](https://www.cve.org/CVERecord?id=CVE-2026-55373)
|
|
1042
|
+
OpenEXRUtil SampleCountChannel endEdit() can loop forever on UINT_MAX sample counts
|
|
1043
|
+
* [CVE-2026-55059](https://www.cve.org/CVERecord?id=CVE-2026-55059)
|
|
1044
|
+
OpenEXRUtil SampleCountChannel row setter heap out-of-bounds write
|
|
1045
|
+
* [CVE-2026-54920](https://www.cve.org/CVERecord?id=CVE-2026-54920)
|
|
1046
|
+
Integer Overflow and Use of Uninitialized Pointer leading to Invalid Delete in OpenEXRUtil Image Resize
|
|
1047
|
+
|
|
1048
|
+
### Merged Pull Requests
|
|
1049
|
+
|
|
1050
|
+
* [2476](git@github.com:AcademySoftwareFoundation/openexr/pull/2476)
|
|
1051
|
+
Fix the DWAA size checks regression
|
|
1052
|
+
* [2472](git@github.com:AcademySoftwareFoundation/openexr/pull/2472)
|
|
1053
|
+
Unlock write context in exr_get_chunk_table_offset() return paths
|
|
1054
|
+
* [2468](git@github.com:AcademySoftwareFoundation/openexr/pull/2468)
|
|
1055
|
+
Fix infinite loop in SampleCountChannel roundListSizeUp()
|
|
1056
|
+
* [2464](git@github.com:AcademySoftwareFoundation/openexr/pull/2464)
|
|
1057
|
+
Fix heap out-of-bounds write in SampleCountChannel row setter.
|
|
1058
|
+
* [2463](git@github.com:AcademySoftwareFoundation/openexr/pull/2463)
|
|
1059
|
+
Fix integer overflow and invalid delete in OpenEXRUtil Image::resize()
|
|
1060
|
+
* [2442](git@github.com:AcademySoftwareFoundation/openexr/pull/2442)
|
|
1061
|
+
Bugfix: Fix interger overflows
|
|
1062
|
+
* [2438](git@github.com:AcademySoftwareFoundation/openexr/pull/2438)
|
|
1063
|
+
Break release.py into separate small scripts for each step
|
|
1064
|
+
|
|
1065
|
+
### Merged Workflow Pull Requests
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
## Version 3.3.11 (April 29, 2026)
|
|
1069
|
+
|
|
1070
|
+
Patch release for 3.3 that addresses the following security
|
|
1071
|
+
vulnerabilities:
|
|
1072
|
+
|
|
1073
|
+
* [CVE-2026-42217](https://www.cve.org/CVERecord?id=CVE-2026-42217)
|
|
1074
|
+
Shift exponent overflow in `readVariableLengthInteger()` (`ImfIDManifest.cpp`)
|
|
1075
|
+
* [CVE-2026-42216](https://www.cve.org/CVERecord?id=CVE-2026-42216)
|
|
1076
|
+
Out-of-bounds read in `IDManifest::init()` during prefix expansion
|
|
1077
|
+
* [CVE-2026-41142](https://www.cve.org/CVERecord?id=CVE-2026-41142)
|
|
1078
|
+
Integer overflow in `ImageChannel::resize` leads to heap OOB write via OpenEXRUtil public API
|
|
1079
|
+
|
|
1080
|
+
Also:
|
|
1081
|
+
|
|
1082
|
+
* OSS-fuzz [504280155](https://issues.oss-fuzz.com/issues/504280155)
|
|
1083
|
+
Heap-buffer-overflow in `DwaCompressor_uncompress`
|
|
1084
|
+
|
|
1085
|
+
### Merged Pull Requests
|
|
1086
|
+
|
|
1087
|
+
* [2383](https://github.com/AcademySoftwareFoundation/openexr/pull/2383)
|
|
1088
|
+
validate that the uncompressed sizes recorded in the dwa header are valid
|
|
1089
|
+
* [2378](https://github.com/AcademySoftwareFoundation/openexr/pull/2378)
|
|
1090
|
+
Harden IDManifest parsing against illegal shift and string prefix OOB
|
|
1091
|
+
* [2377](https://github.com/AcademySoftwareFoundation/openexr/pull/2377)
|
|
1092
|
+
Fix OOB read when expanding IDManifest prefix-compressed strings
|
|
1093
|
+
* [2367](https://github.com/AcademySoftwareFoundation/openexr/pull/2367)
|
|
1094
|
+
Fix int overflow in ImageChannel::resize pixel count
|
|
1095
|
+
|
|
88
1096
|
## Version 3.3.10 (April 17, 2026)
|
|
89
1097
|
|
|
90
1098
|
Patch release that addresses the following security vulnerabilities:
|
|
@@ -97,7 +1105,7 @@ Patch release that addresses the following security vulnerabilities:
|
|
|
97
1105
|
* [2346](https://github.com/AcademySoftwareFoundation/openexr/pull/2346)
|
|
98
1106
|
Fix integer overflow in internal_dwa_compressor.h
|
|
99
1107
|
|
|
100
|
-
## Version 3.3.9 (April
|
|
1108
|
+
## Version 3.3.9 (April 4, 2026)
|
|
101
1109
|
|
|
102
1110
|
Patch release for v3.3 that addresses the following security vulnerabilities:
|
|
103
1111
|
|
|
@@ -5626,7 +6634,7 @@ we're working to restore them.
|
|
|
5626
6634
|
|
|
5627
6635
|
* Added new function, isImfMagic (). (Florian Kainz)
|
|
5628
6636
|
|
|
5629
|
-
## Version 1.0.6
|
|
6637
|
+
## Version 1.0.6
|
|
5630
6638
|
|
|
5631
6639
|
* Added README.win32 to disted files.
|
|
5632
6640
|
|
|
@@ -5752,7 +6760,7 @@ the source code.
|
|
|
5752
6760
|
* OpenEXR is now covered by a modified BSD license. See LICENSE
|
|
5753
6761
|
for the new terms.
|
|
5754
6762
|
|
|
5755
|
-
## Version 1.0.3
|
|
6763
|
+
## Version 1.0.3
|
|
5756
6764
|
|
|
5757
6765
|
### Detailed Changes:
|
|
5758
6766
|
|
|
@@ -5844,4 +6852,4 @@ the source code.
|
|
|
5844
6852
|
|
|
5845
6853
|
### Detailed Changes:
|
|
5846
6854
|
|
|
5847
|
-
* Initial release.
|
|
6855
|
+
* Initial release.
|