169 Commits (ee6978cb6891632e3fe84264f832140e590b43f0)

Author SHA1 Message Date
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)
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)
Sean Barrett 52d400741c detect all 0-alpha bmp and replace with all-255; ago%!(EXTRA string=10 years)
Sean Barrett fee80f3d83 tweaks to patch from reedbeta ago%!(EXTRA string=10 years)
Nathan Reed 26c98260b6 Fix warnings about "conversion to a greater size" that appear in VS2015 in x64 with /W4. ago%!(EXTRA string=10 years)
Nathan Reed 6d613ed8ce Fix variable-shadowing warnings that appear in VS2015 on /W4 ago%!(EXTRA string=10 years)
Sean Barrett 7ac0f9c9b0 fix typo in accidentally-checked-in stb_image.h ago%!(EXTRA string=10 years)
Sean Barrett 60939ec653 fix some more signed shifts ago%!(EXTRA string=10 years)
urraka 23dfb8c06b GIF loading improvements. ago%!(EXTRA string=10 years)
Sean Barrett c9859afcf9 reverse some of the public-domain-license changes that I didn't ago%!(EXTRA string=10 years)
Ryan Whitworth f0e456b809 Added public domain license text ago%!(EXTRA string=10 years)
rmitton 6645ea5915 Fixed stupid endianness bug. ago%!(EXTRA string=10 years)
rmitton 608cbec1f5 Fixed overflow for high values. ago%!(EXTRA string=10 years)
rmitton a371b204f5 Added support for 16-bit PSD loading. ago%!(EXTRA string=10 years)
rmitton fcfa17b847 Fixed double-free in JPEG allocation ago%!(EXTRA string=10 years)
Michaelangel007 c11532b872 Cleanup unused functions ago%!(EXTRA string=10 years)
Michaelangel007 2762b410fe Fix unused vars warning in stbi_is_hdr_from_file stbi_is_hdr_from_callbacks ago%!(EXTRA string=10 years)
Sean Barrett aa89970d6b stb_image.h: fix *comp value when loading PSDs ago%!(EXTRA string=10 years)
Sean Barrett 947bdcd027 update version numbers & docs ago%!(EXTRA string=10 years)
Sean Barrett ac5e25ae01 bump stb_image to version 2.05, tweak docs ago%!(EXTRA string=10 years)
Fabian Giesen f224bc2cdb stb_image: Progressive AC decoding - fix ZRL code. ago%!(EXTRA string=10 years)
Nicolas Guillemot 1894bede3f fix signed/unsignted compare warning ago%!(EXTRA string=10 years)
Sean Barrett d710ada2f9 try to re-enable SSE2 support by default on mingw 64-bit ago%!(EXTRA string=10 years)
Sean Barrett 66a75195dc rename STBI_X86_TARGET to STBI__X86_TARGET ago%!(EXTRA string=10 years)
Sean Barrett e5fde30800 merge two x86/x64 tests into one; update credits ago%!(EXTRA string=10 years)
Sean Barrett f22efc6151 update credits/docs ago%!(EXTRA string=10 years)