Skip to content

Commit 6eef653

Browse files
committed
chore: update libavif to 1.2.0 (4eb0a40-2025-03-05)
1 parent a9b13c4 commit 6eef653

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.rst

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
Changelog
22
=========
33

4+
1.4.6 (unreleased)
5+
------------------
6+
7+
* **CI**: bump libavif to `4eb0a40`_ (2025-03-05); publish wheels for python
8+
3.13.
9+
10+
.. table::
11+
12+
=========== ==========
13+
**libavif** **1.2.0**
14+
**libaom** **3.12.0**
15+
**dav1d** **1.5.1**
16+
**SVT-AV1** **3.0.0**
17+
rav1e 0.7.1
18+
=========== ==========
19+
20+
.. _4eb0a40: https://github.com/AOMediaCodec/libavif/commit/4eb0a40fb06612adf53650a14c692eaf62c068e6
21+
22+
1.4.5 (Jul 14, 2024)
23+
--------------------
24+
25+
* **Fixed**: macOS arm64 illegal instruction segmentation fault with aom
26+
encoding in `#60`_; fixes `#59`_.
27+
28+
.. _#59: https://github.com/fdintino/pillow-avif-plugin/issues/59
29+
.. _#60: https://github.com/fdintino/pillow-avif-plugin/pull/60
30+
431
1.4.4 (Jul 8, 2024)
532
-------------------
633

wheelbuild/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eo pipefail
44
CONFIG_DIR=$(abspath $(dirname "${BASH_SOURCE[0]}"))
55

66
ARCHIVE_SDIR=pillow-avif-plugin-depends
7-
LIBAVIF_VERSION=1a1c778f8e0b7ecdf3af9e59a6f33eb4d7d3900e
7+
LIBAVIF_VERSION=4eb0a40fb06612adf53650a14c692eaf62c068e6
88
RAV1E_VERSION=0.7.1
99
CCACHE_VERSION=4.10.2
1010
SCCACHE_VERSION=0.10.0

0 commit comments

Comments
 (0)