Commit Graph

  • 50edcdb972 Merge branch 'master' of https://github.com/scullion/stb Sean Barrett 2015-01-17 08:37:50 -0800
  • 4ae1bc417b Merge branch 'kg' of https://github.com/krig/stb Sean Barrett 2015-01-17 08:36:22 -0800
  • 5c121a9921 don't use SIMD on gcc if it's going to fail anyway Sean Barrett 2015-01-17 08:32:57 -0800
  • 77f816ce73 version number Sean Barrett 2015-01-17 08:25:30 -0800
  • 6f3bda396d credits, version number Sean Barrett 2015-01-17 08:25:08 -0800
  • 68c8e4851a Merge branch 'master' of https://github.com/enginmanap/stb Sean Barrett 2015-01-17 08:22:28 -0800
  • d673e85e94 update credits Sean Barrett 2015-01-17 08:22:19 -0800
  • 974ca12fb8 Merge branch 'master' of https://github.com/bigmonachus/stb Sean Barrett 2015-01-17 08:19:22 -0800
  • 4c9e8dd359 version numbers Sean Barrett 2015-01-17 08:17:31 -0800
  • d91cbdf662 Merge branch 'test' Sean Barrett 2015-01-17 07:47:52 -0800
  • f392ec7d36 Merge branch 'working' Sean Barrett 2015-01-17 07:47:45 -0800
  • edd5e6700d tweak baldurk's hdr implementation Sean Barrett 2015-01-17 07:46:22 -0800
  • 258fb15340 Merge branch 'master' of http://github.com/baldurk/stb into test Sean Barrett 2015-01-17 07:23:47 -0800
  • 6639ef6d5a fix monochrome bmp support Sean Barrett 2015-01-17 07:15:50 -0800
  • 529d8163b2 Add support for writing through callback functions in stb_image_write.h. Emmanuel Julien 2015-01-13 17:43:14 +0100
  • 50c5c8e8ca remove unused variable "ha" engin manap 2015-01-12 11:41:00 +0200
  • 1a9be15c1e Fix dangling else warnings engin manap 2015-01-12 11:34:48 +0200
  • a2df517a1a Fix for warning 4244. Cast to short Sergio Gonzalez 2014-12-29 18:43:57 -0600
  • a7c8694d69 fix missing STBI_MALLOC Sean Barrett 2014-12-25 11:11:59 -0800
  • 6e0ae49f87 update version number, minor docs Sean Barrett 2014-12-25 01:40:04 -0800
  • febbc34a16 stb_image: Rename SSE2/NEON IDCTs to idct_simd. Fabian Giesen 2014-12-24 10:53:31 +0100
  • d92ab86c65 stb_image: Fix PNG initial size guess for 1/2/4 bpc. Fabian Giesen 2014-12-24 10:15:28 +0100
  • fb109abeaf stb_image: Update comments. Fabian Giesen 2014-12-24 10:07:52 +0100
  • 7f94e7e591 add #defines to allow disabling decoders for unwanted formats Sean Barrett 2014-12-23 21:36:20 -0800
  • 53ca163e85 cleanup merge of ARM NEON support tweak docs Sean Barrett 2014-12-23 20:58:22 -0800
  • de385bb6bb Merge branch 'fastjpeg' into working Sean Barrett 2014-12-23 20:24:46 -0800
  • fd987527f1 stb_image: NEON YCbCr->RGB kernel. Fabian Giesen 2014-12-24 01:38:59 +0100
  • 7d32f74d8a Merge branch 'fastjpeg' of https://github.com/nothings/stb into fastjpeg Fabian Giesen 2014-12-23 23:52:12 +0100
  • 5b53d20c68 Put progressive JPEG AC decode logic back the way I wrote it originally (I changed it to match jpgd when I was trying to figure out why it didn't work); add STBI__ prefixes to internal SCAN_ enum; strip unused function arguments for progressive funcs; tweak release notes; forget to git commit frequently so these would all be in their own commits; Sean Barrett 2014-12-23 05:11:36 -0800
  • 16d9ed7211 return truetype test code to old path Sean Barrett 2014-12-21 08:32:09 -0800
  • 6403f319f7 tweak documentation stbi__ prefix on two functions that were missing it Sean Barrett 2014-12-21 08:30:27 -0800
  • 53008c0922 default tests Sean Barrett 2014-12-21 08:25:13 -0800
  • e4fb737f66 Merge branch 'ppm' into working Sean Barrett 2014-12-21 08:23:34 -0800
  • 49d4d3193f fix non-progressive jpegs (had commented out a line accidentally); fix long-standing bug where gifs were just broken AFAICT Sean Barrett 2014-12-21 08:21:17 -0800
  • 33e24eafa0 in progress progressive stuff Sean Barrett 2014-12-21 07:53:05 -0800
  • a32d73dc3b stb_image: NEON integer IDCT (not yet tested!) Fabian Giesen 2014-12-21 12:55:50 +0100
  • 0f3bf1564b stb_image: JPEG resampler func for NEON Fabian Giesen 2014-12-21 12:46:57 +0100
  • 9ad85cc8d2 tweak release docs tweak credits tweak revision history remove trailing whitespace Sean Barrett 2014-12-20 06:22:17 -0800
  • b4e526d7cf PNM cleanup fix a few old error messages Sean Barrett 2014-12-20 06:09:23 -0800
  • 97949493fb Merge branch 'master' of https://github.com/kennethdmiller3/stb into ppm Sean Barrett 2014-12-20 05:49:19 -0800
  • ba5e333faf STBI_MALLOC etc. some documentation cleanup Sean Barrett 2014-12-20 05:46:13 -0800
  • bd6b78f268 finalize scalar YCbCr conversion back-ported from SSE version; add missing STBIDEFs to a few functions; update documentation with full 1.49 info even though most isn't implemented yet Sean Barrett 2014-12-20 05:13:25 -0800
  • f259bf27e9 VC6: support using inline asm for cpuid Sean Barrett 2014-12-19 04:39:04 -0800
  • 933a1fdd8d Add explicit wchar_t casts in stb.h T. J. Moran 2014-12-18 23:17:47 +0000
  • b082091bcb stb_image: GCC fix for new SIMD stuff. Fabian Giesen 2014-12-18 08:31:03 -0800
  • 42bb08b10b stb_image: Add SSE2 h2v2 resampling kernel. Fabian Giesen 2014-12-18 08:11:05 -0800
  • c625d24197 stb_image: First-pass stbi__sse2_available for GCC Fabian Giesen 2014-12-18 07:52:44 -0800
  • aabf2c5c49 stb_image: SSE2 YCbCr->RGB kernel Fabian Giesen 2014-12-18 07:41:41 -0800
  • d95f7acb32 stb_image: Remove old installable IDCT path. Fabian Giesen 2014-12-18 07:25:41 -0800
  • e5db25f637 stb_image: Add SSE2 IDCT for JPEG decoder. Fabian Giesen 2014-12-18 07:22:42 -0800
  • fb2c841bb8 stb_image: Add more of the SSE2 skeleton. Fabian Giesen 2014-12-18 07:03:21 -0800
  • c6a3235995 stb_image: IDCT kernel func ptr in stbi__jpeg Fabian Giesen 2014-12-18 06:49:41 -0800
  • 518306517c stb_image: JPEG dequant in decode_block not IDCT. Fabian Giesen 2014-12-14 01:23:42 -0800
  • 1d5652044d stb_image: JPEG fast_ac table - decode entire AC at once. Fabian Giesen 2014-12-14 01:08:47 -0800
  • a1bd1f7f1f stb_image: Faster stbi__extend_receive. Fabian Giesen 2014-12-14 00:38:17 -0800
  • bdc918751d Merge branch 'master' of https://github.com/nothings/stb Ken Miller 2014-12-15 01:09:59 -0600
  • f547761c15 Fix assert() that should be STBI_ASSERT() Sean Barrett 2014-12-14 18:14:14 -0800
  • 91255cb1cd update stb_image version & changelog Sean Barrett 2014-12-14 02:06:33 -0800
  • f9e593c25c Merge branch 'optimize' of https://github.com/rygorous/stb into working Sean Barrett 2014-12-14 01:57:22 -0800
  • 8ac015c03f fix 1/2/4-bit png to filter bytes before decoding to pixels; rename pngsuite/part1 to pngsuite/primary; check in pngsuite Sean Barrett 2014-12-14 01:43:23 -0800
  • 01d2c9d957 test program now verifies pngsuite tests against refererence versions Sean Barrett 2014-12-14 00:01:50 -0800
  • 8679ce08b7 fix incorrect img_n variable for interlaced files, caused files to be totally incorrect if forcing channel count Sean Barrett 2014-12-13 23:35:55 -0800
  • ff2d5473c5 Merge branch 'master' of https://github.com/ocornut/stb into working Sean Barrett 2014-12-13 23:05:49 -0800
  • 1996a019ac stb_image: Guess decoded image size before zlib decode to avoid unnecessary reallocs. Fabian Giesen 2014-12-13 19:15:38 -0800
  • 3d6dccf0c4 stb_image: Make 'fast' table contain code size and value directly. Fabian Giesen 2014-12-13 18:48:37 -0800
  • 007de5eb6e stb_image: Extract zhuffman_decode slow path into own function. Fabian Giesen 2014-12-13 18:18:36 -0800
  • cdc230598e stb_image: Fast path for matches with dist=1 (runs) in stbi__parse_huffman_block. Fabian Giesen 2014-12-13 18:07:00 -0800
  • 92b9e262b7 stb_image: Keep zout in a local var during stbi__parse_huffman_block. Fabian Giesen 2014-12-13 17:58:36 -0800
  • 8188e842e2 stb_image: Add 'static' for some internal funcs, STBIDEF for external ones. Fabian Giesen 2014-12-13 17:31:51 -0800
  • 61428d4526 stb_image: Trivial optimizations for filter path when img_n==out_n. Fabian Giesen 2014-12-13 17:22:57 -0800
  • 00965512d7 update version number Sean Barrett 2014-12-10 00:29:25 -0800
  • 26439254e8 fix use of stbrp_coord if no stb_rect_pack; fix a few assert()s that weren't STBTT_asserts(); fix missing cast for C++ fix typo in C++ test compilation that prevented it from trying to compile stb_truetype Sean Barrett 2014-12-10 00:27:11 -0800
  • 34eec7cc5d Merge branch 'oversample_shift' of https://github.com/rygorous/stb Sean Barrett 2014-12-08 20:00:18 -0800
  • d1c85eac78 update version numbers Sean Barrett 2014-12-08 19:58:51 -0800
  • 97037461d9 stb_truetype: STBTT_POINT_SIZE documentation for above Sean Barrett 2014-12-08 19:56:39 -0800
  • d9e121f4c7 stb_rect_pack: Fix implicit conversion warnings. Fabian Giesen 2014-12-08 19:53:12 -0800
  • 82677e5518 stb_truetype: Fix implicit conversion warnings. Fabian Giesen 2014-12-08 19:51:39 -0800
  • 27974c42f9 stb_truetype: Negative size = pixels for EM square. Fabian Giesen 2014-12-08 19:43:27 -0800
  • ffbea74703 stb_rect_pack.h: Impl must include assert.h Fabian Giesen 2014-12-08 19:39:49 -0800
  • 5f674fc7e5 stb_truetype: Cancel out phase offset from box filter correctly. Fabian Giesen 2014-12-08 19:20:41 -0800
  • 8ac41a413d fix typo nothings 2014-12-08 11:42:47 -0800
  • 3a5caacaae Update README.md nothings 2014-12-06 23:50:34 -0800
  • 49d5456de9 Update README.md nothings 2014-12-06 23:49:29 -0800
  • 916800aae5 Update README.md nothings 2014-12-06 23:48:10 -0800
  • cd5b5a5684 Update README.md nothings 2014-12-06 23:46:40 -0800
  • b62bc08c34 Update README.md nothings 2014-12-06 23:31:12 -0800
  • ae5bc8dfe9 Update README.md nothings 2014-12-06 23:30:46 -0800
  • 9b1e1c50c0 Update README.md nothings 2014-12-06 23:28:28 -0800
  • 7d0cec62c8 Update README.md nothings 2014-12-06 23:28:04 -0800
  • 4b87ba76fe Update README.md nothings 2014-12-06 23:22:14 -0800
  • 539dc3996b Update README.md nothings 2014-12-06 23:21:11 -0800
  • 19b24bba1a Update README.md nothings 2014-12-06 23:19:25 -0800
  • c6e1ec0cec Create README.md nothings 2014-12-06 23:17:44 -0800
  • 0a1d82f9e3 readme Sean Barrett 2014-12-06 23:02:10 -0800
  • 22dbcffef7 stbtt_Pack* documentation oversample test tweaks Sean Barrett 2014-12-06 23:00:59 -0800
  • f03e352093 stb_rect_pack: fix LARGE_RECT bug stb_truetype: oversampling, including oversampling demo app Sean Barrett 2014-12-06 12:28:46 -0800
  • b6f8358f47 various fixes for compilation test Sean Barrett 2014-12-02 03:00:08 -0800
  • 0a3dd5aff3 new font bitmap baking API Sean Barrett 2014-12-02 02:59:44 -0800
  • 37c95d8d55 add internal version number for use by stb_truetype Sean Barrett 2014-12-02 02:59:05 -0800
  • 5f81a92cdd use explicit float constants to avoid warnings in some compilers Sean Barrett 2014-12-02 02:58:08 -0800