[go: up one dir, main page]

libwebp-1.3.0

- 12/16/2022: version 1.3.0
  This is a binary compatible release.
  * add libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv
    functionality to other libraries; libwebp now depends on this library
  * major updates to the container and lossless bitstream docs (#448, #546,
    #551)
  * miscellaneous warning, bug & build fixes (#576, #583, #584)
  1. e763eb1 bump version to 1.3.0 by James Zern · 2 years, 10 months ago
  2. f853685 lossless: SUBTRACT_GREEN -> SUBTRACT_GREEN_TRANSFORM by James Zern · 2 years, 11 months ago
  3. 9ba800a Merge changes Id72fbf3b,Ic59d23a2 into main by James Zern · 3 years ago
  4. 769387c cpu.c,cosmetics: fix a typo by James Zern · 3 years ago
  5. 28aedcb *.pc.in: rename lib_prefix to webp_libname_prefix by James Zern · 3 years ago
  6. dfc843a Merge "*.pc.in: add lib prefix to lib names w/MSVC" into main by James Zern · 3 years ago
  7. 2498209 *.pc.in: add lib prefix to lib names w/MSVC by James Zern · 3 years ago
  8. 5694476 analysis_enc.c: fix a dead store warning by James Zern · 3 years ago
  9. e68765a dsp,neon: use vaddv in a few more places by James Zern · 3 years, 1 month ago
  10. 62b1bfe Merge changes I2877e7bb,I777cad70,I15af7d1a,I686e6740,If10538a9, ... into main by James Zern · 3 years, 2 months ago
  11. 95c8fe5 Merge changes Iecea3603,I9dc228ab into main by James Zern · 3 years, 2 months ago
  12. e7c805c picture_csp_enc.c: remove SafeInitSharpYuv by James Zern · 3 years, 2 months ago
  13. 639619c cmake: fix dll exports by James Zern · 3 years, 2 months ago
  14. ef70ee0 add a few missing <stddef.h> includes for NULL by James Zern · 3 years, 2 months ago
  15. 76c353b picture_csp_enc.c,CheckNonOpaque: rm unneeded local by James Zern · 3 years, 2 months ago
  16. e172930 Merge "WebPPictureHasTransparency: add missing pointer check" into main by James Zern · 3 years, 2 months ago
  17. 00ff988 vp8l_enc,AddSingleSubGreen: clear int sanitizer warnings by James Zern · 3 years, 2 months ago
  18. e2fecc2 dsp/lossless_enc.c: clear int sanitizer warnings by James Zern · 3 years, 2 months ago
  19. 129cf9e dsp/lossless.c: clear int sanitizer warnings by James Zern · 3 years, 2 months ago
  20. ad7d175 dsp/lossless_enc.c: clear int sanitizer warnings by James Zern · 3 years, 2 months ago
  21. 5037220 VP8LSubtractGreenFromBlueAndRed_C: clear int sanitizer warnings by James Zern · 3 years, 2 months ago
  22. 2ee786c upsampling_sse2.c: clear int sanitizer warnings by James Zern · 3 years, 2 months ago
  23. 4cc157d ParseOptionalChunks: clear int sanitizer warning by James Zern · 3 years, 2 months ago
  24. 892cf03 BuildHuffmanTable: clear int sanitizer warning by James Zern · 3 years, 2 months ago
  25. 3a9a4d4 VP8GetSigned: clear int sanitizer warnings by James Zern · 3 years, 2 months ago
  26. 704a3d0 dsp/lossless.c: quiet int sanitizer warnings by James Zern · 3 years, 2 months ago
  27. 1a6c109 WebPPictureHasTransparency: add missing pointer check by James Zern · 3 years, 2 months ago
  28. 866e349 Merge tag 'v1.2.4' by James Zern · 3 years, 2 months ago
  29. 9fde812 bump version to 1.2.4 by James Zern · 3 years, 2 months ago
  30. aff1c54 dsp,x86: normalize types w/_mm_cvtsi128_si32 calls by James Zern · 3 years, 2 months ago
  31. ab540ae dsp,x86: normalize types w/_mm_cvtsi32_si128 calls by James Zern · 3 years, 2 months ago
  32. 8980362 dsp,x86: normalize types w/_mm_set* calls (2) by James Zern · 3 years, 2 months ago
  33. e626925 lossless: fix crunch mode w/WEBP_REDUCE_SIZE by James Zern · 3 years, 2 months ago 1.2.3
  34. 8353923 dsp,x86: normalize types w/_mm_set* calls by James Zern · 3 years, 2 months ago
  35. 79be856 Merge changes I7111d1f7,I872cd62c into main by James Zern · 3 years, 2 months ago
  36. 04764b5 libwebp.pc: add libsharpyuv to requires by Christopher Degawa · 3 years, 2 months ago
  37. c151e95 utils.h,WEBP_ALIGN: make bitmask unsigned by James Zern · 3 years, 2 months ago
  38. 748e92b add WebPInt32ToMem by James Zern · 3 years, 2 months ago
  39. 4f402f3 add WebPMemToInt32 by James Zern · 3 years, 3 months ago
  40. 84163d9 lossless: fix crunch mode w/WEBP_REDUCE_SIZE by James Zern · 3 years, 3 months ago
  41. 56a480e dsp/cpu.h: add missing extern "C" by James Zern · 3 years, 3 months ago
  42. 34b1dc3 bump version to 1.2.3 by James Zern · 3 years, 3 months ago
  43. e15b356 add WEBP_MSAN by James Zern · 3 years, 4 months ago
  44. 20ef48f Merge "sharpyuv: add support for 10/12/16 bit rgb and 10/12 bit yuv." into main by Maryla Ustarroz-Calonge · 3 years, 5 months ago
  45. 93c5437 sharpyuv: add support for 10/12/16 bit rgb and 10/12 bit yuv. by Maryla · 3 years, 5 months ago
  46. 53cf2b4 normalize WebPValidatePicture declaration w/definition by James Zern · 3 years, 5 months ago
  47. 30453ea Add an internal WebPValidatePicture. by Vincent Rabaud · 3 years, 5 months ago
  48. 6c43219 Some renamings for consistency. by Vincent Rabaud · 3 years, 5 months ago
  49. 6c45cef Make sure the stride has a minimum value in the importer. by Vincent Rabaud · 3 years, 5 months ago
  50. 0c8b0e6 sharpyuv: cleanup/cosmetic changes by Maryla · 3 years, 5 months ago
  51. dc3841e {histogram,predictor}_enc: quiet int -> float warnings by James Zern · 3 years, 6 months ago
  52. a19a25b Replace doubles by floats in lossless misc cost estimations. by Vincent Rabaud · 3 years, 6 months ago
  53. 779597d demux,IsValidExtendedFormat: remove unused variable by brianpl@google.com · 3 years, 6 months ago
  54. 40e8aa5 Merge "libsharpyuv: add colorspace utilities" into main by Maryla Ustarroz-Calonge · 3 years, 6 months ago
  55. 01a05de libsharpyuv: add colorspace utilities by Maryla · 3 years, 6 months ago
  56. 2de4b05 Merge changes Id9890a60,I376d81e6,I1c958838 into main by James Zern · 3 years, 6 months ago
  57. e8e77b9 Merge changes I479bc487,I39864691,I5d486c2c,I186d13be into main by Pascal Massimino · 3 years, 6 months ago
  58. 10c5084 normalize label indent by James Zern · 3 years, 6 months ago
  59. 89f774e mux{edit,internal}: fix leaks on error by James Zern · 3 years, 6 months ago
  60. e3cfafa GetBackwardReferences: fail on alloc error by James Zern · 3 years, 6 months ago
  61. a828a59 BackwardReferencesHashChainDistanceOnly: fix segfault on OOM by James Zern · 3 years, 6 months ago
  62. fe153fa VP8LEncodeStream: fix segfault on OOM by James Zern · 3 years, 6 months ago
  63. 841960b Make libsharpyuv self-contained by removing dependency on cpu.c by Maryla · 3 years, 7 months ago
  64. 7a68afa Let SharpArgbToYuv caller pass in an RGB>YUV conversion matrix. by Maryla · 3 years, 7 months ago
  65. 5ccbd6e vp8l_dec.c,cosmetics: fix a few typos by James Zern · 3 years, 7 months ago
  66. d0d2292 Merge "Make libwebp depend on libsharpyuv." into main by Maryla Ustarroz-Calonge · 3 years, 7 months ago
  67. 03d1219 alpha_processing_neon.c: fix 0x01... typo by James Zern · 3 years, 7 months ago
  68. d55d447 Make libwebp depend on libsharpyuv. by Maryla · 3 years, 7 months ago
  69. e4cbcdd Fix lossless encoding for MIPS. by Vincent Rabaud · 3 years, 8 months ago
  70. 924e7ca alpha_processing_neon.c: fix Dispatch/ExtractAlpha_NEON by James Zern · 3 years, 8 months ago
  71. 29cc95c Basic version of libsharpyuv in libwebp, in C. by Maryla · 3 years, 8 months ago
  72. b9d2f9c quant_enc.c: use WEBP_RESTRICT qualifier by James Zern · 3 years, 8 months ago
  73. ec178f2 Add progress hook granularity in lossless by Yannis Guyon · 3 years, 8 months ago
  74. 26139c7 Rename MAX_COST to MAX_BIT_COST in histogram_enc.c by Yannis Guyon · 3 years, 8 months ago
  75. 6f49654 Merge tag 'v1.2.2' by James Zern · 3 years, 9 months ago
  76. 4074acf dsp.h: bump msvc arm64 version requirement to 16.6 by James Zern · 3 years, 9 months ago
  77. 6db8248 libwebp: Fix VP8EncTokenLoop() progress by Yannis Guyon · 3 years, 9 months ago
  78. db25f1b libwebp: Fix VP8EncTokenLoop() progress by Yannis Guyon · 3 years, 9 months ago
  79. f084244 anim_decode: fix alpha blending with big-endian by James Zern · 3 years, 10 months ago
  80. e488671 anim_decode: fix alpha blending with big-endian by James Zern · 3 years, 10 months ago
  81. 973390b bump version to 1.2.2 by James Zern · 3 years, 10 months ago
  82. 02ca04c add missing USE_{MSA,NEON} checks in headers by jzern@google.com · 3 years, 10 months ago
  83. b6f756e update http links by James Zern · 3 years, 11 months ago
  84. 8f5cb4c update rfc links by James Zern · 3 years, 11 months ago
  85. 8ea8156 change VP8LPredictorFunc signature to avoid reading 'left' by Pascal Massimino · 4 years ago
  86. e23cd54 dsp.h: enable NEON w/VS2019+ ARM64 targets by James Zern · 4 years, 1 month ago
  87. 1a8f0d4 Have a hard-coded value for memset in TrellisQuantizeBlock. by Vincent Rabaud · 4 years, 1 month ago
  88. 9348016 Speed up TrellisQuantizeBlock by Vincent Rabaud · 4 years, 1 month ago
  89. 53b6f76 fix indent by James Zern · 4 years, 3 months ago
  90. d250f01 dsp/*: use WEBP_HAVE_* to determine Init availability by James Zern · 4 years, 3 months ago
  91. b2bc809 bump version to 1.2.1 by James Zern · 4 years, 3 months ago
  92. ece18e5 dsp.h: respect --disable-sse2/sse4.1/neon by James Zern · 4 years, 3 months ago
  93. 8f59466 alpha_processing: fix visual studio warnings by James Zern · 4 years, 3 months ago
  94. a1e5dae alpha_processing*: use WEBP_RESTRICT qualifier by James Zern · 4 years, 3 months ago
  95. e1a8d4f Merge "bit_reader_inl_utils: uniformly apply WEBP_RESTRICT" into main by Pascal Massimino · 4 years, 4 months ago
  96. 4de35f4 rescaler.c: fix alignment by Skal · 4 years, 4 months ago
  97. 0f13eec bit_reader_inl_utils: uniformly apply WEBP_RESTRICT by James Zern · 4 years, 4 months ago
  98. 277d307 Fix size_t overflow in WebPRescalerInit by Skal · 4 years, 4 months ago
  99. 72fe52f anim_encode.c,cosmetics: normalize indent by James Zern · 4 years, 4 months ago
  100. 116d235 anim_encode: Fix encoded_frames_[] overflow by James Zern · 4 years, 4 months ago