Skip to content

Commit 791c6dd

Browse files
authored
chore: update libavif to 1.2.0 (4eb0a40-2025-03-05) (#69)
* chore: update libavif to 1.2.0 (4eb0a40-2025-03-05) * fixup CHANGELOG
1 parent a9b13c4 commit 791c6dd

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.rst

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

4+
Changes since 1.4.6 (unreleased)
5+
--------------------------------
6+
7+
* **CI**: Update libavif to 1.2.0 (`4eb0a40`_, 2025-03-05); publish wheels
8+
for python 3.13. See the table below for the current AVIF codec versions.
9+
Libraries whose versions have changed since the last pillow-avif-plugin
10+
release are bolded.
11+
12+
.. table::
13+
14+
=========== ==========
15+
**libavif** **1.2.0** (`4eb0a40`_)
16+
**libaom** **3.12.0**
17+
**dav1d** **1.5.1**
18+
**SVT-AV1** **3.0.0**
19+
rav1e 0.7.1
20+
=========== ==========
21+
22+
.. _4eb0a40: https://github.com/AOMediaCodec/libavif/commit/4eb0a40fb06612adf53650a14c692eaf62c068e6
23+
24+
1.4.6 (Jul 14, 2024)
25+
--------------------
26+
27+
* **Fixed**: macOS arm64 illegal instruction segmentation fault with aom
28+
encoding in `#60`_ and `#61`_; fixes `#59`_.
29+
30+
.. _#59: https://github.com/fdintino/pillow-avif-plugin/issues/59
31+
.. _#60: https://github.com/fdintino/pillow-avif-plugin/pull/60
32+
.. _#61: https://github.com/fdintino/pillow-avif-plugin/pull/61
33+
434
1.4.4 (Jul 8, 2024)
535
-------------------
636

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)