[go: up one dir, main page]

  1. 3692384 bump version to 1.5.0 by James Zern · 1 year ago
  2. 9e5ecfa Properly check the data size against the end of the RIFF chunk by Vincent Rabaud · 1 year ago
  3. 3063351 muxread: fix reading of buffers > riff size by James Zern · 1 year, 1 month ago
  4. 4c85d86 yuv.h: update RGB<->YUV coefficients in comment by James Zern · 1 year, 1 month ago
  5. 61e2cfd rework AddVectorEq_SSE2 by James Zern · 1 year, 1 month ago
  6. 7bda3de rework AddVector_SSE2 by James Zern · 1 year, 1 month ago
  7. dfdcb7f Merge "lossless.h: fix function declaration mismatches" into main by James Zern · 1 year, 2 months ago webp-rfc9649
  8. 78ed683 fix overread in Intra4Preds_NEON by James Zern · 1 year, 2 months ago
  9. d516a68 lossless.h: fix function declaration mismatches by James Zern · 1 year, 2 months ago
  10. fdb229e Merge changes I07a7e36a,Ib29980f7,I2316122d,I2356e314,I32b53dd3, ... into main by James Zern · 1 year, 3 months ago
  11. 169dfbf disable Intra4Preds_NEON by James Zern · 1 year, 3 months ago
  12. 2dd5eb9 dsp/yuv*: use WEBP_RESTRICT qualifier by James Zern · 1 year, 3 months ago
  13. 23bbafb dsp/upsampling*: use WEBP_RESTRICT qualifier by James Zern · 1 year, 3 months ago
  14. 35915b3 dsp/rescaler*: use WEBP_RESTRICT qualifier by James Zern · 1 year, 3 months ago
  15. a32b436 dsp/lossless*: use WEBP_RESTRICT qualifier by James Zern · 1 year, 3 months ago
  16. 04d4b4f dsp/filters*: use WEBP_RESTRICT qualifier by James Zern · 1 year, 3 months ago
  17. b1cb37e dsp/enc*: use WEBP_RESTRICT qualifier by James Zern · 1 year, 3 months ago
  18. 201894e dsp/dec*: use WEBP_RESTRICT qualifier by James Zern · 1 year, 3 months ago
  19. 02eac8a dsp/cost*: use WEBP_RESTRICT qualifier by James Zern · 1 year, 3 months ago
  20. 220ee52 Search for best predictor transform bits by Vincent Rabaud · 1 year, 3 months ago
  21. 7861947 Try to reduce the sampling for the entropy image by Vincent Rabaud · 1 year, 3 months ago
  22. a78c535 Remove a useless malloc for entropy image by Vincent Rabaud · 1 year, 3 months ago
  23. 367ca93 Refactor predictor finding by Vincent Rabaud · 1 year, 3 months ago
  24. f888291 anim_encode.c: fix function ref in comment by James Zern · 1 year, 3 months ago
  25. 2e81017 Convert predictor_enc.c to fixed point by Vincent Rabaud · 1 year, 4 months ago
  26. 8e0cc14 Fix static overflow warning. by Vincent Rabaud · 1 year, 4 months ago
  27. 615e587 Merge "make VP8LPredictor[01]_C() static" into main by James Zern · 1 year, 4 months ago
  28. 233e86b Merge changes Ie43dc5ef,I94cd8bab into main by James Zern · 1 year, 4 months ago
  29. 1a29fd2 make VP8LPredictor[01]_C() static by James Zern · 1 year, 4 months ago
  30. dd9d377 Do*Filter_*: remove row & num_rows parameters by James Zern · 1 year, 4 months ago
  31. ab451a4 Do*Filter_C: remove dead 'inverse' code paths by James Zern · 1 year, 4 months ago
  32. f9a480f {TrueMotion,TM16}_NEON: remove zero extension by James Zern · 1 year, 4 months ago
  33. 04834ac Merge changes I25c30a9e,I0a192fc6,I4cf89575 into main by James Zern · 1 year, 5 months ago
  34. 74be8e2 Fix implicit conversion issues by Vincent Rabaud · 1 year, 5 months ago
  35. f2d6dc1 Increase the transform bits if possible. by Vincent Rabaud · 1 year, 5 months ago
  36. 8a7c8dc WASM: Enable VP8L_USE_FAST_LOAD by wrv · 1 year, 5 months ago
  37. f0c53cd WASM: don't use USE_GENERIC_TREE by wrv · 1 year, 5 months ago
  38. eef903d WASM: Enable 64-bit BITS caching by wrv · 1 year, 5 months ago
  39. 6296cc8 iterator_enc: make VP8IteratorReset() static by James Zern · 1 year, 5 months ago
  40. fbd9389 histogram_enc: make VP8LGetHistogramSize static by James Zern · 1 year, 5 months ago
  41. cc7ff54 cost_enc: make VP8CalculateLevelCosts[] static by James Zern · 1 year, 5 months ago
  42. 4e2828b vp8l_dec: make VP8LClear() static by James Zern · 1 year, 5 months ago
  43. d742b24 Intra16Preds_NEON: fix truemotion saturation by James Zern · 1 year, 5 months ago
  44. c7bb4cb Intra4Preds_NEON: fix truemotion saturation by James Zern · 1 year, 5 months ago
  45. dde1157 Remove TODO now that log is using fixed point. by Vincent Rabaud · 1 year, 5 months ago
  46. 3bd9420 Merge changes Iff6e47ed,I24c67cd5,Id781e761 into main by James Zern · 1 year, 5 months ago
  47. d27d246 Merge "Convert VP8LFastSLog2 to fixed point" into main by Vincent Rabaud · 1 year, 5 months ago
  48. 314a142 Use QuantizeBlock_NEON for VP8EncQuantizeBlockWHT on Arm by Istvan Stefan · 1 year, 5 months ago
  49. 3bfb05e Add AArch64 Neon implementation of Intra16Preds by Istvan Stefan · 1 year, 5 months ago
  50. baa9380 Add AArch64 Neon implementation of Intra4Preds by Istvan Stefan · 1 year, 5 months ago
  51. 41a5e58 Fix errors when compiling code as C++ by Vincent Rabaud · 1 year, 5 months ago
  52. fb444b6 Convert VP8LFastSLog2 to fixed point by Vincent Rabaud · 1 year, 5 months ago
  53. c1c89f5 Fix WEBP_NODISCARD comment and C++ version by Vincent Rabaud · 1 year, 5 months ago
  54. 66408c2 Switch the histogram_enc.h API to fixed point by Vincent Rabaud · 1 year, 5 months ago
  55. 0a9f1c1 Convert VP8LFastLog2 to fixed point by Vincent Rabaud · 1 year, 6 months ago
  56. c4af79d Put 0 at the end of a palette and do not store it. by Vincent Rabaud · 1 year, 6 months ago
  57. 0ec80ae Delete last references to delta palettization by Vincent Rabaud · 1 year, 6 months ago
  58. 27731af make VP8I4ModeOffsets & VP8MakeIntra4Preds static by James Zern · 1 year, 7 months ago
  59. 5e5b8f0 Fix SSE2 Transform_AC3 function name by wrv · 1 year, 7 months ago
  60. 45129ee Revert "Check all the rows." by James Zern · 1 year, 7 months ago
  61. ee26766 Check all the rows. by Vincent Rabaud · 1 year, 7 months ago
  62. 7ec51c5 Increase the transform bits if possible. by Vincent Rabaud · 1 year, 7 months ago
  63. 3cd16fd Revert "Increase the transform bits if possible." by James Zern · 1 year, 7 months ago
  64. 971a03d Increase the transform bits if possible. by Vincent Rabaud · 1 year, 7 months ago
  65. 1bf198a Allow transform_bits to be different during encoding. by Vincent Rabaud · 1 year, 7 months ago
  66. 1e462ca Define MAX_TRANSFORM_BITS according to the specification. by Vincent Rabaud · 1 year, 8 months ago
  67. 64d1ec2 Use (MIN/NUM)_(TRANSFORM/HUFFMAN)_BITS where appropriate by Vincent Rabaud · 1 year, 8 months ago
  68. a90160e Refactor histograms in predictors. by Vincent Rabaud · 1 year, 8 months ago
  69. a7aa752 Fix some function declarations by Vincent Rabaud · 1 year, 8 months ago
  70. edc2890 upsampling_{neon,sse41}: fix int sanitizer warning by James Zern · 1 year, 8 months ago
  71. cf7c5a5 provide a way to opt-out/override WEBP_NODISCARD by James Zern · 1 year, 8 months ago
  72. f6d15cb bump version to 1.4.0 by James Zern · 1 year, 9 months ago
  73. 3c0011b WebPMuxGetChunk: add an assert by James Zern · 1 year, 9 months ago
  74. 00abc00 muxread,MuxGet: add an assert by James Zern · 1 year, 9 months ago
  75. 7fac6c1 Merge "Copy C code to not have multiplication overflow" into main by Vincent Rabaud · 1 year, 10 months ago
  76. 501d927 Copy C code to not have multiplication overflow by Vincent Rabaud · 1 year, 10 months ago
  77. 661c1b6 Merge "windows exports: use dllexport attribute, instead of visibility." into main by James Zern · 1 year, 10 months ago
  78. 8487860 windows exports: use dllexport attribute, instead of visibility. by Ozkan Sezer · 1 year, 10 months ago
  79. 8ea678b webp/mux.h: data lifetime note w/copy_data=0 by James Zern · 1 year, 10 months ago
  80. 45f995a Expose functions for managing non-image chunks on WebPAnimEncoder by natewood · 1 year, 10 months ago
  81. 4723db6 cosmetics: s/SANITY_CHECK/DCHECK/ by James Zern · 1 year, 10 months ago
  82. f4b9bc9 clear -Wextra-semi-stmt warnings by James Zern · 1 year, 10 months ago
  83. 89c5b91 Merge "BuildHuffmanTable check sorted[] array bounds before writing" into main by Vincent Rabaud · 2 years, 1 month ago
  84. 34c8074 Remove alpha encoding pessimization. by Vincent Rabaud · 2 years, 1 month ago
  85. 13d9c30 Add a WEBP_NODISCARD by Vincent Rabaud · 2 years, 1 month ago
  86. 0b56ded BuildHuffmanTable check sorted[] array bounds before writing by Jonathan Grant · 2 years, 2 months ago
  87. 307071f Remove medium/large code model-specific inline asm by Arthur Eubanks · 2 years, 2 months ago
  88. d2cb2d8 Dereference after NULL check. by Vincent Rabaud · 2 years, 2 months ago
  89. 35e197b Never send VP8_STATUS_SUSPENDED back in non-incremental. by Vincent Rabaud · 2 years, 3 months ago
  90. dce8397 Fix next is invalid pointer when WebPSafeMalloc fails by Masahiro Hanada · 2 years, 3 months ago
  91. c1ffd9a Merge "vp8l_enc: fix non-C90 code" into main by Vincent Rabaud · 2 years, 3 months ago
  92. a396594 Merge changes If628bb93,Ic79f6309,I45f0db23 into main by Vincent Rabaud · 2 years, 3 months ago
  93. f80e9b7 vp8l_enc: fix non-C90 code by James Zern · 2 years, 3 months ago
  94. ac17fff Fix non-C90 code. by Vincent Rabaud · 2 years, 3 months ago
  95. 433c7dc Fix static analyzer warnings. by Vincent Rabaud · 2 years, 3 months ago
  96. 5fac76c Merge tag 'v1.3.2' by James Zern · 2 years, 3 months ago
  97. 63234c4 bump version to 1.3.2 by James Zern · 2 years, 3 months ago
  98. a35ea50 Add a fuzzer for ReadHuffmanCodes by Vincent Rabaud · 2 years, 3 months ago
  99. 95ea522 Fix invalid incremental decoding check. by Vincent Rabaud · 2 years, 3 months ago
  100. 2af2626 Fix OOB write in BuildHuffmanTable. by Vincent Rabaud · 2 years, 3 months ago 1.3.1