593c9b7192rewrite stbi__shiftsigned to use a different, faster algorithm to avoid probelm with clang -O2 to outputting buggy code
Sean Barrett
2018-01-29 02:30:34 -08:00
68f857727cadd stb_ucharcmp to stb.h
Sean Barrett
2018-01-29 02:24:05 -08:00
244d83bc3dfix unchecked length in stb_vorbis that could crash on corrupt/invalid files
Sean Barrett
2018-01-29 02:23:18 -08:00
841862a622Fixed grammar, spelling issues in comments issue #533
John Tullos
2018-01-01 18:56:36 -06:00
eb17d8a6ddFixed grammar, spelling issues in comments
John Tullos
2018-01-01 18:56:36 -06:00
32a7d5ab68Added STBI_MSC_SECURE_CRT to support newer MSVC compilers as optional For issue #533
John Tullos
2018-01-01 18:54:26 -06:00
5e844ffe70Using secure versions of CRT calls to avoid Microsoft Visual C/C++ compiler errors/warnings.
John Tullos
2018-01-01 18:08:30 -06:00
5c2c826df9stb_truetype: Silence warnings of winding_lengths
Rob Loach
2017-12-24 13:57:03 -05:00
3a969eb64cremove duplicated pr = 0
Marcin Wojdyr
2017-12-07 15:30:43 +00:00
de75509b1cRemove a nullptr
Chris Forseth
2017-11-27 23:42:13 -06:00
03b4bbc5d2Fix a disposal flag mistype. Only clear to background color if index is non-zero. Fixed a the disposal test gif I was using - now renders properly (gif has no transparent set, but all renderers still considered it transparent. Spec says 0 should be ignored if 0, but was confusing by saying it only in the context of the pal not existing.. but seems to be the case always.
Chris Forseth
2017-11-27 23:32:44 -06:00
28c28b0bd2Per the contributor doc - added my name. Noticed urraka also did some work here, so hopefully didn't step on any toes.
Chris Forseth
2017-11-27 23:06:53 -06:00
87a3143fb4GIF Loading - multiple frames; - Allow loading a gif as multiple frames into a single buffer. Each frame is a full image seperated by a (w * h * comp) stride. - Optionally, can pass in a pointer to a int, which will be filled with an array layers long contain ms for each frame. - Fix gif's not loading the initial transparent background - I believe also fix disposal rules for subsequent frames (though being somewhat inefficient with memory to do so) - Add a flip_vertical that takes into account slices as well.
Chris Forseth
2017-11-27 22:41:51 -06:00
4bffebc5f0Avoid warning about unused stbi__float_postprocess
Julian Raschke
2017-11-25 17:23:33 +08:00
c8245bbf22Remove arg from memset macro
Jonathan Adamczewski
2017-08-28 23:13:39 -07:00
2545eee3efAdded myself as a contributor for the pull request
Dave Butler
2017-08-25 08:24:58 -09:00
f57bc38ff6Made some changes to make Clang Happy
Dave Butler
2017-08-25 08:02:35 -09:00
7d80a8b44davoid GCC7 implicit-fallthrough warning
Marcin Wojdyr
2017-08-11 00:19:18 +01:00
2c7b00ac21Add force_filter and compression_level parameters to (new) stbi_write_png_to_mem_ex
Aarni Koskela
2017-08-07 14:52:53 +03:00
923c9c3debCorrect function signature in stbi_write_jpg usage documentation.
Benji Smith
2017-07-31 22:22:56 -07:00
747b8d8f71stb_sprintf.h: Don't compare uninitialized value when using zero. This prevents a "Conditional jump or move depends on uninitialised value(s)" error from valgrind when using zero as an argument in line 1045.
Rohit Nirmal
2017-07-27 23:51:36 -05:00
9d9f75eb68update readme
Sean Barrett
2017-07-24 03:32:32 -07:00
961923b5a3fix documentation
Sean Barrett
2017-07-24 03:32:20 -07:00
dd039e8cc5credits for mingw fixes in #444
Sean Barrett
2017-07-23 14:13:07 -07:00