Commit Graph

  • 7a0b46075c Fix stbte_create_map declaration joshhuelsman 2015-01-30 17:07:57 -05:00
  • 45fec17148 stb_truetype: added STBTT_STATIC to make all implementation static ocornut 2015-01-21 23:38:29 +01:00
  • 2c13513a95 stb_truetype: fix for if stb_rect_pack .h wasn't included. ocornut 2015-01-21 23:21:19 +01:00
  • 0d840ab330 quick & dirty leak checker Sean Barrett 2015-01-21 07:46:54 -08:00
  • ec2158386c update version number Sean Barrett 2015-01-19 05:20:56 -08:00
  • 5bad081711 fix incorrectly-named assert, attempt to fix (char) cast warning (tricky since char's signedness is unknown) Sean Barrett 2015-01-19 05:18:37 -08:00
  • b3653cc3f1 fix double free (found by cppcheck) Philipp Wiesemann 2015-01-18 21:17:49 +01:00
  • 22fa9a467a rewrite HDR rle logic Sean Barrett 2015-01-18 10:43:42 -08:00
  • 90c18fd41a stb_truetype: split stbtt_PackFontRanges() into 3 functions for advanced uses, allow stbtt_PackBegin() to take NULL pixels ocornut 2015-01-18 15:24:33 +00:00
  • 80d5c4be48 fix bug introduced when doing hdr cleanup Sean Barrett 2015-01-17 09:16:48 -08:00
  • c315b164b7 update version numbers Sean Barrett 2015-01-17 08:41:54 -08:00
  • 5ad4169ed1 update version number Sean Barrett 2015-01-17 08:39:41 -08:00
  • 50edcdb972 Merge branch 'master' of https://github.com/scullion/stb Sean Barrett 2015-01-17 08:37:50 -08:00
  • 4ae1bc417b Merge branch 'kg' of https://github.com/krig/stb Sean Barrett 2015-01-17 08:36:22 -08:00
  • 5c121a9921 don't use SIMD on gcc if it's going to fail anyway Sean Barrett 2015-01-17 08:32:57 -08:00
  • 77f816ce73 version number Sean Barrett 2015-01-17 08:25:30 -08:00
  • 6f3bda396d credits, version number Sean Barrett 2015-01-17 08:25:08 -08:00
  • 68c8e4851a Merge branch 'master' of https://github.com/enginmanap/stb Sean Barrett 2015-01-17 08:22:28 -08:00
  • d673e85e94 update credits Sean Barrett 2015-01-17 08:22:19 -08:00
  • 974ca12fb8 Merge branch 'master' of https://github.com/bigmonachus/stb Sean Barrett 2015-01-17 08:19:22 -08:00
  • 4c9e8dd359 version numbers Sean Barrett 2015-01-17 08:17:31 -08:00
  • d91cbdf662 Merge branch 'test' Sean Barrett 2015-01-17 07:47:52 -08:00
  • f392ec7d36 Merge branch 'working' Sean Barrett 2015-01-17 07:47:45 -08:00
  • edd5e6700d tweak baldurk's hdr implementation Sean Barrett 2015-01-17 07:46:22 -08:00
  • 258fb15340 Merge branch 'master' of http://github.com/baldurk/stb into test Sean Barrett 2015-01-17 07:23:47 -08:00
  • 6639ef6d5a fix monochrome bmp support Sean Barrett 2015-01-17 07:15:50 -08:00
  • 529d8163b2 Add support for writing through callback functions in stb_image_write.h. Emmanuel Julien 2015-01-13 17:43:14 +01:00
  • 50c5c8e8ca remove unused variable "ha" engin manap 2015-01-12 11:41:00 +02:00
  • 1a9be15c1e Fix dangling else warnings engin manap 2015-01-12 11:34:48 +02:00
  • a2df517a1a Fix for warning 4244. Cast to short Sergio Gonzalez 2014-12-29 18:43:57 -06:00
  • a7c8694d69 fix missing STBI_MALLOC Sean Barrett 2014-12-25 11:11:59 -08:00
  • 6e0ae49f87 update version number, minor docs Sean Barrett 2014-12-25 01:40:04 -08:00
  • febbc34a16 stb_image: Rename SSE2/NEON IDCTs to idct_simd. Fabian Giesen 2014-12-24 10:53:31 +01:00
  • d92ab86c65 stb_image: Fix PNG initial size guess for 1/2/4 bpc. Fabian Giesen 2014-12-24 10:15:28 +01:00
  • fb109abeaf stb_image: Update comments. Fabian Giesen 2014-12-24 10:07:52 +01:00
  • 7f94e7e591 add #defines to allow disabling decoders for unwanted formats Sean Barrett 2014-12-23 21:36:20 -08:00
  • 53ca163e85 cleanup merge of ARM NEON support tweak docs Sean Barrett 2014-12-23 20:58:22 -08:00
  • de385bb6bb Merge branch 'fastjpeg' into working Sean Barrett 2014-12-23 20:24:46 -08:00
  • fd987527f1 stb_image: NEON YCbCr->RGB kernel. Fabian Giesen 2014-12-24 01:38:59 +01:00
  • 7d32f74d8a Merge branch 'fastjpeg' of https://github.com/nothings/stb into fastjpeg Fabian Giesen 2014-12-23 23:52:12 +01:00
  • 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 -08:00
  • 16d9ed7211 return truetype test code to old path Sean Barrett 2014-12-21 08:32:09 -08:00
  • 6403f319f7 tweak documentation stbi__ prefix on two functions that were missing it Sean Barrett 2014-12-21 08:30:27 -08:00
  • 53008c0922 default tests Sean Barrett 2014-12-21 08:25:13 -08:00
  • e4fb737f66 Merge branch 'ppm' into working Sean Barrett 2014-12-21 08:23:34 -08:00
  • 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 -08:00
  • 33e24eafa0 in progress progressive stuff Sean Barrett 2014-12-21 07:53:05 -08:00
  • a32d73dc3b stb_image: NEON integer IDCT (not yet tested!) Fabian Giesen 2014-12-21 12:55:50 +01:00
  • 0f3bf1564b stb_image: JPEG resampler func for NEON Fabian Giesen 2014-12-21 12:46:57 +01:00
  • 9ad85cc8d2 tweak release docs tweak credits tweak revision history remove trailing whitespace Sean Barrett 2014-12-20 06:22:17 -08:00
  • b4e526d7cf PNM cleanup fix a few old error messages Sean Barrett 2014-12-20 06:09:23 -08:00
  • 97949493fb Merge branch 'master' of https://github.com/kennethdmiller3/stb into ppm Sean Barrett 2014-12-20 05:49:19 -08:00
  • ba5e333faf STBI_MALLOC etc. some documentation cleanup Sean Barrett 2014-12-20 05:46:13 -08:00
  • 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 -08:00
  • f259bf27e9 VC6: support using inline asm for cpuid Sean Barrett 2014-12-19 04:39:04 -08:00
  • 933a1fdd8d Add explicit wchar_t casts in stb.h T. J. Moran 2014-12-18 23:17:47 +00:00
  • b082091bcb stb_image: GCC fix for new SIMD stuff. Fabian Giesen 2014-12-18 08:31:03 -08:00
  • 42bb08b10b stb_image: Add SSE2 h2v2 resampling kernel. Fabian Giesen 2014-12-18 08:11:05 -08:00
  • c625d24197 stb_image: First-pass stbi__sse2_available for GCC Fabian Giesen 2014-12-18 07:52:44 -08:00
  • aabf2c5c49 stb_image: SSE2 YCbCr->RGB kernel Fabian Giesen 2014-12-18 07:41:41 -08:00
  • d95f7acb32 stb_image: Remove old installable IDCT path. Fabian Giesen 2014-12-18 07:25:41 -08:00
  • e5db25f637 stb_image: Add SSE2 IDCT for JPEG decoder. Fabian Giesen 2014-12-18 07:22:42 -08:00
  • fb2c841bb8 stb_image: Add more of the SSE2 skeleton. Fabian Giesen 2014-12-18 07:03:21 -08:00
  • c6a3235995 stb_image: IDCT kernel func ptr in stbi__jpeg Fabian Giesen 2014-12-18 06:49:41 -08:00
  • 518306517c stb_image: JPEG dequant in decode_block not IDCT. Fabian Giesen 2014-12-14 01:23:42 -08:00
  • 1d5652044d stb_image: JPEG fast_ac table - decode entire AC at once. Fabian Giesen 2014-12-14 01:08:47 -08:00
  • a1bd1f7f1f stb_image: Faster stbi__extend_receive. Fabian Giesen 2014-12-14 00:38:17 -08:00
  • bdc918751d Merge branch 'master' of https://github.com/nothings/stb Ken Miller 2014-12-15 01:09:59 -06:00
  • f547761c15 Fix assert() that should be STBI_ASSERT() Sean Barrett 2014-12-14 18:14:14 -08:00
  • 91255cb1cd update stb_image version & changelog Sean Barrett 2014-12-14 02:06:33 -08:00
  • f9e593c25c Merge branch 'optimize' of https://github.com/rygorous/stb into working Sean Barrett 2014-12-14 01:57:22 -08:00
  • 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 -08:00
  • 01d2c9d957 test program now verifies pngsuite tests against refererence versions Sean Barrett 2014-12-14 00:01:50 -08:00
  • 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 -08:00
  • ff2d5473c5 Merge branch 'master' of https://github.com/ocornut/stb into working Sean Barrett 2014-12-13 23:05:49 -08:00
  • 1996a019ac stb_image: Guess decoded image size before zlib decode to avoid unnecessary reallocs. Fabian Giesen 2014-12-13 19:15:38 -08:00
  • 3d6dccf0c4 stb_image: Make 'fast' table contain code size and value directly. Fabian Giesen 2014-12-13 18:48:37 -08:00
  • 007de5eb6e stb_image: Extract zhuffman_decode slow path into own function. Fabian Giesen 2014-12-13 18:18:36 -08:00
  • cdc230598e stb_image: Fast path for matches with dist=1 (runs) in stbi__parse_huffman_block. Fabian Giesen 2014-12-13 18:07:00 -08:00
  • 92b9e262b7 stb_image: Keep zout in a local var during stbi__parse_huffman_block. Fabian Giesen 2014-12-13 17:58:36 -08:00
  • 8188e842e2 stb_image: Add 'static' for some internal funcs, STBIDEF for external ones. Fabian Giesen 2014-12-13 17:31:51 -08:00
  • 61428d4526 stb_image: Trivial optimizations for filter path when img_n==out_n. Fabian Giesen 2014-12-13 17:22:57 -08:00
  • 00965512d7 update version number Sean Barrett 2014-12-10 00:29:25 -08:00
  • 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 -08:00
  • 34eec7cc5d Merge branch 'oversample_shift' of https://github.com/rygorous/stb Sean Barrett 2014-12-08 20:00:18 -08:00
  • d1c85eac78 update version numbers Sean Barrett 2014-12-08 19:58:51 -08:00
  • 97037461d9 stb_truetype: STBTT_POINT_SIZE documentation for above Sean Barrett 2014-12-08 19:56:39 -08:00
  • d9e121f4c7 stb_rect_pack: Fix implicit conversion warnings. Fabian Giesen 2014-12-08 19:53:12 -08:00
  • 82677e5518 stb_truetype: Fix implicit conversion warnings. Fabian Giesen 2014-12-08 19:51:39 -08:00
  • 27974c42f9 stb_truetype: Negative size = pixels for EM square. Fabian Giesen 2014-12-08 19:43:27 -08:00
  • ffbea74703 stb_rect_pack.h: Impl must include assert.h Fabian Giesen 2014-12-08 19:39:49 -08:00
  • 5f674fc7e5 stb_truetype: Cancel out phase offset from box filter correctly. Fabian Giesen 2014-12-08 19:20:41 -08:00
  • 8ac41a413d fix typo nothings 2014-12-08 11:42:47 -08:00
  • 3a5caacaae Update README.md nothings 2014-12-06 23:50:34 -08:00
  • 49d5456de9 Update README.md nothings 2014-12-06 23:49:29 -08:00
  • 916800aae5 Update README.md nothings 2014-12-06 23:48:10 -08:00
  • cd5b5a5684 Update README.md nothings 2014-12-06 23:46:40 -08:00
  • b62bc08c34 Update README.md nothings 2014-12-06 23:31:12 -08:00
  • ae5bc8dfe9 Update README.md nothings 2014-12-06 23:30:46 -08:00
  • 9b1e1c50c0 Update README.md nothings 2014-12-06 23:28:28 -08:00