-
-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1918647 - Update libjxl to v0.11.0 r=saschanaz
Differential Revision: https://phabricator.services.mozilla.com/D222104
- Loading branch information
1 parent
3ca8f9e
commit 33aa91d
Showing
479 changed files
with
16,837 additions
and
23,160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,9 +39,11 @@ Alistair Barrow | |
Andrius Lukas Narbutas <[email protected]> | ||
Aous Naman <[email protected]> | ||
Artem Selishchev | ||
Aryan Pingle <[email protected]> | ||
Biswapriyo Nath <[email protected]> | ||
CanadianBaconBoi <[email protected]> | ||
Damiano Albani <[email protected]> | ||
Damon Townsend | ||
Daniel Novomeský <[email protected]> | ||
David Burnett <[email protected]> | ||
dependabot[bot] | ||
|
@@ -53,17 +55,20 @@ Dong Xu <[email protected]> | |
estrogently <[email protected]> | ||
Even Rouault <[email protected]> | ||
Fred Brennan <[email protected]> | ||
Gerhard Huber <[email protected]> | ||
gi-man | ||
Gilles Devillers (GilDev) <[email protected]> | ||
Heiko Becker <[email protected]> | ||
Ivan Kokorev | ||
Jim Robinson <[email protected]> | ||
John Platts <[email protected]> | ||
Jonathan Brown (Jonnyawsom3) <[email protected]> | ||
Joshua Root <[email protected]> | ||
Kai Hollberg <[email protected]> | ||
Kerry Su <[email protected]> | ||
Kleis Auke Wolthuizen <[email protected]> | ||
L. E. Segovia | ||
ledoge | ||
Leo Izen <[email protected]> | ||
Lovell Fuller | ||
Maarten DB <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
bazel_dep(name = "bazel_skylib", version = "1.5.0") | ||
# Copyright (c) the JPEG XL Project Authors. All rights reserved. | ||
# | ||
# Use of this source code is governed by a BSD-style | ||
# license that can be found in the LICENSE file. | ||
|
||
bazel_dep(name = "bazel_skylib", version = "1.7.1") | ||
bazel_dep(name = "giflib", version = "5.2.1") | ||
bazel_dep(name = "googletest", version = "1.14.0") | ||
bazel_dep(name = "openexr", version = "3.2.1") | ||
bazel_dep(name = "libjpeg_turbo", version = "2.1.91") | ||
bazel_dep(name = "libpng", version = "1.6.40") | ||
bazel_dep(name = "libwebp", version = "1.3.2") | ||
bazel_dep(name = "openexr", version = "3.2.1") |
Oops, something went wrong.