278 Commits (ead2b3fe2c4551aae6b98b219099f930181a4697)

Author SHA1 Message Date
Sean Barrett 72ef9dcbad fix fall-through case warning, add credit ago%!(EXTRA string=7 years)
Sean Barrett 8cc624142b credits ago%!(EXTRA string=7 years)
Sean Barrett da4b342213 credits ago%!(EXTRA string=7 years)
Sean Barrett 39241e4928 update version number ago%!(EXTRA string=7 years)
Sean Barrett 593c9b7192 rewrite stbi__shiftsigned to use a different, faster algorithm ago%!(EXTRA string=7 years)
Anaël Seghezzi fcf0b99601 add stbi_is_16 ago%!(EXTRA string=8 years)
Anaël Seghezzi 4c1a786455 Revert "return comp info in bytes (support for 16 bit images)" ago%!(EXTRA string=8 years)
Anaël Seghezzi 9dfa8c7f31 return comp info in bytes (support for 16 bit images) ago%!(EXTRA string=8 years)
darealshinji b6b43df186 Use stbi__mad4sizes_valid() only if STBI_NO_LINEAR or STBI_NO_HDR are defined ago%!(EXTRA string=8 years)
Mikhail Morozov 350173026a stb_image: support for 1-bit BMP ago%!(EXTRA string=8 years)
lieff c06c9fe6bc place const tables to protected .rdata section ago%!(EXTRA string=8 years)
Sean Barrett 555efbedfc Update version numbers ago%!(EXTRA string=8 years)
Fabian Giesen 0fbbda56fa stb_image: Account for tRNS chunk in non-paletted images. ago%!(EXTRA string=8 years)
Fabian Giesen 49c7f1b397 stb_image: Optimise vertical flip. ago%!(EXTRA string=8 years)
Fabian Giesen 25a2596b2f stb_image: Fix rounding during unpremultiply. ago%!(EXTRA string=8 years)
Fabian Giesen 316571b395 stb_image: 3-char indent and other minor formatting issues. ago%!(EXTRA string=8 years)
Fabian Giesen cc7f1d1e6d stb_image: Documentation fixes. ago%!(EXTRA string=8 years)
Fabian Giesen 0674660451 stb_image: Relax raw_len validation for non-interlaced PNGs. ago%!(EXTRA string=8 years)
Nathan Reed 76a1a1c408 Fix variable-shadowing warnings ago%!(EXTRA string=8 years)
Nathan Reed 7091cb6ed6 Fix integer conversion warning ago%!(EXTRA string=8 years)
PopPoLoPoPpo 9bcda8bb1c Add stbi_load_16() variants to load from memory or callbacks ago%!(EXTRA string=8 years)
Jean-Sebastien Bevilacqua d8796f05bf Robustify stbi__sse2_available in stb_image.h ago%!(EXTRA string=8 years)
Kevin Schmidt 97ae5fb3db Edit contributor list. ago%!(EXTRA string=8 years)
Kevin Schmidt 1dfdf5558d Fix STBI_NO_STDIO. ago%!(EXTRA string=8 years)
Sean Barrett d795785f3d docs ago%!(EXTRA string=8 years)
Sean Barrett 56a61e178f reorganize contributor list (removing one redundant name and adding one new one as well) ago%!(EXTRA string=8 years)
Sean Barrett c79fa78ee8 tweaks to previous merge ago%!(EXTRA string=8 years)
Sean Barrett 2de9961443 docs ago%!(EXTRA string=8 years)
Sean Barrett d9e7c55bd7 minor docs for last merge ago%!(EXTRA string=8 years)
Sean Barrett 24fa816116 merge https://github.com/nothings/stb/pull/427 but I messed up the merge ago%!(EXTRA string=8 years)
Sean Barrett 6d60610348 tweaks to previous merge ago%!(EXTRA string=8 years)
Sean Barrett 8fe48099cc add comment for next fix prematurely ago%!(EXTRA string=8 years)
Sean Barrett 5bbe1d8c2a fixes to that PR ago%!(EXTRA string=8 years)
Sean Barrett be6d13cd6d fix bug in png decoding with 1,2,4-bpp images using filter that samples previous line ago%!(EXTRA string=8 years)
Vladislav 667f35578b statically initialize ago%!(EXTRA string=8 years)
Fabian Giesen 22c72a069c stb_image: Support optional args consistently. ago%!(EXTRA string=8 years)
Fabian Giesen 3e17544873 stb_image: Give up trying to runtime-detect SSE2 on GCC. ago%!(EXTRA string=8 years)
Jeremy Sawicki 9e76bb5108 stb_image: JPEG: Improved detection of RGB images ago%!(EXTRA string=8 years)
Gregory Mullen (grayhatter) 16c83cd5fc
Fix a pair of warnings in stb_image.h ago%!(EXTRA string=8 years)
Sean Barrett dc6089f05b tweak fill byte PR ago%!(EXTRA string=8 years)
Sean Barrett a6dc061137 tweak 16-bit quantization for clarity ago%!(EXTRA string=8 years)
Sean Barrett 786ac92daa tweak RGB-to-Y conversion ago%!(EXTRA string=8 years)
Sean Barrett 47685c5f84 remove deprecated old-precision jpg path from stb_image.h ago%!(EXTRA string=8 years)
Sean Barrett e248e30954 change license to public-domain AND mit (based on twitter vote) ago%!(EXTRA string=8 years)
Jeremy Sawicki f5f7dc02a1 stb_image: JPEG: Provide failure reason for unknown marker ago%!(EXTRA string=8 years)
Jeremy Sawicki 2219a6da29 stb_image: JPEG: Accept DNL segment ago%!(EXTRA string=8 years)
Jeremy Sawicki 6f5677946c stb_image: JPEG: Accept non-zero junk bytes at the end of image data ago%!(EXTRA string=8 years)
Jeremy Sawicki 344c3f73d5 stb_image: JPEG: Accept fill bytes in stbi__grow_buffer_unsafe ago%!(EXTRA string=8 years)
Jeremy Sawicki e08d398671 stb_image: JPEG: Accept 16-bit quantization tables ago%!(EXTRA string=8 years)
Jeremy Sawicki 34fa37bbb4 stb_image: JPEG: Accept any component IDs ago%!(EXTRA string=8 years)