67b247ba49 
								
							
								 
							
						 
						
							
							
								
								README: updated supported stb_image and stb_image_write formats  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								b4891baa6c 
								
							
								 
							
						 
						
							
							
								
								stb_image: Update credits, change log  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								8befa752b0 
								
							
								 
							
						 
						
							
							
								
								Adds 16-bit support for pnm files.  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								3a7dcdd269 
								
							
								 
							
						 
						
							
							
								
								stb_image: Better docs for stbi_info.  
							
							... 
							
							
 
							
							Fixes  #1026 . 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								bc4e96b5a7 
								
							
								 
							
						 
						
							
							
								
								stb_image: Fix issue  #994 .  
							
							... 
							
							
 
							
							Accidentally introduced during a merge. 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								1cacac09ed 
								
							
								 
							
						 
						
							
							
								
								stb_textedit: Docs fix.  
							
							... 
							
							
 
							
							Fixes issue #1041 . 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								6931571861 
								
							
								 
							
						 
						
							
							
								
								Note GL blend state for stb_truetype  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								0cc6060b77 
								
							
								 
							
						 
						
							
							
								
								Fix compilation warnings in the s390x architeture.  Fixes   #1082 .  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								80c8f6af03 
								
									
								
							
								 
							
						 
						
							
							
								
								Update why_public_domain.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								ea2f937a01 
								
							
								 
							
						 
						
							
							
								
								increment stb_ds version, update README  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								0188581ff0 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'stbds_custom_free_fix' of  https://github.com/avennstrom/stb  into foo  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								6b647c0257 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								781609b7e9 
								
							
								 
							
						 
						
							
							
								
								stb_ds: fix arrisn, shgetp_null  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								e97a95c0c1 
								
							
								 
							
						 
						
							
							
								
								Added Macoy Madson to contributors  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								63e4ada98c 
								
							
								 
							
						 
						
							
							
								
								Fix temp_key being stale on key re-insert  
							
							... 
							
							
 
							
							See issue #992  and pull request #993 . 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								579ace225f 
								
							
								 
							
						 
						
							
							
								
								fix indentation  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								fcd86e8f57 
								
							
								 
							
						 
						
							
							
								
								credits  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								89762b9934 
								
							
								 
							
						 
						
							
							
								
								Fix stb_ds custom allocator  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								b7b2aaa587 
								
							
								 
							
						 
						
							
							
								
								fixed vorbis comments causing outofmem  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								c9064e3176 
								
							
								 
							
						 
						
							
							
								
								stb_hexwave tweak comment  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								997d3c421e 
								
							
								 
							
						 
						
							
							
								
								stb_hexwave: add full license text  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								559d759c2c 
								
							
								 
							
						 
						
							
							
								
								stb_hexwave added, stretchy_buffer.h deprecated  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								2d82cd1a2c 
								
									
								
							
								 
							
						 
						
							
							
								
								Rename arraddnoff -> arraddnindex  
							
							... 
							
							
 
							
							Fixes  #1011 .
As intended according to https://github.com/nothings/stb/pull/932#issuecomment-657524197 . 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								4882970b1c 
								
							
								 
							
						 
						
							
							
								
								vorbis comment list setup_malloc call is guarded  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								b038c11bd5 
								
							
								 
							
						 
						
							
							
								
								updated contributor list  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								f0f2533754 
								
							
								 
							
						 
						
							
							
								
								closes   #1063 ; Fixed files with no comments emitting outofmemory errors  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								b42009b3b9 
								
							
								 
							
						 
						
							
							
								
								fix readme linebreaks  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								e140649ccf 
								
							
								 
							
						 
						
							
							
								
								remove trailign whitespace  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								314d0a6f9a 
								
							
								 
							
						 
						
							
							
								
								update version numbers  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								59f06c1a97 
								
							
								 
							
						 
						
							
							
								
								stb_ds: move temp_key added by PR into hash_table structure instead of main header struct  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								ef23148510 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/srdjanstipic/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								580fc1ab9b 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'stb_vorbis-fix-comment-read-oom' of  https://github.com/akien-mga/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								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)  
				
					
						
							
							
								 
						
							
							
								3152efaa97 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'fuzzer_updates' of  https://github.com/randy408/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								f3085776a4 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'patch-1' of  https://github.com/coltongit/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								589a678b65 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/recp/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								a9df364a7c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'fix_stb_vorbis_alignment' of  https://github.com/RandomShaper/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								bfaccab17a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'stb-image-fuzzing-fixes' of  https://github.com/rcgordon/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								58b2e1490d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'fix_alloca' of  https://github.com/Clownacy/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								ce54bbc454 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/AdamKorcz/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)  
				
					
						
							
							
								 
						
							
							
								0ccb4f0071 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'rg-matchcolors' of  https://github.com/castano/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=5 years)