Skip to content

Releases: syoyo/tinyexr

v1.0.9

27 Jul 12:22
5fcb4dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

20 Feb 14:37
6c8742c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

03 Aug 17:06
Compare
Choose a tag to compare

Security fix

Full Changelog: v1.0.6...v1.0.7

v1.0.6

27 Jun 19:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

05 Jun 17:19
Compare
Choose a tag to compare
  • 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

04 Jun 14:00
Compare
Choose a tag to compare

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

03 Jun 19:53
Compare
Choose a tag to compare

What's Changed

  • Check data window width & height is always positive. by @syoyo in #192

Full Changelog: v1.0.2...v1.0.3

v1.0.2

30 Mar 16:12
02310c7
Compare
Choose a tag to compare

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

Full Changelog: v1.0.1...v1.0.2