197 Commits (0e63382be0f569f080698174a25d59f40a4d69f3)

Author SHA1 Message Date
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)
Matthew Gregan 94f2ceac15 Fix typo in stbi__parse_uncompressed_block ago%!(EXTRA string=9 years)
Thatcher Ulrich 7e1ee2d386 Allocate large structure using malloc instead of stack. ago%!(EXTRA string=9 years)
Thatcher Ulrich 291ad22e84 Replace large stack allocations with dynamic allocations. ago%!(EXTRA string=9 years)
Craig Donner ee6978cb68 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. ago%!(EXTRA string=9 years)
Craig Donner 49b65c0873 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. ago%!(EXTRA string=9 years)
Socks the Fox eb84b2179b Initial 16 bit per channel PNG support ago%!(EXTRA string=9 years)
Sean Barrett 30015ef464 attempt to fix unused var warnings in stb_image 2.09 ago%!(EXTRA string=9 years)
Sean Barrett 472c4c82a4 update version history ago%!(EXTRA string=9 years)
Sean Barrett ac748cba9b update contributor list, version history, version number ago%!(EXTRA string=9 years)
Sean Barrett 82ca643ef3 change previous explicitly-sized realloc support to be new API and unbreak old API ago%!(EXTRA string=9 years)
Sean Barrett c8e50127c5 contributor list ago%!(EXTRA string=9 years)
Sean Barrett 9cb29b6b39 update and reorganize contributor list ago%!(EXTRA string=9 years)
Sean Barrett e30b75af8b update contributor list ago%!(EXTRA string=9 years)
Sean Barrett 1964d53d70 update version number and version history with everything committed to date ago%!(EXTRA string=9 years)
Romain Bailly 7e741ffc1e Added the old size as argument to the STBI_REALLOC() and STBIW_REALLOC() macros ago%!(EXTRA string=9 years)
Daniel Gibson 87a0396922 stb_image.h: 16 bit TGAs don't really have an alpha channel ago%!(EXTRA string=10 years)
Daniel Gibson d235049322 stb_image.h: Fix TGA colormap support ago%!(EXTRA string=10 years)
Daniel Gibson 57409c3d15 stb_image.h: Improve stbi__tga_info() and stbi__tga_test() ago%!(EXTRA string=10 years)
Daniel Gibson 7453e1bfa4 stb_image.h: Support 15/16bit per pixel RGB(A) TGAs ago%!(EXTRA string=10 years)
baldurk 4337345c5d Prevent HDR info function from trashing stbi context by over-reading ago%!(EXTRA string=10 years)
Sean Barrett 297ff62859 change bmp info to use common header parser ago%!(EXTRA string=10 years)
Sean Barrett 876aea3dbe refactor bmp header parser for sharing with stbi_info ago%!(EXTRA string=10 years)
Sean Barrett 0615df6c9b allows comments in pgm/ppm headers ago%!(EXTRA string=10 years)
svdijk 9f1a587d22 stb_image.h: Fix/add some comments. ago%!(EXTRA string=10 years)
svdijk 8603c6e809 stb_image.h: Only define stbi__l2h_{gamme,scale} when needed. ago%!(EXTRA string=10 years)
Sean Barrett d5b8af12cb fix missing "defined" in #if defined(STBI_NO_foo); ago%!(EXTRA string=10 years)
Nathan Reed 36574182c0 Fix new VS2015 warnings in stb_image 2.07 ago%!(EXTRA string=10 years)
Sean Barrett 90dc93a1cc fix bug where we couldn't rewind a file that reached EOF, which can happen with < 92-byte PIC,PNM,HDR,TGA ago%!(EXTRA string=10 years)
Sean Barrett 28a29dd0f1 credit for michaelangel007 patch ago%!(EXTRA string=10 years)
Sean Barrett 0eb5da55a7 er, fix typo in the fix-rmitton checkin ago%!(EXTRA string=10 years)
Sean Barrett 5607c25cf4 tweak rmitton 16-bit psd patch; ago%!(EXTRA string=10 years)