Releases: syoyo/tinyexr
Releases · syoyo/tinyexr
v1.0.12
v1.0.11
v1.0.10
What's Changed
- Perf enhancements(fp16 <-> fp32 conversion. default disabled) by @dbPhilips in #214
New Contributors
- @dbPhilips made their first contribution in #214
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Fix possible memory leak in
SaveEXRby @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