8f9c8b682d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/nguillemot/stb  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								b4b196af1c 
								
							
								 
							
						 
						
							
							
								
								update version numbers  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								ac5e25ae01 
								
							
								 
							
						 
						
							
							
								
								bump stb_image to version 2.05, tweak docs  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								f224bc2cdb 
								
							
								 
							
						 
						
							
							
								
								stb_image: Progressive AC decoding - fix ZRL code.  
							
							... 
							
							
 
							
							The original AC decoding logic handled ZRL (runs of 16 zeros)
incorrectly.
The problem is that the original flow set r=16 and skipped the
final coeff write when s=0. This is not actually correct. The
problem is the intervening "refinement" bits.
With the original logic, even once we decrement r to 0, we keep
reading more refinement bits for subsequent coefficients until
we find the next currently-unsent AC in the current scan. That is,
it works as if it was trying to place 17 new AC values, and only
bails at the last minute from actually setting that 17th value.
This is wrong. Once we've found the 16th previously-unsent AC, we
need to stop reading refinement bits, otherwise we get out of sync
with the bit stream (which expects us to read a huffman code next).
The easiest fix is to just do what the JPEG standard implicitly
assumes anyway: treat ZRL as a run of 15 zeros followed by an
explicit magnitude-zero AC coeff. (That is, leave s=0 and actually
write s). So this is what this fix does. 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								1894bede3f 
								
							
								 
							
						 
						
							
							
								
								fix signed/unsignted compare warning  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								fda335609f 
								
							
								 
							
						 
						
							
							
								
								don't redefine __forceinline with mingw  
							
							... 
							
							
 
							
							mingw redefines __forceinline (though I don't think this applies to all
versions of mingw.) Therefore, don't redefine it if mingw has already
defined it. 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								e4be8fae2c 
								
							
								 
							
						 
						
							
							
								
								fix misplaced STBTT_DEF definition  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								294340b25d 
								
							
								 
							
						 
						
							
							
								
								update version numbers  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								e927c3a07a 
								
							
								 
							
						 
						
							
							
								
								rename to STBRP_SORT for STBRP_ASSERT consistency;  
							
							... 
							
							
 
							
							version number, credits 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								e536701585 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'rectpack-allow-to-replace-qsort' of  https://github.com/mmozeiko/stb  into work2  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								9487a59c14 
								
							
								 
							
						 
						
							
							
								
								STB_TEXTEDIT_memmove  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								d5251d527b 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'textedit-allow-to-replace-memmove' of  https://github.com/mmozeiko/stb  into work2  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								1acf56b8fb 
								
							
								 
							
						 
						
							
							
								
								tweak credits  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								b92b225f61 
								
							
								 
							
						 
						
							
							
								
								note that README is auto-generated so submitters don't need to change it  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								d710ada2f9 
								
							
								 
							
						 
						
							
							
								
								try to re-enable SSE2 support by default on mingw 64-bit  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								457679209b 
								
							
								 
							
						 
						
							
							
								
								update truetype version #  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								a51c2d4ab0 
								
							
								 
							
						 
						
							
							
								
								update version number etc  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								6231981a47 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #106  from g-pechorin/patch-1  
							
							... 
							
							
 
							
							Update stb_truetype.h 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								9d4da3f7cc 
								
							
								 
							
						 
						
							
							
								
								update readme  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								85c836f33c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'work2'  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								6cb8c1b624 
								
							
								 
							
						 
						
							
							
								
								make compile as C  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								0d076c08b3 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working_stbte' of  https://github.com/machinamentum/stb  into work2  
							
							... 
							
							
 
							
							Conflicts:
	README.md
	stb_tilemap_editor.h
tweak revision history, backout README change since that's auto-generated 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								53011a3d96 
								
							
								 
							
						 
						
							
							
								
								fix declaration of stbte_create_map  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								63550ae9ed 
								
							
								 
							
						 
						
							
							
								
								Update stb_truetype.h  
							
							... 
							
							
 
							
							trivial typo 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								0d7f3bb60b 
								
							
								 
							
						 
						
							
							
								
								update version numbers for minor libraries that have been made C++-compatible  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								3f17b24d90 
								
							
								 
							
						 
						
							
							
								
								make sure all libs compile as C++  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								cbcbaff851 
								
							
								 
							
						 
						
							
							
								
								replace public-domain rationale with link to longer public domain rationale document  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								e105a19be9 
								
							
								 
							
						 
						
							
							
								
								add summary statistics  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								f982f5ae1e 
								
							
								 
							
						 
						
							
							
								
								restore lines-of-code to original size  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								dda1519da8 
								
							
								 
							
						 
						
							
							
								
								shrink font for LoC to layout table better  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								977cce8cc7 
								
							
								 
							
						 
						
							
							
								
								expand explanation of why single file  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								3db3e56696 
								
							
								 
							
						 
						
							
							
								
								consistent capitalization  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								c1ad6b09de 
								
							
								 
							
						 
						
							
							
								
								make table more readable by shrinking some columns horizontally  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								3c2090565d 
								
							
								 
							
						 
						
							
							
								
								fix reversed column headers  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								e5a2c3cf86 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/nothings/stb  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								ede1ebdaa9 
								
							
								 
							
						 
						
							
							
								
								add "lines of code" to README.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								8f4958e1f0 
								
							
								 
							
						 
						
							
							
								
								Update why_public_domain.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								0a3b6adb32 
								
							
								 
							
						 
						
							
							
								
								Update why_public_domain.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								8fece213ee 
								
							
								 
							
						 
						
							
							
								
								Update why_public_domain.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								d44e52d363 
								
							
								 
							
						 
						
							
							
								
								Update why_public_domain.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								31461003c7 
								
							
								 
							
						 
						
							
							
								
								Update why_public_domain.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								2f17f1a93b 
								
							
								 
							
						 
						
							
							
								
								Update why_public_domain.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								8074425128 
								
							
								 
							
						 
						
							
							
								
								standalone public-domain rationale document  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								1384715b11 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								07a598cb2f 
								
							
								 
							
						 
						
							
							
								
								update stb_image_write version  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								6dc6304d89 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'work2'  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								00b1797a23 
								
							
								 
							
						 
						
							
							
								
								switch memcpy to memmove for simplicity;  
							
							... 
							
							
 
							
							rename all STBI_ config macros to STBIW_ to avoid conflict with stb_image.h 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								019236a624 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'stb-image-writer-memory' of  https://github.com/callidus/stb  into work2  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								533cf5cc4f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'patch-1' of  https://github.com/jorgenpt/stb  into work2  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)  
				
					
						
							
							
								 
						
							
							
								8a0a882f53 
								
							
								 
							
						 
						
							
							
								
								stb_truetype version update  
							
							
 
							
						 
						
							ago%!(EXTRA string=11 years)