Skip to content

Commit

Permalink
Bug 1853098 - Update libwebp to v1.3.2 r=tnikkel
Browse files Browse the repository at this point in the history
  • Loading branch information
updatebot-ci committed Sep 14, 2023
1 parent 415a2c3 commit 484a0a6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions media/libwebp/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 9/13/2023: version 1.3.2
This is a binary compatible release.
* security fix for lossless decoder (chromium: #1479274, CVE-2023-4863)

- 6/23/2023: version 1.3.1
This is a binary compatible release.
* security fixes for lossless encoder (#603, chromium: #1420107, #1455619,
Expand Down
2 changes: 1 addition & 1 deletion media/libwebp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
\__\__/\____/\_____/__/ ____ ___
/ _/ / \ \ / _ \/ _/
/ \_/ / / \ \ __/ \__
\____/____/\_____/_____/____/v1.3.1
\____/____/\_____/_____/____/v1.3.2
```

WebP codec is a library to encode and decode images in WebP format. This package
Expand Down
2 changes: 1 addition & 1 deletion media/libwebp/moz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ origin:
url: "https://chromium.googlesource.com/webm/libwebp"
license: BSD-3-Clause

release: v1.3.1-rc2 (2023-06-23T11:52:38-07:00).
release: v1.3.2 (2023-09-13T22:11:07Z).

revision: "v1.3.0"

Expand Down
2 changes: 1 addition & 1 deletion media/libwebp/src/dec/vp8i_dec.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern "C" {
// version numbers
#define DEC_MAJ_VERSION 1
#define DEC_MIN_VERSION 3
#define DEC_REV_VERSION 1
#define DEC_REV_VERSION 2

// YUV-cache parameters. Cache is 32-bytes wide (= one cacheline).
// Constraints are: We need to store one 16x16 block of luma samples (y),
Expand Down
2 changes: 1 addition & 1 deletion media/libwebp/src/demux/demux.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define DMUX_MAJ_VERSION 1
#define DMUX_MIN_VERSION 3
#define DMUX_REV_VERSION 1
#define DMUX_REV_VERSION 2

typedef struct {
size_t start_; // start location of the data
Expand Down
2 changes: 1 addition & 1 deletion media/libwebp/src/enc/vp8i_enc.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern "C" {
// version numbers
#define ENC_MAJ_VERSION 1
#define ENC_MIN_VERSION 3
#define ENC_REV_VERSION 1
#define ENC_REV_VERSION 2

enum { MAX_LF_LEVELS = 64, // Maximum loop filter level
MAX_VARIABLE_LEVEL = 67, // last (inclusive) level with variable cost
Expand Down

0 comments on commit 484a0a6

Please sign in to comment.