Tags give the ability to mark specific points in history as being important
This project is mirrored from https://chromium.googlesource.com/webm/libwebp. Pull mirroring updated .
  • v1.4.0
    845d5476 · update ChangeLog ·
    libwebp-1.4.0
    
    - 4/12/2024: version 1.4.0
      This is a binary compatible release.
      * API changes:
        - libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk,
                      WebPAnimEncoderDeleteChunk
        - libsharpyuv: SharpYuvOptionsInit, SharpYuvConvertWithOptions
        - extras: SharpYuvEstimate420Risk
      * further security related hardening in libwebp & examples
      * some minor optimizations in the lossless encoder
      * added WEBP_NODISCARD to report unused result warnings; enable with
        -DWEBP_ENABLE_NODISCARD=1
      * improvements and corrections in webp-container-spec.txt and
        webp-lossless-bitstream-spec.txt (#611)
      * miscellaneous warning, bug & build fixes (#615, #619, #632, #635)
    
  • v1.4.0-rc1
    cc34288a · update ChangeLog ·
    libwebp-1.4.0-rc1
    
  • v1.3.2
    ca332209 · update ChangeLog ·
    libwebp-1.3.2
    
    - 9/13/2023: version 1.3.2
      This is a binary compatible release.
      * security fix for lossless decoder (chromium: #1479274, CVE-2023-4863)
    
  • v1.3.1
    fd7bb21c · update ChangeLog ·
    libwebp-1.3.1
    
    - 6/23/2023: version 1.3.1
      This is a binary compatible release.
      * security fixes for lossless encoder (#603, chromium: #1420107, #1455619,
        CVE-2023-1999)
      * improve error reporting through WebPPicture error codes
      * fix upsampling for RGB565 and RGBA4444 in NEON builds
      * img2webp: add -sharp_yuv & -near_lossless
      * Windows builds:
        - fix compatibility with clang-cl (#607)
        - improve Arm64 performance with cl.exe
        - add Arm64EC support
      * fix webp_js with emcc >= 3.1.27 (stack size change, #614)
      * CMake fixes (#592, #610, #612)
      * further updates to the container and lossless bitstream docs (#581, #611)
    
  • v1.3.1-rc2
    fd7bb21c · update ChangeLog ·
    libwebp-1.3.1-rc2
    
  • v1.3.1-rc1
    7f0a3419 · update ChangeLog ·
    libwebp-1.3.1-rc1
    
  • v1.3.0
    b5577769 · update ChangeLog ·
    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)
    
  • v1.3.0-rc1
    b5577769 · update ChangeLog ·
    libwebp-1.3.0-rc1
    
  • v1.2.4
    0d1f1254 · update ChangeLog ·
    libwebp-1.2.4
    
    - 8/4/2022: version 1.2.4
      This is a binary compatible release.
      * restore CMake libwebpmux target name for compatibility with 1.2.2 (#575)
      * fix lossless crunch mode encoding with WEBP_REDUCE_SIZE
        (chromium: #1345547, #1345595, #1345772, #1345804)
    
  • v1.2.3
    3c4a0fbf · update ChangeLog ·
    libwebp-1.2.3
    
    - 6/30/2022: version 1.2.3
      This is a binary compatible release.
      * security fix for lossless encoder (#565, chromium:1313709)
      * improved progress granularity in WebPReportProgress() when using lossless
      * improved precision in Sharp YUV (-sharp_yuv) conversion
      * many corrections to webp-lossless-bitstream-spec.txt (#551)
      * crash/leak fixes on error/OOM and other bug fixes (#558, #563, #569, #573)
    
  • v1.2.3-rc1
    62b45bdd · update ChangeLog ·
    libwebp-1.2.3-rc1
    
  • v1.2.2
    b0a86089 · update ChangeLog ·
    libwebp-1.2.2
    
    - 1/11/2022: version 1.2.2
      This is a binary compatible release.
      * webpmux: add "-set bgcolor A,R,G,B"
      * add ARM64 NEON support for MSVC builds (#539)
      * fix duplicate include error in Xcode when using multiple XCFrameworks in a
        project (#542)
      * doc updates and bug fixes (#538, #544, #548, #550)
    
  • v1.2.2-rc2
    9195ea05 · update ChangeLog ·
    libwebp-1.2.2-rc2
    
  • v1.2.2-rc1
    f035d2e4 · update ChangeLog ·
    libwebp-1.2.2-rc1
    
  • v1.2.1
    9ce5843d · update ChangeLog ·
    libwebp-1.2.1
    
    - 7/20/2021: version 1.2.1
      This is a binary compatible release.
      * minor lossless encoder improvements and x86 color conversion speed up
      * add ARM64 simulator support to xcframeworkbuild.sh (#510)
      * further security related hardening in libwebp & examples
        (issues: #497, #508, #518)
        (chromium: #1196480, #1196773, #1196775, #1196777, #1196778, #1196850)
        (oss-fuzz: #28658, #28978)
      * toolchain updates and bug fixes (#498, #501, #502, #504, #505, #506, #509,
                                         #533)
      * use more inclusive language within the source (#507)
    
  • v1.2.1-rc2
    731246ba · update ChangeLog ·
    libwebp-1.2.1-rc2
    
  • v1.2.0
    fedac6cc · update ChangeLog ·
    libwebp-1.2.0
    
    - 12/23/2020: version 1.2.0
      * API changes:
        - libwebp:
          encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
      * lossless encoder improvements
      * SIMD support for Wasm builds
      * add xcframeworkbuild.sh, supports Mac Catalyst builds
      * import fuzzers from oss-fuzz & chromium (#409)
      * webpmux: add an '-set loop <value>' option (#494)
      * toolchain updates and bug fixes (#449, #463, #470, #475, #477, #478, #479,
        #488, #491)
    
  • v1.2.0-rc3
    fedac6cc · update ChangeLog ·
    libwebp-1.2.0-rc3
    
  • v1.1.0
    d7844e97 · update ChangeLog ·
    libwebp-1.1.0
    
    - 12/18/2019: version 1.1.0
      * API changes:
        - libwebp:
          WebPMalloc (issue #442)
        - extras:
          WebPUnmultiplyARGB
      * alpha decode fix (issue #439)
      * toolchain updates and bug fixes
        (chromium: #1026858, #1027136, #1027409, #1028620, #1028716, #995200)
        (oss-fuzz: #19430, #19447)
    
  • v1.1.0-rc2
    d7844e97 · update ChangeLog ·
    libwebp-1.1.0-rc2