146 Commits (8603c6e8095e1a10a2855c6029ba4bf65d77e827)

Author SHA1 Message Date
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)
Sean Barrett 040df963c8 modifications to vertical flip API: ago%!(EXTRA string=10 years)
Sean Barrett 24e50cbd5d remove asserts that are now run-time checks; ago%!(EXTRA string=10 years)
Martins Mozeiko b2d440cfb5 Fixing various crashes when loading jpg, png and tga images. ago%!(EXTRA string=10 years)
Nicolas Guillemot c500a90375 added stbi_vertically_flip_on_load ago%!(EXTRA string=10 years)
Sean Barrett 0b05bde303 quick fixes w/o version updates ago%!(EXTRA string=10 years)
Joseph Thomson a60912f145 Avoid GCC sign-compare warning. ago%!(EXTRA string=10 years)
Fabian Giesen 4b0c6f6634 stb_image: NEON and SSE2 SIMD detection fixes. ago%!(EXTRA string=10 years)
Laura Dennis-Jordan abe81006db Fixed bug where NEON code was #ifdef’d out on GCC/clang even where explicitly requested. ago%!(EXTRA string=10 years)
Sean Barrett 5bad081711 fix incorrectly-named assert, attempt to fix (char) cast warning (tricky since char's signedness is unknown) ago%!(EXTRA string=10 years)
Sean Barrett 5c121a9921 don't use SIMD on gcc if it's going to fail anyway ago%!(EXTRA string=10 years)
Sean Barrett 6f3bda396d credits, version number ago%!(EXTRA string=10 years)
Sean Barrett d673e85e94 update credits ago%!(EXTRA string=10 years)
engin manap 50c5c8e8ca remove unused variable "ha" ago%!(EXTRA string=10 years)
engin manap 1a9be15c1e Fix dangling else warnings ago%!(EXTRA string=10 years)
Sergio Gonzalez a2df517a1a Fix for warning 4244. Cast to short ago%!(EXTRA string=11 years)
Sean Barrett a7c8694d69 fix missing STBI_MALLOC ago%!(EXTRA string=11 years)
Sean Barrett 6e0ae49f87 update version number, minor docs ago%!(EXTRA string=11 years)
Fabian Giesen febbc34a16 stb_image: Rename SSE2/NEON IDCTs to idct_simd. ago%!(EXTRA string=11 years)
Fabian Giesen d92ab86c65 stb_image: Fix PNG initial size guess for 1/2/4 bpc. ago%!(EXTRA string=11 years)