Commit Graph

  • c1aa9c0ea2 in progress progressive stuff Sean Barrett 2014-12-21 07:53:05 -0800
  • 33e24eafa0 in progress progressive stuff Sean Barrett 2014-12-21 07:53:05 -0800
  • 1de4f75d37 stb_image: NEON integer IDCT (not yet tested!) Fabian Giesen 2014-12-21 12:55:50 +0100
  • a32d73dc3b stb_image: NEON integer IDCT (not yet tested!) Fabian Giesen 2014-12-21 12:55:50 +0100
  • 5d329b18df stb_image: JPEG resampler func for NEON Fabian Giesen 2014-12-21 12:46:57 +0100
  • 0f3bf1564b stb_image: JPEG resampler func for NEON Fabian Giesen 2014-12-21 12:46:57 +0100
  • baa23e467a tweak release docs tweak credits tweak revision history remove trailing whitespace Sean Barrett 2014-12-20 06:22:17 -0800
  • 9ad85cc8d2 tweak release docs tweak credits tweak revision history remove trailing whitespace Sean Barrett 2014-12-20 06:22:17 -0800
  • 1902071e61 PNM cleanup fix a few old error messages Sean Barrett 2014-12-20 06:09:23 -0800
  • b4e526d7cf PNM cleanup fix a few old error messages Sean Barrett 2014-12-20 06:09:23 -0800
  • 0aed7538d6 Merge branch 'master' of https://github.com/kennethdmiller3/stb into ppm Sean Barrett 2014-12-20 05:49:19 -0800
  • 97949493fb Merge branch 'master' of https://github.com/kennethdmiller3/stb into ppm Sean Barrett 2014-12-20 05:49:19 -0800
  • 49f2c44fd6 STBI_MALLOC etc. some documentation cleanup Sean Barrett 2014-12-20 05:46:13 -0800
  • ba5e333faf STBI_MALLOC etc. some documentation cleanup Sean Barrett 2014-12-20 05:46:13 -0800
  • 3d373d8dbe 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
  • 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
  • 37f69d1801 VC6: support using inline asm for cpuid Sean Barrett 2014-12-19 04:39:04 -0800
  • f259bf27e9 VC6: support using inline asm for cpuid Sean Barrett 2014-12-19 04:39:04 -0800
  • cf24eabbac Add explicit wchar_t casts in stb.h T. J. Moran 2014-12-18 23:17:47 +0000
  • 933a1fdd8d Add explicit wchar_t casts in stb.h T. J. Moran 2014-12-18 23:17:47 +0000
  • 221448c4ad stb_image: GCC fix for new SIMD stuff. Fabian Giesen 2014-12-18 08:31:03 -0800
  • b082091bcb stb_image: GCC fix for new SIMD stuff. Fabian Giesen 2014-12-18 08:31:03 -0800
  • 5b5061be2f stb_image: Add SSE2 h2v2 resampling kernel. Fabian Giesen 2014-12-18 08:11:05 -0800
  • 42bb08b10b stb_image: Add SSE2 h2v2 resampling kernel. Fabian Giesen 2014-12-18 08:11:05 -0800
  • 94b8988602 stb_image: First-pass stbi__sse2_available for GCC Fabian Giesen 2014-12-18 07:52:44 -0800
  • c625d24197 stb_image: First-pass stbi__sse2_available for GCC Fabian Giesen 2014-12-18 07:52:44 -0800
  • 7458eba69d stb_image: SSE2 YCbCr->RGB kernel Fabian Giesen 2014-12-18 07:41:41 -0800
  • aabf2c5c49 stb_image: SSE2 YCbCr->RGB kernel Fabian Giesen 2014-12-18 07:41:41 -0800
  • 886f4dbed4 stb_image: Remove old installable IDCT path. Fabian Giesen 2014-12-18 07:25:41 -0800
  • d95f7acb32 stb_image: Remove old installable IDCT path. Fabian Giesen 2014-12-18 07:25:41 -0800
  • 017fa53763 stb_image: Add SSE2 IDCT for JPEG decoder. Fabian Giesen 2014-12-18 07:22:42 -0800
  • e5db25f637 stb_image: Add SSE2 IDCT for JPEG decoder. Fabian Giesen 2014-12-18 07:22:42 -0800
  • d4e7119822 stb_image: Add more of the SSE2 skeleton. Fabian Giesen 2014-12-18 07:03:21 -0800
  • fb2c841bb8 stb_image: Add more of the SSE2 skeleton. Fabian Giesen 2014-12-18 07:03:21 -0800
  • e8c0e8225b stb_image: IDCT kernel func ptr in stbi__jpeg Fabian Giesen 2014-12-18 06:49:41 -0800
  • c6a3235995 stb_image: IDCT kernel func ptr in stbi__jpeg Fabian Giesen 2014-12-18 06:49:41 -0800
  • 12a3f2af92 stb_image: JPEG dequant in decode_block not IDCT. Fabian Giesen 2014-12-14 01:23:42 -0800
  • 518306517c stb_image: JPEG dequant in decode_block not IDCT. Fabian Giesen 2014-12-14 01:23:42 -0800
  • 1be6d6c081 stb_image: JPEG fast_ac table - decode entire AC at once. Fabian Giesen 2014-12-14 01:08:47 -0800
  • 1d5652044d stb_image: JPEG fast_ac table - decode entire AC at once. Fabian Giesen 2014-12-14 01:08:47 -0800
  • 7180e0ec06 stb_image: Faster stbi__extend_receive. Fabian Giesen 2014-12-14 00:38:17 -0800
  • a1bd1f7f1f stb_image: Faster stbi__extend_receive. Fabian Giesen 2014-12-14 00:38:17 -0800
  • 3437880825 Merge pull request #1 from nothings/master Andrew 2014-12-17 13:29:51 +0400
  • f8f2d2a915 Merge branch 'master' of https://github.com/nothings/stb Ken Miller 2014-12-15 01:09:59 -0600
  • bdc918751d Merge branch 'master' of https://github.com/nothings/stb Ken Miller 2014-12-15 01:09:59 -0600
  • 93894c24f9 Fix assert() that should be STBI_ASSERT() Sean Barrett 2014-12-14 18:14:14 -0800
  • f547761c15 Fix assert() that should be STBI_ASSERT() Sean Barrett 2014-12-14 18:14:14 -0800
  • 036a6bda57 update stb_image version & changelog Sean Barrett 2014-12-14 02:06:33 -0800
  • 91255cb1cd update stb_image version & changelog Sean Barrett 2014-12-14 02:06:33 -0800
  • 05cc782cda Merge branch 'optimize' of https://github.com/rygorous/stb into working Sean Barrett 2014-12-14 01:57:22 -0800
  • f9e593c25c Merge branch 'optimize' of https://github.com/rygorous/stb into working Sean Barrett 2014-12-14 01:57:22 -0800
  • c54a452830 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
  • 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
  • 6556f66193 test program now verifies pngsuite tests against refererence versions Sean Barrett 2014-12-14 00:01:50 -0800
  • 01d2c9d957 test program now verifies pngsuite tests against refererence versions Sean Barrett 2014-12-14 00:01:50 -0800
  • dd00528c79 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
  • 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
  • 87f6ece6a1 Merge branch 'master' of https://github.com/ocornut/stb into working Sean Barrett 2014-12-13 23:05:49 -0800
  • ff2d5473c5 Merge branch 'master' of https://github.com/ocornut/stb into working Sean Barrett 2014-12-13 23:05:49 -0800
  • 86cc8048b8 stb_image: Guess decoded image size before zlib decode to avoid unnecessary reallocs. Fabian Giesen 2014-12-13 19:15:38 -0800
  • 1996a019ac stb_image: Guess decoded image size before zlib decode to avoid unnecessary reallocs. Fabian Giesen 2014-12-13 19:15:38 -0800
  • f9e57666df stb_image: Make 'fast' table contain code size and value directly. Fabian Giesen 2014-12-13 18:48:37 -0800
  • 3d6dccf0c4 stb_image: Make 'fast' table contain code size and value directly. Fabian Giesen 2014-12-13 18:48:37 -0800
  • 8b80856bca stb_image: Extract zhuffman_decode slow path into own function. Fabian Giesen 2014-12-13 18:18:36 -0800
  • 007de5eb6e stb_image: Extract zhuffman_decode slow path into own function. Fabian Giesen 2014-12-13 18:18:36 -0800
  • 529b164b28 stb_image: Fast path for matches with dist=1 (runs) in stbi__parse_huffman_block. Fabian Giesen 2014-12-13 18:07:00 -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
  • b351fdc59b stb_image: Keep zout in a local var during stbi__parse_huffman_block. Fabian Giesen 2014-12-13 17:58:36 -0800
  • 92b9e262b7 stb_image: Keep zout in a local var during stbi__parse_huffman_block. Fabian Giesen 2014-12-13 17:58:36 -0800
  • 9b36407354 stb_image: Add 'static' for some internal funcs, STBIDEF for external ones. Fabian Giesen 2014-12-13 17:31:51 -0800
  • 8188e842e2 stb_image: Add 'static' for some internal funcs, STBIDEF for external ones. Fabian Giesen 2014-12-13 17:31:51 -0800
  • 7c2ec341a7 stb_image: Trivial optimizations for filter path when img_n==out_n. Fabian Giesen 2014-12-13 17:22:57 -0800
  • 61428d4526 stb_image: Trivial optimizations for filter path when img_n==out_n. Fabian Giesen 2014-12-13 17:22:57 -0800
  • 4f28601a8b Merge 1be86b37d6 into 00965512d7 omar 2014-12-12 21:21:19 +0000
  • 4f10d9779e Merge f6b081f6e8 into 00965512d7 Chad Brokaw 2014-12-10 15:27:26 +0000
  • 354a125d45 update version number Sean Barrett 2014-12-10 00:29:25 -0800
  • 00965512d7 update version number Sean Barrett 2014-12-10 00:29:25 -0800
  • 5da229029b 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
  • 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
  • 9e98d2fcff Merge branch 'oversample_shift' of https://github.com/rygorous/stb Sean Barrett 2014-12-08 20:00:18 -0800
  • 34eec7cc5d Merge branch 'oversample_shift' of https://github.com/rygorous/stb Sean Barrett 2014-12-08 20:00:18 -0800
  • 5c5234afb7 update version numbers Sean Barrett 2014-12-08 19:58:51 -0800
  • d1c85eac78 update version numbers Sean Barrett 2014-12-08 19:58:51 -0800
  • b554baf4ea stb_truetype: STBTT_POINT_SIZE documentation for above Sean Barrett 2014-12-08 19:56:39 -0800
  • 97037461d9 stb_truetype: STBTT_POINT_SIZE documentation for above Sean Barrett 2014-12-08 19:56:39 -0800
  • 6a328f36f8 stb_rect_pack: Fix implicit conversion warnings. Fabian Giesen 2014-12-08 19:53:12 -0800
  • d9e121f4c7 stb_rect_pack: Fix implicit conversion warnings. Fabian Giesen 2014-12-08 19:53:12 -0800
  • a72786dd78 stb_truetype: Fix implicit conversion warnings. Fabian Giesen 2014-12-08 19:51:39 -0800
  • 82677e5518 stb_truetype: Fix implicit conversion warnings. Fabian Giesen 2014-12-08 19:51:39 -0800
  • d1939ec182 stb_truetype: Negative size = pixels for EM square. Fabian Giesen 2014-12-08 19:43:27 -0800
  • 27974c42f9 stb_truetype: Negative size = pixels for EM square. Fabian Giesen 2014-12-08 19:43:27 -0800
  • bde1af6b09 stb_rect_pack.h: Impl must include assert.h Fabian Giesen 2014-12-08 19:39:49 -0800
  • ffbea74703 stb_rect_pack.h: Impl must include assert.h Fabian Giesen 2014-12-08 19:39:49 -0800
  • a329b0d2d5 stb_truetype: Cancel out phase offset from box filter correctly. Fabian Giesen 2014-12-08 19:20:41 -0800
  • 5f674fc7e5 stb_truetype: Cancel out phase offset from box filter correctly. Fabian Giesen 2014-12-08 19:20:41 -0800
  • fb7f951174 fix typo nothings 2014-12-08 11:42:47 -0800
  • 8ac41a413d fix typo nothings 2014-12-08 11:42:47 -0800
  • 7824bc5e52 Update README.md nothings 2014-12-06 23:50:34 -0800
  • 3a5caacaae Update README.md nothings 2014-12-06 23:50:34 -0800
  • 11cddfb1c5 Update README.md nothings 2014-12-06 23:49:29 -0800