Sean Barrett
99e905e50b
Merge branch 'pull_req' of https://github.com/anthofoxo/stb into working
ago%!(EXTRA string=4 years)
Fabian Giesen
67b247ba49
README: updated supported stb_image and stb_image_write formats
ago%!(EXTRA string=4 years)
Fabian Giesen
b4891baa6c
stb_image: Update credits, change log
ago%!(EXTRA string=4 years)
Simon Breuss
8befa752b0
Adds 16-bit support for pnm files.
ago%!(EXTRA string=4 years)
Jacko Dirks
655b2b1f06
stb_image.h: Suppress warnings about out_size, delay_size
...
These two variables are unused on some targets, resulting in
warnings. Add STBI_NOTUSED around them to suppress those
warnings.
ago%!(EXTRA string=4 years)
Fabian Giesen
3a7dcdd269
stb_image: Better docs for stbi_info.
...
Fixes #1026 .
ago%!(EXTRA string=4 years)
Fabian Giesen
bc4e96b5a7
stb_image: Fix issue #994 .
...
Accidentally introduced during a merge.
ago%!(EXTRA string=4 years)
Fabian Giesen
1cacac09ed
stb_textedit: Docs fix.
...
Fixes issue #1041 .
ago%!(EXTRA string=4 years)
Fabian Giesen
309322ae4a
stb_truetype: Turn codepoint assert into error check
...
Fixes the bug covered by PR #1066 , but with a slightly different
fix that's hopefully a bit clearer.
ago%!(EXTRA string=4 years)
Doj
0755e6a76f
stb_sprintf: fix stbsp_ddtoS64 macro
...
Should use xh argument not ph (which is the name of the
variable that it actually gets instantiated with the
one time it is used).
ago%!(EXTRA string=4 years)
Jan CW Kroeze
6931571861
Note GL blend state for stb_truetype
ago%!(EXTRA string=4 years)
Rafael Sachetto
0cc6060b77
Fix compilation warnings in the s390x architeture. Fixes #1082 .
ago%!(EXTRA string=4 years)
Valentin Lenhart
073114d111
stb_sprintf.h: stdlib.h is not needed
...
va_arg() is in stdarg.h, which is already being included
ago%!(EXTRA string=4 years)
Fabian Giesen
9a9c937f68
stb_dxt: Remove dithering support.
...
Keep STB_DXT_DITHER so as not to break existing code that tries
to enable it, but just leave it permanently off. I originally
introduced it somewhat superstitiously because of the RGB565
endpoint resolution but it never improved either perceptual quality
or objective quality metrics, and the code is appreciably simpler
without it.
ago%!(EXTRA string=4 years)
Fabian Giesen
425c4d8b31
stb_dxt: Better error calc for single-color table
...
Don't truncate error as aggressively; easily done, but wanted
to keep it separate from the previous change.
ago%!(EXTRA string=4 years)
Alan Hickman
d84beeeff3
stb_dxt: Initialize tables at compile time
...
Also fix a "potentially uninitialized variable" warning.
This is a modified version of Alan's original PR that keeps the
table generator in the file (in case there's interest) and also
replaces the expand[] tables with math, since it's trivial.
Fixes issue #1117 .
ago%!(EXTRA string=4 years)
Michael Aganier
40d7e47896
stb_sprintf: add attribute format to variadic functions
...
This allows for compiler verification of the format string
just like printf.
ago%!(EXTRA string=4 years)
Fabian Giesen
05e1efab3d
Move stb.h to deprecated.
...
It was never designed to be used by anyone but Sean and has
numerous problems; new code should definitely not be using
this.
ago%!(EXTRA string=4 years)
Sean Barrett
80c8f6af03
Update why_public_domain.md
ago%!(EXTRA string=4 years)
Sean Barrett
ea2f937a01
increment stb_ds version, update README
ago%!(EXTRA string=4 years)
Sean Barrett
0188581ff0
Merge branch 'stbds_custom_free_fix' of https://github.com/avennstrom/stb into foo
ago%!(EXTRA string=4 years)
Sean Barrett
6b647c0257
Merge branch 'working'
ago%!(EXTRA string=4 years)
Sean Barrett
781609b7e9
stb_ds: fix arrisn, shgetp_null
ago%!(EXTRA string=4 years)
Macoy Madson
e97a95c0c1
Added Macoy Madson to contributors
ago%!(EXTRA string=4 years)
Macoy Madson
63e4ada98c
Fix temp_key being stale on key re-insert
...
See issue #992 and pull request #993 .
ago%!(EXTRA string=4 years)
Andreas Vennström
579ace225f
fix indentation
ago%!(EXTRA string=4 years)
Andreas Vennström
fcd86e8f57
credits
ago%!(EXTRA string=4 years)
Andreas Vennström
89762b9934
Fix stb_ds custom allocator
ago%!(EXTRA string=4 years)
AnthoFoxo
b7b2aaa587
fixed vorbis comments causing outofmem
ago%!(EXTRA string=4 years)
Sean Barrett
c9064e3176
stb_hexwave tweak comment
ago%!(EXTRA string=4 years)
Sean Barrett
997d3c421e
stb_hexwave: add full license text
ago%!(EXTRA string=4 years)
Sean Barrett
559d759c2c
stb_hexwave added, stretchy_buffer.h deprecated
ago%!(EXTRA string=4 years)
t-mw
2d82cd1a2c
Rename arraddnoff -> arraddnindex
...
Fixes #1011 .
As intended according to https://github.com/nothings/stb/pull/932#issuecomment-657524197 .
ago%!(EXTRA string=4 years)
AnthoFoxo
4882970b1c
vorbis comment list setup_malloc call is guarded
ago%!(EXTRA string=4 years)
AnthoFoxo
b038c11bd5
updated contributor list
ago%!(EXTRA string=4 years)
AnthoFoxo
f0f2533754
closes #1063 ; Fixed files with no comments emitting outofmemory errors
ago%!(EXTRA string=4 years)
Sean Barrett
b42009b3b9
fix readme linebreaks
ago%!(EXTRA string=5 years)
Sean Barrett
e140649ccf
remove trailign whitespace
ago%!(EXTRA string=5 years)
Sean Barrett
314d0a6f9a
update version numbers
ago%!(EXTRA string=5 years)
Sean Barrett
59f06c1a97
stb_ds: move temp_key added by PR into hash_table structure instead of main header struct
ago%!(EXTRA string=5 years)
Sean Barrett
ef23148510
Merge branch 'master' of https://github.com/srdjanstipic/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
580fc1ab9b
Merge branch 'stb_vorbis-fix-comment-read-oom' of https://github.com/akien-mga/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
db2acff8b1
stb_vorbis: fix bug in computing end of temp alloc buffer if it's not a multiple of 8
ago%!(EXTRA string=5 years)
Sean Barrett
3152efaa97
Merge branch 'fuzzer_updates' of https://github.com/randy408/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
f3085776a4
Merge branch 'patch-1' of https://github.com/coltongit/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
589a678b65
Merge branch 'master' of https://github.com/recp/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
a9df364a7c
Merge branch 'fix_stb_vorbis_alignment' of https://github.com/RandomShaper/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
bfaccab17a
Merge branch 'stb-image-fuzzing-fixes' of https://github.com/rcgordon/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
58b2e1490d
Merge branch 'fix_alloca' of https://github.com/Clownacy/stb into working
ago%!(EXTRA string=5 years)
Sean Barrett
ce54bbc454
Merge branch 'master' of https://github.com/AdamKorcz/stb into working
ago%!(EXTRA string=5 years)