1. f31d952 snippet: avoid some -Wunused-function warnings by Nigel Tao · 31 hours ago main
  2. fbb6555 snippet/uncompng: fix encode_apng return value by Nigel Tao · 31 hours ago
  3. 5f95a0d example: inspect SECCOMP_MODE_STRICT return value by Nigel Tao · 31 hours ago
  4. e0f1efc example/gifplayer: add NIE support by Nigel Tao · 2 days ago
  5. 56250f1 example/gifplayer: refactor by Nigel Tao · 2 days ago
  6. b1adeec lib/suitar: allow Write to a sparse entry by Nigel Tao · 3 days ago
  7. b77e1a6 lib/suitar: make some Reader.Next errors sticky by Nigel Tao · 3 days ago
  8. c944c49 lib/suitar: tweak some style nits by Nigel Tao · 3 days ago
  9. 4abc399 A+C: add rootkiller6788 by Nigel Tao · 3 days ago
  10. 901b740 spec/suitar: elaborate on duplicate file names by Nigel Tao · 3 days ago
  11. 3d46062 cgen: note that base.io_buffer__struct is linear by Nigel Tao · 8 days ago
  12. 1ca418e snippet/uncompng: support APNG (Animated PNG) by Nigel Tao · 10 days ago
  13. 742e8b7 lib/suitar: reject names ending in "/." or "/.." by Nigel Tao · 13 days ago
  14. 5049107 Merge pull request #179 from rootkiller6788/fix-suitar-writer by Nigel Tao · 3 days ago
  15. 193d035 lib/suitar: test chunked writes and directory entries by rootkiller6788 · 5 days ago
  16. 26ce860 lib/suitar: let WriteHeader write a directory entry by rootkiller6788 · 5 days ago
  17. 05a8209 lib/suitar: reset bIndex after flushing a full block by rootkiller6788 · 5 days ago
  18. 0f214ba lib/suitar: add trailing EOF blocks by Nigel Tao · 2 weeks ago
  19. 504f848 lib/suitar: add new Go package by Nigel Tao · 2 weeks ago
  20. ce86306 lib/uncompng: support APNG (Animated PNG) by Nigel Tao · 3 weeks ago
  21. 2f7e714 script: add print-png-chunks.go by Nigel Tao · 5 weeks ago
  22. e772ccd lib/uncompng: rearrange Encode argument order by Nigel Tao · 5 weeks ago
  23. 1230506 test/data: add "VP8X with animation" test image by Nigel Tao · 5 weeks ago
  24. b89fd2f script: undo print-nia-checksums.sh comment by Nigel Tao · 5 weeks ago
  25. aad70fd script: print-riff-chunks.go handles WEBP/ANMF by Nigel Tao · 5 weeks ago
  26. 466cf6f std/webp: tweak workbuf_len determination by Nigel Tao · 6 weeks ago
  27. c4df79d script: add print-riff-chunks.go by Nigel Tao · 6 weeks ago
  28. 59176bb base: fix color_u64_argb_nonpremul for 64-bit by Nigel Tao · 6 weeks ago
  29. 16d6267 base: specialize swizzle_ycca for bgra_premul by Nigel Tao · 6 weeks ago
  30. 5d5fb1d base38: add "BCP 47 as base38" example by Nigel Tao · 6 weeks ago
  31. 0fe5509 base: avoid (NULL + 0) in slice functions by Nigel Tao · 6 weeks ago
  32. 7b71d68 base: rename color_u32_at color_u32_argb_premul_at by Nigel Tao · 6 weeks ago
  33. d9cf075 std/vp8: blend VP8X ALPH chunk by Nigel Tao · 6 weeks ago
  34. 5f39813 std/vp8: fix QUIRK_WIDTH_AND_HEIGHT height by Nigel Tao · 7 weeks ago
  35. e7f6c79 std/vp8: decode VP8X ALPH chunk by Nigel Tao · 7 weeks ago
  36. 2a97911 std/webp: factor out decode_vp8l.wuffs by Nigel Tao · 8 weeks ago
  37. 9d8285b github/workflows: update fuzz.yml permissions by Nigel Tao · 8 weeks ago
  38. 8e909c8 github/workflows: update fuzz.yml by Nigel Tao · 8 weeks ago
  39. 6e9e2e0 std/vp8: accept VP8X (but ignore any ALPH chunk) by Nigel Tao · 8 weeks ago
  40. be6327a test/data: add "VP8X with alpha" test image by Nigel Tao · 10 weeks ago
  41. bd3b337 stb-imagedumper: embiggen MAX_INCL_DIMENSION by Nigel Tao · 10 weeks ago
  42. e3bda4e std/webp: ignore alpha_is_used bit per the spec by Nigel Tao · 10 weeks ago
  43. 8515165 std/webp: treat this.width as constant after set by Nigel Tao · 10 weeks ago
  44. 183beab std/webp: relax VP8L color transform validity by Nigel Tao · 10 weeks ago
  45. c2f44c8 testlib: apply workbuf_len when decoding images by Nigel Tao · 10 weeks ago
  46. 0918f99 Merge pull request #177 from google/dependabot/go_modules/go_modules-f0f091c0c5 by Nigel Tao · 9 weeks ago
  47. 30835a0 build(deps): bump golang.org/x/image by dependabot[bot] · 9 weeks ago dependabot/go_modules/go_modules-f0f091c0c5
  48. b22c038 release: spin in v0.3.5 by Nigel Tao · 10 weeks ago spin-in-v0.3.5
  49. 64ef0df mimiclib: #include <limits.h> and <stdint.h> by Nigel Tao · 10 weeks ago
  50. eadcb09 basic-handsum-decode: change Go import line to URL by Nigel Tao · 10 weeks ago
  51. 3fce622 std/vp8: add comments about reconstruction etc by Nigel Tao · 2 months ago
  52. 46ac36b std/handsum: tweak scaleAndBiasChromaDown by Nigel Tao · 2 months ago
  53. 0e985fe std/jpeg: add link to Ekrem Fidan's blog post by Nigel Tao · 2 months ago
  54. 0fe290e convert-to-nia: update list of input formats by Nigel Tao · 2 months ago
  55. 09b8cbb example/stb-imagedumper: alias - to /dev/stdin by Nigel Tao · 2 months ago
  56. ee923a9 basic-handsum-decode: use memcpy unless __wasm__ by Nigel Tao · 3 months ago
  57. 67591a3 std/vp8: simplify swizzle_one_row_of_macroblocks by Nigel Tao · 3 months ago
  58. b2a2486 std/vp8: use YCC_UPSAMPLING__FANCY_LIKE_LIBWEBP by Nigel Tao · 3 months ago
  59. 381e186 std/vp8: swizzle_ycck once, not once per MB row by Nigel Tao · 3 months ago
  60. 85a0283 base: tweak swizzle_ycck ycc_upsampling parameter by Nigel Tao · 3 months ago
  61. e3b5a7d script: add replicate-libwebp-chroma-upsampling.go by Nigel Tao · 3 months ago
  62. 58968fa basic-handsum-decode: remove bias_and_clamp LUT by Nigel Tao · 3 months ago
  63. 5bab861 basic-handsum-decode: roll upsample_from to loops by Nigel Tao · 3 months ago
  64. d965fe5 basic-handsum-decode: use our own memcpy by Nigel Tao · 3 months ago
  65. 0e06bcc std/jpeg: add Further Reading README.md section by Nigel Tao · 3 months ago
  66. 79bf624 std/vp8: add README.md by Nigel Tao · 3 months ago
  67. ad039b5 snippet: add basic-handsum-decode.c by Nigel Tao · 3 months ago
  68. 9c6d1da cmd/handsum: append '\n' to base64 output by Nigel Tao · 3 months ago
  69. ba25980 release: wuffs gen -version=0.4.0-alpha.10 by Nigel Tao · 3 months ago v0.4.0-alpha.10
  70. f3de333 cgen: revert simplify "x ~mod+ 0", "1 ~mod* y" etc by Nigel Tao · 3 months ago
  71. 4d5d2e8 enumerated-media-types: add some Microsoft values by Nigel Tao · 3 months ago
  72. 15a1cbf enumerated-media-types: add some Android values by Nigel Tao · 3 months ago
  73. e0a44a0 script: add Magic Ring Buffer comment by Nigel Tao · 3 months ago
  74. 731578a cmd/handsum: add -base64 flag by Nigel Tao · 3 months ago
  75. 3ba284b std: link to "Making Software - Image Compression" by Nigel Tao · 3 months ago
  76. 30c0736 lib/handsum: add aspect ratio comment by Nigel Tao · 3 months ago
  77. 94c2f80 example/stb-imagedumper: add *.lossy.webp demo by Nigel Tao · 3 months ago
  78. a2a6eee A+C: add Damian Kaczmarek by Nigel Tao · 3 months ago
  79. e9ebad8 std/vp8: fix skip for all-zero DCT coefficients by Nigel Tao · 3 months ago
  80. b4c8b9c test/c/mimiclib/webp: use no_fancy_upsampling by Nigel Tao · 3 months ago
  81. 9e274be std/vp8: use YCC_MODEL__BT_601_STUDIO_RANGE by Nigel Tao · 3 months ago
  82. dc18293 base: support YCC_MODEL__BT_601_STUDIO_RANGE by Nigel Tao · 3 months ago
  83. 9a027b8 base: add WUFFS_BASE__YCC_MODEL__ETC by Nigel Tao · 3 months ago
  84. 40f39a3 cgen: omit "x ~mod+= y ~mod* 0" by Nigel Tao · 3 months ago
  85. 1f3df26 lang/token: add IsXBinaryTildeModOp by Nigel Tao · 3 months ago
  86. a4ec3f8 cgen: simplify "x ~mod+ 0", "1 ~mod* y" etc by Nigel Tao · 3 months ago
  87. ecca245 std/vp8: fix luma_mode == 4 HZNC tracking by Nigel Tao · 3 months ago
  88. cae59b4 std/vp8: fix luma subblock prediction modes by Nigel Tao · 3 months ago
  89. 24fae42 std/vp8: swizzle to the dst pixel buffer by Nigel Tao · 3 months ago
  90. 214b63c std/vp8: rename decode_first_partition by Nigel Tao · 3 months ago
  91. 7b69762 std/vp8: implement loop filters by Nigel Tao · 3 months ago
  92. 487922d std/vp8: fix prediction modes and offsets by Nigel Tao · 3 months ago
  93. 68d13b8 std/vp8: implement IDCT/IWHT by Nigel Tao · 3 months ago
  94. bb3c85e std/vp8: calculate the predicted values by Nigel Tao · 3 months ago
  95. 3a74d54 std/vp8: rename decode_residuals by Nigel Tao · 3 months ago
  96. 18488a3 std: rename some CLAMP and CLIP tables by Nigel Tao · 3 months ago
  97. 5daeafb build: use -fno-rtti -fno-exceptions by Nigel Tao · 3 months ago
  98. 1ac167f std/vp8: tweak decoder.clip_127 by Nigel Tao · 3 months ago
  99. 0ce35fe std/vp8: avoid -Werror=sign-conversion warning by Nigel Tao · 3 months ago
  100. 327a714 cgen: simplify "x + 0", "1 * y" and "z << 0" by Nigel Tao · 3 months ago