1. 805e379 root: add BUILD.md by Nigel Tao · 2 days ago main
  2. da95945 example: remove `#include <linux/prctl.h>` by Nigel Tao · 2 days ago
  3. d7ddc15 std/jpeg: decode progressive JPEGs by Nigel Tao · 2 days ago
  4. 1cd3604 std/jpeg: prepare to decode progressive JPEGs by Nigel Tao · 3 days ago
  5. 0aad753 test/data: add peacock.* by Nigel Tao · 11 days ago
  6. 02a6a13 cgen: drop redundant "& mask" in "(x & mask) as T" by Nigel Tao · 11 days ago
  7. 145ff0c std/jpeg: have fill_bitstream call copy_from_slice by Nigel Tao · 11 days ago
  8. ac3bd9c std/jpeg: reject 2 (not 1, 3 or 4) components by Nigel Tao · 11 days ago
  9. 7d73f3c pixconv: fix ycck implicit promotion to signed int by Nigel Tao · 11 days ago
  10. 06ffee2 std/jpeg: allow DQT markers after SOF marker by Nigel Tao · 12 days ago
  11. a41149e std/jpeg: implement triangle-filter upsampling by Nigel Tao · 12 days ago
  12. 94df43c std/jpeg: prepare for triangle-filter upsampling by Nigel Tao · 12 days ago
  13. 56fae16 script: add confirm-matches-djpeg.sh by Nigel Tao · 2 weeks ago
  14. 9ffc41d std/jpeg: tighten decoder workbuf_len worst case by Nigel Tao · 2 weeks ago
  15. de5dc68 std/jpeg: remove components_{w,h}_in_blocks fields by Nigel Tao · 2 weeks ago
  16. 917aeb1 gitignore: add /usr/bin/perf output files by Nigel Tao · 2 weeks ago
  17. 5ab65d0 cgen: generate 123u instead of 123 (for std/jpeg) by Nigel Tao · 2 weeks ago
  18. 85b244a std/netpbm: add new package by Nigel Tao · 2 weeks ago
  19. 382303a fuzz: add jpeg_fuzzer.c by Nigel Tao · 3 weeks ago
  20. 7514ded std/jpeg: decode color images, not just gray by Nigel Tao · 3 weeks ago
  21. 3bd83e3 std/jpeg: apply Inverse DCT by Nigel Tao · 3 weeks ago
  22. 8cfe304 std/jpeg: implement Inverse DCT by Nigel Tao · 4 weeks ago
  23. cac4df3 std/tga: re-type a field from slice to roslice by Nigel Tao · 4 weeks ago
  24. 65924cd std/lzw: have flush return a roslice by Nigel Tao · 4 weeks ago
  25. c914f66 std/jpeg: decode Huffman entropy coded data by Nigel Tao · 4 weeks ago
  26. 6fd9767 std/jpeg: calculate number of MCUs and blocks by Nigel Tao · 5 weeks ago
  27. e9b537b std/jpeg: decode SOS (up to entropy coded data) by Nigel Tao · 5 weeks ago
  28. a95f39e std/png: delete old comment re APNG is unsupported by Nigel Tao · 5 weeks ago
  29. 57b80f8 example: avoid gcc -Wstringop-overread for strnlen by Nigel Tao · 5 weeks ago
  30. d36277f std/jpeg: decode DHT (Huffman tables) by Nigel Tao · 5 weeks ago
  31. 0ccceec std/jpeg: decode SOF, producing the image config by Nigel Tao · 6 weeks ago
  32. 0bbc4c0 std/jpeg: add new package by Nigel Tao · 6 weeks ago
  33. bc86394 base: rename min/max arg to no_more/less_than by Nigel Tao · 7 weeks ago
  34. 95630b6 lang/check: tighten checkConstElement constraint by Nigel Tao · 7 weeks ago
  35. 4834cb9 base: deprecate ETC__PIXEL_FORMAT__NUM_PLANES_MAX by Nigel Tao · 7 weeks ago
  36. e126c99 std: limit supported image dimensions to 0xFF_FFFF by Nigel Tao · 7 weeks ago
  37. d8c23a3 std/lzw: change set_literal_width to set_quirk by Nigel Tao · 7 weeks ago
  38. 6e84987 std: change set_quirk_enabled to set_quirk by Nigel Tao · 7 weeks ago
  39. 176cdf7 test: fix gcc -Wmaybe-uninitialized false positive by Nigel Tao · 7 weeks ago
  40. 35fd84b lang: allow copy_from_slice arg to be read-only by Nigel Tao · 7 weeks ago
  41. 29c4122 lang: have hasher_u32.update_u32 take a roslice by Nigel Tao · 8 weeks ago
  42. ea3fbc3 lang: change const array to const roarray by Nigel Tao · 8 weeks ago
  43. f3caf09 lang: add read-only type decorators by Nigel Tao · 8 weeks ago
  44. 6e83491 base: remove deprecated names by Nigel Tao · 8 weeks ago
  45. 6ede29a cmd/wuffs: tweak genWuffs output to be wuffsfmt'ed by Nigel Tao · 8 weeks ago
  46. 49fa501 lang/parse: struct private data now needs a "+" by Nigel Tao · 8 weeks ago
  47. f5eb38d wuffsfmt: indent with 4 spaces (not a tab) by Nigel Tao · 8 weeks ago
  48. 9c03b8c wuffsfmt: double-indents hanging lines by Nigel Tao · 8 weeks ago
  49. d910658 wuffs gen -version=0.3.3 by Nigel Tao · 8 weeks ago v0.3.3
  50. 00d5e35 floatconv: optimize parse_number_f64 fallback by Nigel Tao · 8 weeks ago
  51. 05f0172 script/manual-test-truncated-input: re-enable WBMP by Nigel Tao · 8 weeks ago
  52. 57bd11b wuffs gen -version=0.3.2 by Nigel Tao · 8 weeks ago v0.3.2
  53. 67d9a68 Update doc/changelog.md for v0.3.2 by Nigel Tao · 8 weeks ago
  54. 17f7613 std/{bmp,nie}: allow decode_frame to small pixbuf by Nigel Tao · 10 weeks ago
  55. baac49d script: add manual-test-truncated-input.cc by Nigel Tao · 10 weeks ago
  56. a12a807 script/print-image-metadata: fix infinite loop by Nigel Tao · 3 months ago
  57. 000b0a3 std/png: decode "truncated input" for short chunks by Nigel Tao · 3 months ago
  58. ef74175 wuffs gen -version=0.3.1 by Nigel Tao · 3 months ago v0.3.1
  59. 02844cd go.{mod,sum}: go get -u golang.org/x/image/draw by Nigel Tao · 3 months ago
  60. 3db9e96 root: add .gitattributes by Nigel Tao · 3 months ago
  61. be37cc4 A+C: add sarastro-nl by Nigel Tao · 4 months ago
  62. 4d4c3c4 floatconv: tweak Simple Decimal Conversion by Nigel Tao · 4 months ago
  63. 36d7748 Merge pull request #90 from sarastro-nl/improvement/optimize-SDC by Nigel Tao · 4 months ago
  64. 43ca567 fuzz: check "short read" and io_reader.is_closed by Nigel Tao · 4 months ago
  65. 3474af9 std/{cbor,json}: add test for empty input by Nigel Tao · 4 months ago
  66. 248bddc std/*image_decoder*: add "#truncated input" by Nigel Tao · 4 months ago
  67. 3705e0d cgen: io_reader.is_closed doesn't need derived var by Nigel Tao · 4 months ago
  68. f01f085 std/*io_transformer*: add "#truncated input" by Nigel Tao · 4 months ago
  69. d7c48ae cgen: have io_limit update meta.closed by Nigel Tao · 4 months ago
  70. 8ad397f std/png: add test for multiple IDAT chunks by Nigel Tao · 4 months ago
  71. 48e69da std/lzw: add "#truncated input" error by Nigel Tao · 4 months ago
  72. 5640296 Tweak README.md "it is fast" section by Nigel Tao · 4 months ago
  73. 1e03a0c wuffs gen -version=0.3.0 by Nigel Tao · 4 months ago v0.3.0
  74. c698d81 Update README.md, doc/changelog.md by Nigel Tao · 4 months ago
  75. 95164c7 Update doc/binary-size.md by Nigel Tao · 4 months ago
  76. 255d3a0 Fix C++ "init-statement in selection" warning by Nigel Tao · 4 months ago
  77. e915543 Fix jsonfindptrs "internal error" false positive by Nigel Tao · 6 months ago
  78. d46220c optimize SDC by sarastro-nl · 6 months ago
  79. dee65c0 wuffs gen -version=0.3.0-rc.3 by Nigel Tao · 7 months ago v0.3.0-rc.3
  80. c27250f Add -Wall to build-example.sh by Nigel Tao · 7 months ago
  81. 9445c8b Guard header declarations on the MODULE_ETC macros by Nigel Tao · 7 months ago
  82. b5ccd9e wuffs gen -version=0.3.0-rc.2 by Nigel Tao · 8 months ago v0.3.0-rc.2
  83. b0e9eff Avoid (NULL + 0) in derived io_buffer variables by Nigel Tao · 8 months ago
  84. 8b7f821 Update doc/roadmap.md by Nigel Tao · 8 months ago
  85. b245252 Update doc/benchmarks.md by Nigel Tao · 9 months ago
  86. bad2693 Add lib/litonlylzma.FileFormatXz by Nigel Tao · 9 months ago
  87. be1f605 Run gofmt by Nigel Tao · 10 months ago
  88. 315b2e5 wuffs gen -version=0.3.0-rc.1 by Nigel Tao · 11 months ago v0.3.0-rc.1
  89. fac934b Fix lib/readerat ReadSeeker.Seek offset bug by Nigel Tao · 11 months ago
  90. b8d44be Touch fuzz/c/std/bzip2_fuzzer.c again by Nigel Tao · 11 months ago
  91. d0f0591 Add lib/litonlylzma by Nigel Tao · 11 months ago
  92. c1283e4 Touch fuzz/c/std/bzip2_fuzzer.c by Nigel Tao · 12 months ago
  93. c226ed6 Use memcpy-based peeks and pokes on Microsoft C by Nigel Tao · 12 months ago
  94. 45a7992 Tighten std/bzip2 Huffman leaf node bit packing by Nigel Tao · 12 months ago
  95. 67aa632 Rename std/bzip2 num_nodes variable by Nigel Tao · 12 months ago
  96. 8c33dd5 Tighten std/bzip2 huffman_trees array size by Nigel Tao · 12 months ago
  97. 5d7b113 Optimize imageviewer xcb_clear_area calls by Nigel Tao · 12 months ago
  98. 886e7f3 Simplify fuzzers' io_buffer construction by Nigel Tao · 12 months ago
  99. fbc686f Add memrandomize to fuzz/c/fuzzlib by Nigel Tao · 12 months ago
  100. 9256fe5 Have std/bzip2 check the number of sections by Nigel Tao · 12 months ago