275d1204b1 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'working'  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								4be8fa919f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'pull-request-fabs2' of  https://github.com/sglass68/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								814bb9b5dc 
								
							
								 
							
						 
						
							
							
								
								remove STBIR__DEBUG_ASSERT because it requires defining/not-defining assert() in a warning-free way on all platforms independent of #include <assert.h>, which is too hard  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								d514035d70 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'textedit-drag-while-typing' of  https://github.com/ocornut/stb  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								878e8caaa6 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'patch-1' of  https://github.com/saolsen/stb  into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								cbc1e7c897 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'test' into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								4ff6723a6d 
								
							
								 
							
						 
						
							
							
								
								make resample_test work in VC6  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								c238cebe6a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/BSVino/stb  into test  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								86bff62371 
								
							
								 
							
						 
						
							
							
								
								greatest; munit; parg  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								c66b565cb3 
								
							
								 
							
						 
						
							
							
								
								cro_mipmap  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								b79fa5b08c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #255  from corporateshark/master  
							
							... 
							
							
 
							
							Added PoissonGenerator.h 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								efdfbb3c7c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into working  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								a222dc519e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'license' of  https://github.com/oon3m0oo/stb  into work2  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								50479cb07c 
								
							
								 
							
						 
						
							
							
								
								stb_image: allow jpegs that are rgb not YCrCb  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								0e3506d7d1 
								
							
								 
							
						 
						
							
							
								
								stb_vorbis: Fix memory leak in start_decoder().  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								0985e89335 
								
							
								 
							
						 
						
							
							
								
								stb_vorbis: Fix memory leak in decode_residue() and inverse_mdct() when redefining temp_alloc() and temp_free()  
							
							... 
							
							
 
							
							temp_alloc() and temp_free() are documented as customization points in section "MEMORY ALLOCATION" (stb_vorbis.c:81).
However, in decode_residue() and inverse_mdct() (via temp_block_array() and temp_alloc() respectively), stb_vorbis allocates temporary memory but does not call temp_free() when finished. It does call temp_alloc_restore() though, but there is no sane way to provide an implementation thereof when using a malloc()/free()-like allocation backend.
Adding calls to temp_free() before the respective calls to temp_alloc_restore() is safe, because in case of a non-empty temp_alloc_restore() implementation, temp_free() would simply be implemented empty (the current implementation of temp_*() is fine in this regard). That way, all possible temporary memory allocation schemes (i.e. alloca(), custom provided alloc_buffer, malloc()) are handled properly.
Add the appropriate temp_free() calls. 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								94f2ceac15 
								
							
								 
							
						 
						
							
							
								
								Fix typo in stbi__parse_uncompressed_block  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								46b64eb878 
								
							
								 
							
						 
						
							
							
								
								Added PoissonGenerator.h  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								8aa9afb30e 
								
							
								 
							
						 
						
							
							
								
								typo  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								b9bc6148d4 
								
							
								 
							
						 
						
							
							
								
								linalg.h  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								7e1ee2d386 
								
							
								 
							
						 
						
							
							
								
								Allocate large structure using malloc instead of stack.  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								291ad22e84 
								
							
								 
							
						 
						
							
							
								
								Replace large stack allocations with dynamic allocations.  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								5a00ce39eb 
								
							
								 
							
						 
						
							
							
								
								Fix a few warnings when building std_vorbis using Xcode 7.2.1  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								20f2eec024 
								
							
								 
							
						 
						
							
							
								
								Update license with a few more tweaks and better English grammar.  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								ee6978cb68 
								
							
								 
							
						 
						
							
							
								
								Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable.  Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable.  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								a83ab31335 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #248  from ReadmeCritic/patch-1  
							
							... 
							
							
 
							
							Update links for par_shapes, fastlz 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								c0774cc7eb 
								
							
								 
							
						 
						
							
							
								
								Update links for par_shapes, fastlz  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								a4c0a5e882 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								32b19a6c8b 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								49b65c0873 
								
							
								 
							
						 
						
							
							
								
								Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable.  Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable.  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								5e2d0fd777 
								
							
								 
							
						 
						
							
							
								
								Add support for obtaining the entire kerning table from a font all at once, for use in rendering packed textures offline.  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								ff862a2a46 
								
							
								 
							
						 
						
							
							
								
								Merge  https://github.com/nothings/stb  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								955dfe991b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #238  from dbohdan/master  
							
							... 
							
							
 
							
							other_libs.md: Update Picol 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								d35dbc4368 
								
							
								 
							
						 
						
							
							
								
								other_libs.md: Update Picol  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								a78bc165b9 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								124669a8f5 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								6fb2270617 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								1d95d24ae9 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								b8a9e19f86 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								a1169d90d0 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								6e556fe757 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								c63e608497 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								b9504633b9 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								ccfca5a5da 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								547c951091 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								f4a878dbf9 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								49f971110f 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								a4a27ea3cd 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								47796836b6 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
				
					
						
							
							
								 
						
							
							
								229ebfa4ff 
								
							
								 
							
						 
						
							
							
								
								Update other_libs.md  
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)