Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webmproject/libwebp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: webmproject/libwebp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 4 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 7, 2023

  1. Fix OOB write in BuildHuffmanTable.

    First, BuildHuffmanTable is called to check if the data is valid.
    If it is and the table is not big enough, more memory is allocated.
    
    This will make sure that valid (but unoptimized because of unbalanced
    codes) streams are still decodable.
    
    Bug: chromium:1479274
    Change-Id: I31c36dbf3aa78d35ecf38706b50464fd3d375741
    (cherry picked from commit 902bc91)
    vrabaud authored and jzern committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2af2626 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. bump version to 1.3.2

    libwebp{,decoder} - 1.3.2
    libwebp libtool - 8.8.1
    libwebpdecoder libtool - 4.8.1
    
    mux - 1.3.2
    libtool - 3.13.0
    
    demux - 1.3.2
    libtool - 2.14.0
    
    sharpyuv - 0.2.1 (no change)
    libtool - 0.1.0 (no change)
    
    Bug: webp:620
    Change-Id: I9a61d83ee92809de1c2501d1b4fb68aa38f98850
    jzern committed Sep 13, 2023
    1 Configuration menu
    Copy the full SHA
    63234c4 View commit details
    Browse the repository at this point in the history
  2. update NEWS

    Bug: webp:620
    Change-Id: I393c58cc23ccf98fa3c5d1568f0689a36e64575b
    jzern committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1ace578 View commit details
    Browse the repository at this point in the history
  3. update ChangeLog

    Bug: webp:620
    Change-Id: I5703f222de7262736339dbfd6ba82f2039dfc850
    jzern committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ca33220 View commit details
    Browse the repository at this point in the history
Loading