304 Commits (05a8de3b86812d9e5849e69f04e19e5df91cdc0c)

Author SHA1 Message Date
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)
Jeremy Sawicki cb7ffb2408 stb_image: Update contributors ago%!(EXTRA string=8 years)
Jeremy Sawicki 552c548a0e stb_image: JPEG: Convert RGB to grayscale properly ago%!(EXTRA string=8 years)
themanagainstthetank 7e989db555 update stb_image.h ago%!(EXTRA string=8 years)
Sean Barrett 96620a3a54 update version numbers ago%!(EXTRA string=8 years)
Sean Barrett dead3815e2 credits ago%!(EXTRA string=8 years)
Sean Barrett 48710234f2 credits; 1/2/4-bit png fix; easy font spacing; NO_STDIO in image_write ago%!(EXTRA string=8 years)
Thomas Ruf f07727a28a stb_image.h: large structures on the stack ago%!(EXTRA string=8 years)
sammyhw ec9db6f84b allow for all 16 bits ago%!(EXTRA string=9 years)
Sean Barrett b61b7a74fa update version info ago%!(EXTRA string=9 years)
Sean Barrett 4a1523f60a make tga load function static to avoid link errors on multiple instances ago%!(EXTRA string=9 years)
Sean Barrett 7759a2a93d fix "misleading indentation" gcc warning ago%!(EXTRA string=9 years)
Sean Barrett 7736399517 return 16-bit PSDs through 16-bit API (untested) ago%!(EXTRA string=9 years)
Sean Barrett e0700d8e2c 16-bit png changes ago%!(EXTRA string=9 years)
Sean Barrett 239a6718e1 rename stbi_load parameters to reduce confusion ago%!(EXTRA string=9 years)
jon 2a170daee5 warning fixes, more RGBE fix ago%!(EXTRA string=9 years)
jon a2defc3d7a added support for RGBE header HDR files ago%!(EXTRA string=9 years)
Fabian Giesen 6b66033e18 stb_image: Fix memory leak and missing out-of-mem check. ago%!(EXTRA string=9 years)
Fabian Giesen 62f372754f stb_image: Fix HDR/PSD RLE decoders. ago%!(EXTRA string=9 years)
Fabian Giesen 02190634c2 stb_image: Overflow checking for image allocs. ago%!(EXTRA string=9 years)
Fabian Giesen 8c8d735eb7 stb_image: More input validation in deflate decoder ago%!(EXTRA string=9 years)
Sean Barrett fdca443892 fix crash in 2.11 ago%!(EXTRA string=9 years)
Sean Barrett 6e4154737c update version numbers, documentation, and contributors ago%!(EXTRA string=9 years)
Sean Barrett 7a694bdcca re-enable SSE2 code on x64 except with gcc ago%!(EXTRA string=9 years)
Sean Barrett 201af99d9f return correct # of channels for PNG ago%!(EXTRA string=9 years)
Sean Barrett 591c7f8cb3 remove white matting when loading transparent PSD ago%!(EXTRA string=9 years)
Sean Barrett a013c036f3 initialize bmp mr/mg/mb/ma properly ago%!(EXTRA string=9 years)
Sean Barrett 50479cb07c stb_image: allow jpegs that are rgb not YCrCb ago%!(EXTRA string=9 years)