Commit Graph

764 Commits (7b24469bf14510c3d8de32ac5f0cf0634d4d81a0)

Author SHA1 Message Date
Sean Barrett 7b24469bf1 update version / credits 2015-09-13 06:33:49 -07:00
Sean Barrett 5863a4efe1 delete stb_vorbis.h which leaked in from somebody's pull request 2015-09-13 06:28:46 -07:00
Sean Barrett 39522da245 Merge branch 'working' 2015-09-13 06:18:47 -07:00
Sean Barrett f0268375da credit 2015-09-13 06:16:52 -07:00
Sean Barrett ef21612364 Merge branch 'fix-clang-warnings' of https://github.com/vincentisambart/stb into working 2015-09-13 06:11:09 -07:00
Sean Barrett b0852b766a Merge branch 'master' of https://github.com/rwhitworth/stb into working
Conflicts:
	stb.h
2015-09-13 06:10:16 -07:00
Sean Barrett 97dfb12f71 credits 2015-09-13 06:06:37 -07:00
Sean Barrett 9438a74f83 Merge branch 'master' of https://github.com/Mojofreem/stb into working 2015-09-13 06:05:38 -07:00
Sean Barrett 5583b62a70 credits 2015-09-13 06:05:24 -07:00
Sean Barrett d422a247e0 Merge branch 'master' of https://github.com/blackpawn/stb into working 2015-09-13 06:00:32 -07:00
Sean Barrett 2adf6d29aa credits 2015-09-13 06:00:06 -07:00
Sean Barrett a96eb04795 Merge branch 'master' of https://github.com/r-lyeh/stb into working
Conflicts:
	stb.h
2015-09-13 05:58:57 -07:00
Sean Barrett c6f33a1ff0 Merge branch '64bit' of https://github.com/Mischanix/stb into working 2015-09-13 05:57:10 -07:00
Sean Barrett 24602db4a5 credits for previous patch 2015-09-13 05:53:56 -07:00
Sean Barrett 8ca1cdfe4c Merge branch 'fix-double-free' of https://github.com/philippwiesemann/stb into working 2015-09-13 05:52:59 -07:00
Sean Barrett 33c9010223 update version & version history 2015-09-13 05:51:16 -07:00
Sean Barrett 27d5d61f08 Merge branch 'master' of https://github.com/jsheard/stb 2015-09-13 05:47:02 -07:00
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 2015-09-13 05:41:21 -07:00
Sean Barrett 28a29dd0f1 credit for michaelangel007 patch 2015-09-13 05:15:09 -07:00
Sean Barrett ddd05479e9 Merge branch 'master' of https://github.com/Michaelangel007/stb into working 2015-09-13 05:13:57 -07:00
Sean Barrett 0eb5da55a7 er, fix typo in the fix-rmitton checkin 2015-09-13 05:12:53 -07:00
Sean Barrett 082289b528 Merge branch 'master' of https://github.com/rmitton/stb into working 2015-09-13 05:12:35 -07:00
Sean Barrett 5607c25cf4 tweak rmitton 16-bit psd patch;
adjust credits
2015-09-13 05:11:51 -07:00
Sean Barrett 69d6fd573c Merge branch 'psd16' of https://github.com/rmitton/stb into working 2015-09-13 04:58:48 -07:00
Sean Barrett 1ea670e0a5 Merge branch 'urraka-gif-patch' of https://github.com/urraka/stb into working 2015-09-13 04:49:04 -07:00
Sean Barrett 52d400741c detect all 0-alpha bmp and replace with all-255;
fix bug in reedbeta patch
2015-09-13 04:46:50 -07:00
Sean Barrett fee80f3d83 tweaks to patch from reedbeta 2015-09-13 04:27:24 -07:00
Sean Barrett 492e6e303d Merge branch 'fix-vs2015-warnings' of https://github.com/Reedbeta/stb into working 2015-09-13 04:20:29 -07:00
Sean Barrett 9c3e9d63ea add to contributor list 2015-09-13 04:20:00 -07:00
Sean Barrett 6fe9dae224 bump stb_voxel_render version number 2015-09-13 04:19:17 -07:00
Sean Barrett 6a45a88e0f update "DMC doesn't accept struct initializer" patch to be VC6 compliant 2015-09-13 04:14:02 -07:00
James Hofmann b0d162d829 DMC doesn't accept struct initializer syntax
It expects constants. The long way compiles (but I haven't actually called this function yet)
2015-09-12 05:45:39 -07:00
Nathan Reed 26c98260b6 Fix warnings about "conversion to a greater size" that appear in VS2015 in x64 with /W4.
The warning concerns the return value of stbi_err, which is an int, being converted to a pointer. In VS2015 it seems casting directly from a 32-bit int to a 64-bit pointer triggers this warning. Worked around by first converting to a 64-bit int (here size_t) and then to a pointer.
2015-09-10 01:20:35 -07:00
Nathan Reed 6d613ed8ce Fix variable-shadowing warnings that appear in VS2015 on /W4 2015-09-10 01:13:54 -07:00
Sean Barrett 7ac0f9c9b0 fix typo in accidentally-checked-in stb_image.h 2015-09-03 22:55:01 -07:00
Sean Barrett 4743a1a6e6 update stb_vorbis 2015-09-03 11:20:24 -07:00
Sean Barrett 60939ec653 fix some more signed shifts 2015-09-03 11:18:40 -07:00
Sean Barrett a3d62dfec1 fix a few crash bugs with invalid stb_vorbis files (reported by Philip Bennefall, found using a fuzz tester) 2015-09-03 11:16:19 -07:00
Sean Barrett 7670656322 fix some signed shifts that should have been unsigned for C spec reasons 2015-09-03 10:24:01 -07:00
Sean Barrett 0e24ec5feb fix some cases that didn't return outofmem error properly and would crash instead 2015-09-03 07:11:02 -07:00
Sean Barrett a009673856 update stb_vorbis version 2015-08-31 12:49:03 -07:00
Sean Barrett c15190373c add missing changes to project file 2015-08-30 19:31:36 -07:00
Sean Barrett ebb54fd7a3 seeking in stb_vorbis (Dougall Johnson)
test program for seeking (stb)
2015-08-30 19:29:35 -07:00
Vincent Isambart 09e1972fed fix clang warnings 2015-08-08 10:45:26 +09:00
rwhitworth 0c0a619ca4 Updated to compile with Visual Studio 2015 2015-08-05 22:27:53 -04:00
urraka 23dfb8c06b GIF loading improvements.
- Fixed possible memory leak.
- Fix for transparent backgrounds.
- Adapted internal function to allow proper animation loading.
2015-08-03 22:59:16 -03:00
Sean Barrett c9859afcf9 reverse some of the public-domain-license changes that I didn't
actually want
2015-08-01 23:53:49 -07:00
Ryan Whitworth 594502e5fa Added public domain license text 2015-08-01 14:59:39 -04:00
Ryan Whitworth 85d0adda25 Added public domain license text 2015-08-01 14:59:03 -04:00
Ryan Whitworth f844b2dbd2 Added public domain license text 2015-08-01 14:57:53 -04:00