Releases: syoyo/tinyexr
Releases · syoyo/tinyexr
v1.0.9
What's Changed
- Fix possible memory leak in
SaveEXR
by @Mike-Leo-Smith in #205 - Fix calloc-transposed-args warning by @karjonas in #206
- CMake: deactivate clang compiler flags for msvc version of clang by @fknfilewalker in #208
- fix for clang 17 and above (unsafe-buffer-usage warning results in error) by @fknfilewalker in #210
New Contributors
- @Mike-Leo-Smith made their first contribution in #205
- @karjonas made their first contribution in #206
- @fknfilewalker made their first contribution in #208
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Properly check for Big Endian by @roehling in #201
- Remove const from outbuf by @BradleyMarie in #202
New Contributors
- @BradleyMarie made their first contribution in #202
Full Changelog: v1.0.7...v1.0.8
v1.0.7
Security fix
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
- Fix potential memory leaks when freeing EXR attribute data.
- Fix ZFP(experimental support) build
Full Changelog: v1.0.4...v1.0.5
v1.0.4
TinyEXR removes all assert macro(except for miniz.c) so increased security.
Now TinyEXR should not seg fault due to assertion failure and return an error accordingly.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
What's Changed
- Check MINGW_HAS_SECURE_API before using *_s functions. by @InsertAReallyCreativeNameHere in #162
- Code refactor in tinyexr.h by @GermanAizek in #164
- Add support for using the stb_image[_write].h ZLIB implementation by @marlam in #166
- Add mention that DWA compression is not planned by @akien-mga in #168
- Add bounds check to address #169 by @0xdd96 in #170
- Update tinyexr.h by @delhoume in #172
- Fix typos in error codes by @ashpil in #174
- Fix out of bounds access in DecodePixelData by @roehling in #175
- Fixed problem with channels when specifying no layer name by @Inuniku in #179
- Fuzzer fixes 2022 nov by @syoyo in #181
- Fix overflow on huge files (and some small typos) by @tom7 in #182
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #184
- Adds usage of memory-mapping where available to read files; fixes some handle leaks; improves C++98-compatibility by @neilbickford-nv in #185
New Contributors
- @InsertAReallyCreativeNameHere made their first contribution in #162
- @GermanAizek made their first contribution in #164
- @marlam made their first contribution in #166
- @0xdd96 made their first contribution in #170
- @delhoume made their first contribution in #172
- @ashpil made their first contribution in #174
- @roehling made their first contribution in #175
- @Inuniku made their first contribution in #179
- @tom7 made their first contribution in #182
- @lgtm-com made their first contribution in #184
- @neilbickford-nv made their first contribution in #185
Full Changelog: v1.0.1...v1.0.2