913 Commits (58484eb73d0e1780dc7c507a3631c46d5dcd94fd)
 

Author SHA1 Message Date
Sean Barrett 58484eb73d Merge branch 'implicit_cast_fix' of https://github.com/filipwasil/stb into working ago%!(EXTRA string=10 years)
Sean Barrett 9f081b62a4 Merge branch 'stbiw_documentation_typo' of https://github.com/karjonas/stb into working ago%!(EXTRA string=10 years)
Sean Barrett 099cd5a279 Merge branch 'msvc_runtime_cast_fixes' of https://github.com/karjonas/stb into working ago%!(EXTRA string=10 years)
Sean Barrett 8521c38956 tweak previous crc commit ago%!(EXTRA string=10 years)
Sean Barrett 89aaa77b5f Merge branch 'image_write_parallel' of https://github.com/karjonas/stb into working ago%!(EXTRA string=10 years)
Sean Barrett 20aca08f86 Merge branch 'master' of https://github.com/zerhacken/stb into working ago%!(EXTRA string=10 years)
Sean Barrett b9216ddb36 Merge branch 'master' of https://github.com/serge-rgb/stb into working ago%!(EXTRA string=10 years)
Sean Barrett 472c4c82a4 update version history ago%!(EXTRA string=10 years)
Sean Barrett ac748cba9b update contributor list, version history, version number ago%!(EXTRA string=10 years)
Sean Barrett 79f29bafff fix previous stb_vorbis check-in that didn't actually compile; ago%!(EXTRA string=10 years)
Sean Barrett 82ca643ef3 change previous explicitly-sized realloc support to be new API and unbreak old API ago%!(EXTRA string=10 years)
Sean Barrett 853fda6132 Merge branch 'alt_realloc' of https://github.com/romigrou/stb into working ago%!(EXTRA string=10 years)
Sean Barrett c8e50127c5 contributor list ago%!(EXTRA string=10 years)
Sean Barrett 32d5e7ca7f Merge branch '16bit-tga' of https://github.com/DanielGibson/stb into working ago%!(EXTRA string=10 years)
Sean Barrett 9cb29b6b39 update and reorganize contributor list ago%!(EXTRA string=10 years)
Sean Barrett 5746aa023a Merge branch 'stbi_hdr_info_overread' of https://github.com/baldurk/stb into working ago%!(EXTRA string=10 years)
Sean Barrett e30b75af8b update contributor list ago%!(EXTRA string=10 years)
Sean Barrett c7e24f4c4c Merge branch 'master' of https://github.com/svdijk/stb into working ago%!(EXTRA string=10 years)
Sean Barrett 1964d53d70 update version number and version history with everything committed to date ago%!(EXTRA string=10 years)
Sean Barrett 3560e553e8 stb_vorbis version history and contributor info ago%!(EXTRA string=10 years)
Sean Barrett e9e5dd94b8 Merge branch 'vorbis-pedantic' of https://github.com/rohit-n/stb into working ago%!(EXTRA string=10 years)
Sean Barrett 95e954c822 const correctness for pushdata API; ago%!(EXTRA string=10 years)
Sean Barrett 0860860af6 avoid __forceinline in mingw since their definition for C is broken; ago%!(EXTRA string=10 years)
Romain Bailly 7e741ffc1e Added the old size as argument to the STBI_REALLOC() and STBIW_REALLOC() macros ago%!(EXTRA string=10 years)
Sean Barrett 1ec8a8c4a4 Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett 5b6d11e9e8 Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett fc8b649466 Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett ac8adfdcb3 Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett bb39bd44bb Update other_libs.md ago%!(EXTRA string=10 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)
Sean Barrett 64fa9a3d95 Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett 2161d1e12a Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett 657eda2155 Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett 63849198b9 Update other_libs.md 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 5809508de3 Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett 4e691f5917 Update other_libs.md ago%!(EXTRA string=10 years)
Sean Barrett 2b57ea95da fixed version of removed support for CODEBOOK_SHORTS ago%!(EXTRA string=10 years)
Sean Barrett fe74a8c223 broken attempt at removign STB_VORBIS_CODEBOOK_FLOAT option ago%!(EXTRA string=10 years)
Sean Barrett bc2219e1b3 fix multiple crashes on invalid files ago%!(EXTRA string=10 years)
Sean Barrett bdac1d2ab4 fix two crashes in invalid files ago%!(EXTRA string=10 years)
Sean Barrett 70b33e99f0 fix crash from invalid file ago%!(EXTRA string=10 years)
Sean Barrett ea88e59b5d fix invalid handling of truncated end-of-file indicator ago%!(EXTRA string=10 years)
Sean Barrett 69a318bdb3 fix two invalid-file crashes found by fuzz testing ago%!(EXTRA string=10 years)
Sean Barrett 2073403a5f fix two setup crashes found by fuzz testing 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)