Commit Graph

1568 Commits

Author SHA1 Message Date
Sean Barrett
2be620d2bb Merge branch 'lead_sign' of https://github.com/rohit-n/stb into working 2017-03-03 09:57:58 -08:00
Sean Barrett
324be64e80 version number 2017-03-03 09:57:09 -08:00
Sean Barrett
3841bc6198 Merge branch 'master' of https://github.com/jarikomppa/stb into working 2017-03-03 09:56:11 -08:00
Sean Barrett
335565a86f Merge branch 'working' 2017-03-03 09:53:08 -08:00
Sean Barrett
fd912b5d93 version number, doc tweaks 2017-03-03 09:52:42 -08:00
Sean Barrett
98537b7091 Merge branch 'master' of https://github.com/guitarfreak/stb into working 2017-03-03 09:41:01 -08:00
Sean Barrett
d79487a0ba readme 2017-03-03 09:38:25 -08:00
Sean Barrett
0c1232f576 version number 2017-03-03 09:37:50 -08:00
Sean Barrett
b280541e6a Merge branch 'stbtt_const_chardata' of https://github.com/cdwfs/stb into working 2017-03-03 09:35:11 -08:00
Sean Barrett
3afc3de41d version number 2017-03-03 09:31:25 -08:00
Sean Barrett
83a2489d5b fix compilation on non-C99 compilers 2017-03-03 09:22:07 -08:00
Sean Barrett
ed05048323 Merge branch 'master' of https://github.com/fahickman/stb into working 2017-03-03 09:15:17 -08:00
Sean Barrett
e77673f4aa Merge branch 'patch-1' of https://github.com/bryongloden/stb into working 2017-03-03 09:07:37 -08:00
Sean Barrett
2d0518833b readme 2017-03-03 08:59:52 -08:00
Sean Barrett
eab4930cc4 Merge branch 'working' 2017-03-03 08:57:49 -08:00
Sean Barrett
6ba52a370c stb_dxt: extern "C" 2017-03-03 08:57:34 -08:00
Sean Barrett
4ce23da44a rename 3dc to bc5, tweaks to clean stuff up 2017-03-03 08:54:44 -08:00
Sean Barrett
a217948c16 change 3dc name to bc5 2017-03-03 08:49:08 -08:00
Sean Barrett
c39063727d Merge branch 'master' of https://github.com/snake5/stb into working 2017-03-03 08:44:52 -08:00
Sean Barrett
8879908f78 update readme 2017-03-03 08:41:01 -08:00
Sean Barrett
6a3d4786c9 Merge branch 'unknown-marker' of https://github.com/jeremysawicki/stb into working 2017-03-03 08:40:07 -08:00
Sean Barrett
7e389e85c1 Merge branch 'dnl-segment' of https://github.com/jeremysawicki/stb into working 2017-03-03 08:39:31 -08:00
Sean Barrett
15c7e06dc8 Merge branch 'junk-before-marker' of https://github.com/jeremysawicki/stb into working 2017-03-03 08:38:06 -08:00
Sean Barrett
dc6089f05b tweak fill byte PR 2017-03-03 08:37:30 -08:00
Sean Barrett
50ae79d811 Merge branch 'fill-bytes' of https://github.com/jeremysawicki/stb into working 2017-03-03 08:36:03 -08:00
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