Skip to content

v1.0.2

Compare
Choose a tag to compare
@syoyo syoyo released this 30 Mar 16:12
· 41 commits to release since this release
02310c7

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