Sean Barrett
|
c918a6b801
|
tweak previous PR merge
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
2be620d2bb
|
Merge branch 'lead_sign' of https://github.com/rohit-n/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
324be64e80
|
version number
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
3841bc6198
|
Merge branch 'master' of https://github.com/jarikomppa/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
fd912b5d93
|
version number, doc tweaks
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
98537b7091
|
Merge branch 'master' of https://github.com/guitarfreak/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
0c1232f576
|
version number
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
b280541e6a
|
Merge branch 'stbtt_const_chardata' of https://github.com/cdwfs/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
3afc3de41d
|
version number
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
83a2489d5b
|
fix compilation on non-C99 compilers
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
ed05048323
|
Merge branch 'master' of https://github.com/fahickman/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
e77673f4aa
|
Merge branch 'patch-1' of https://github.com/bryongloden/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
2d0518833b
|
readme
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
eab4930cc4
|
Merge branch 'working'
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
6ba52a370c
|
stb_dxt: extern "C"
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
4ce23da44a
|
rename 3dc to bc5, tweaks to clean stuff up
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
a217948c16
|
change 3dc name to bc5
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
c39063727d
|
Merge branch 'master' of https://github.com/snake5/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
8879908f78
|
update readme
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
6a3d4786c9
|
Merge branch 'unknown-marker' of https://github.com/jeremysawicki/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
7e389e85c1
|
Merge branch 'dnl-segment' of https://github.com/jeremysawicki/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
15c7e06dc8
|
Merge branch 'junk-before-marker' of https://github.com/jeremysawicki/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
dc6089f05b
|
tweak fill byte PR
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
50ae79d811
|
Merge branch 'fill-bytes' of https://github.com/jeremysawicki/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
a6dc061137
|
tweak 16-bit quantization for clarity
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
0befbc3d78
|
Merge branch 'dequant-16-bits' of https://github.com/jeremysawicki/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
014af7b78a
|
Merge branch 'component-ids' of https://github.com/jeremysawicki/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
786ac92daa
|
tweak RGB-to-Y conversion
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
64e1799f24
|
Merge branch 'rgb-grayscale' of https://github.com/jeremysawicki/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
8905cb9a8e
|
Merge branch 'patch-1' of https://github.com/RufUsul/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
47685c5f84
|
remove deprecated old-precision jpg path from stb_image.h
tweak license reference wording
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
51a5368dee
|
Merge branch 'master' of https://github.com/pboettch/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
e248e30954
|
change license to public-domain AND mit (based on twitter vote)
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
f88e2a8e7b
|
update version
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
46046238b8
|
rename Point data structure as suggested in pull request
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
c88489549d
|
Merge branch 'avoid-name-clash' of https://github.com/jlnr/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
f9a83c0ae1
|
Merge branch 'master' of https://github.com/alxprd/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
66fdbaaa87
|
Merge branch 'fix_vorbis_ilog' of https://github.com/rygorous/stb into working
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
d2de2be10f
|
vorbis: propagate errors better on seek failure (e.g. when coarse seek fails)
|
ago%!(EXTRA string=8 years) |
Jeremy Sawicki
|
f5f7dc02a1
|
stb_image: JPEG: Provide failure reason for unknown marker
|
ago%!(EXTRA string=8 years) |
Jeremy Sawicki
|
2219a6da29
|
stb_image: JPEG: Accept DNL segment
|
ago%!(EXTRA string=8 years) |
Jeremy Sawicki
|
6f5677946c
|
stb_image: JPEG: Accept non-zero junk bytes at the end of image data
|
ago%!(EXTRA string=8 years) |
Jeremy Sawicki
|
344c3f73d5
|
stb_image: JPEG: Accept fill bytes in stbi__grow_buffer_unsafe
|
ago%!(EXTRA string=8 years) |
Jeremy Sawicki
|
e08d398671
|
stb_image: JPEG: Accept 16-bit quantization tables
|
ago%!(EXTRA string=8 years) |
Jeremy Sawicki
|
34fa37bbb4
|
stb_image: JPEG: Accept any component IDs
|
ago%!(EXTRA string=8 years) |
Jeremy Sawicki
|
cb7ffb2408
|
stb_image: Update contributors
|
ago%!(EXTRA string=8 years) |
Jeremy Sawicki
|
552c548a0e
|
stb_image: JPEG: Convert RGB to grayscale properly
|
ago%!(EXTRA string=8 years) |
Cort
|
f5519a8f85
|
stbtt: chardata can be const in GetBakedQuad() and GetPackedQuad()
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
7ef6ac1b35
|
added redundant pg_test.c just in case
|
ago%!(EXTRA string=8 years) |
Sean Barrett
|
59a5a155b4
|
Merge pull request #401 from themanagainstthetank/patch-1
update stb_image.h
|
ago%!(EXTRA string=8 years) |