Commit 791c6dd 1 parent a9b13c4 commit 791c6dd Copy full SHA for 791c6dd
File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
34
1.4.4 (Jul 8, 2024)
5
35
-------------------
6
36
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -eo pipefail
4
4
CONFIG_DIR=$( abspath $( dirname " ${BASH_SOURCE[0]} " ) )
5
5
6
6
ARCHIVE_SDIR=pillow-avif-plugin-depends
7
- LIBAVIF_VERSION=1a1c778f8e0b7ecdf3af9e59a6f33eb4d7d3900e
7
+ LIBAVIF_VERSION=4eb0a40fb06612adf53650a14c692eaf62c068e6
8
8
RAV1E_VERSION=0.7.1
9
9
CCACHE_VERSION=4.10.2
10
10
SCCACHE_VERSION=0.10.0
You can’t perform that action at this time.
0 commit comments