Commit Graph

1443 Commits (ff63404c3d7fad47136c6b982781d27300d55cef)

Author SHA1 Message Date
Sean Barrett a6dc061137 tweak 16-bit quantization for clarity 2017-03-03 08:35:14 -08:00
Sean Barrett 0befbc3d78 Merge branch 'dequant-16-bits' of https://github.com/jeremysawicki/stb into working 2017-03-03 08:31:57 -08:00
Sean Barrett 014af7b78a Merge branch 'component-ids' of https://github.com/jeremysawicki/stb into working 2017-03-03 08:30:57 -08:00
Sean Barrett 786ac92daa tweak RGB-to-Y conversion 2017-03-03 08:30:49 -08:00
Sean Barrett 64e1799f24 Merge branch 'rgb-grayscale' of https://github.com/jeremysawicki/stb into working 2017-03-03 08:25:29 -08:00
Sean Barrett 8905cb9a8e Merge branch 'patch-1' of https://github.com/RufUsul/stb into working 2017-03-03 08:21:46 -08:00
Sean Barrett 47685c5f84 remove deprecated old-precision jpg path from stb_image.h
tweak license reference wording
2017-03-03 08:19:09 -08:00
Sean Barrett 51a5368dee Merge branch 'master' of https://github.com/pboettch/stb into working 2017-03-03 08:02:39 -08:00
Sean Barrett e248e30954 change license to public-domain AND mit (based on twitter vote) 2017-03-03 07:53:07 -08:00
Sean Barrett f88e2a8e7b update version 2017-03-03 06:58:14 -08:00
Sean Barrett 46046238b8 rename Point data structure as suggested in pull request 2017-03-03 06:54:11 -08:00
Sean Barrett c88489549d Merge branch 'avoid-name-clash' of https://github.com/jlnr/stb into working 2017-03-03 06:51:37 -08:00
Sean Barrett f9a83c0ae1 Merge branch 'master' of https://github.com/alxprd/stb into working 2017-03-03 06:50:32 -08:00
Sean Barrett 66fdbaaa87 Merge branch 'fix_vorbis_ilog' of https://github.com/rygorous/stb into working 2017-03-03 06:48:48 -08:00
Sean Barrett d2de2be10f vorbis: propagate errors better on seek failure (e.g. when coarse seek fails) 2017-03-03 05:48:37 -08:00
Jeremy Sawicki f5f7dc02a1 stb_image: JPEG: Provide failure reason for unknown marker 2017-03-03 01:11:34 -08:00
Jeremy Sawicki 2219a6da29 stb_image: JPEG: Accept DNL segment 2017-03-03 00:13:27 -08:00
Jeremy Sawicki 6f5677946c stb_image: JPEG: Accept non-zero junk bytes at the end of image data 2017-03-02 23:48:02 -08:00
Jeremy Sawicki 344c3f73d5 stb_image: JPEG: Accept fill bytes in stbi__grow_buffer_unsafe 2017-03-02 23:10:03 -08:00
Jeremy Sawicki e08d398671 stb_image: JPEG: Accept 16-bit quantization tables 2017-03-02 22:32:30 -08:00
Jeremy Sawicki 34fa37bbb4 stb_image: JPEG: Accept any component IDs 2017-03-02 21:40:40 -08:00
Jeremy Sawicki cb7ffb2408 stb_image: Update contributors 2017-03-02 18:19:21 -08:00
Jeremy Sawicki 552c548a0e stb_image: JPEG: Convert RGB to grayscale properly 2017-03-02 18:06:10 -08:00
Cort f5519a8f85 stbtt: chardata can be const in GetBakedQuad() and GetPackedQuad() 2017-02-13 18:30:25 -08:00
Sean Barrett 7ef6ac1b35 added redundant pg_test.c just in case 2017-01-29 18:16:38 -08:00
Jorge Rodriguez 638267b6d5 Floating point rounding causes stbir__calculate_sample_range_upsample to sometimes think it needs one more scanline than it really does. This patch adds one extra entry to the ringbuffer to avoid the problem. 2017-01-29 12:30:38 -08:00
Sean Barrett 59a5a155b4 Merge pull request #401 from themanagainstthetank/patch-1
update stb_image.h
2017-01-16 06:17:55 -05:00
Sean Barrett 52920a2d5e update version numbers 2017-01-16 03:01:57 -08:00
Sean Barrett 84e2fc0a9e makefile 2017-01-16 03:01:40 -08:00
Sean Barrett 4d19411acd makefile 2017-01-16 02:58:05 -08:00
Sean Barrett 1dd1b6c191 makefile 2017-01-16 02:53:36 -08:00
Sean Barrett c09f1eebe7 makefile 2017-01-16 02:47:27 -08:00
Sean Barrett 1b7aa1af87 makefile 2017-01-16 02:39:18 -08:00
themanagainstthetank 7e989db555 update stb_image.h
int raw_data[4] to 0, or the compiler bugs
2017-01-16 18:12:31 +08:00
Sean Barrett d71aea034b makefile 2017-01-16 01:41:23 -08:00
Sean Barrett a235b6cd44 makefile 2017-01-16 01:36:58 -08:00
Sean Barrett cf6d17cd74 makefile 2017-01-16 01:28:11 -08:00
Sean Barrett e29e2bfb12 makefile 2017-01-16 01:22:16 -08:00
Sean Barrett ea2b06976c Merge branch 'master' of https://github.com/nothings/stb 2017-01-16 01:15:04 -08:00
Sean Barrett 21913be792 makefile 2017-01-16 01:14:08 -08:00
Sean Barrett e6268b5558 Delete release_notes.md 2017-01-16 01:10:59 -08:00
Sean Barrett fc5668cdac makefile for tests 2017-01-16 01:09:50 -08:00
Sean Barrett 96620a3a54 update version numbers 2017-01-16 00:51:24 -08:00
Sean Barrett 0bd0a9abc4 stb_truetype: comment typo
stb_c_lexer: end-of-array wrapped overflow bug
2017-01-16 00:11:58 -08:00
Sean Barrett dead3815e2 credits 2017-01-16 00:05:58 -08:00
Sean Barrett 28c24f7b83 Merge branch 'fix-truncation' of https://github.com/sammyhw/stb into working 2017-01-15 23:58:26 -08:00
Sean Barrett 48710234f2 credits; 1/2/4-bit png fix; easy font spacing; NO_STDIO in image_write 2017-01-15 23:57:53 -08:00
Sean Barrett 96714b2a13 Merge branch 'fix_stbi_write_hdr_scope' of https://github.com/poppolopoppo/stb into working 2017-01-15 23:46:26 -08:00
Sean Barrett 80a39f958f Merge branch 'fix-percent-check' of https://github.com/d26435/stb into working 2017-01-15 23:43:53 -08:00
Sean Barrett 7bb64aa867 pull request template 2017-01-15 21:51:47 -08:00