Commit 6eef653 1 parent a9b13c4 commit 6eef653 Copy full SHA for 6eef653
File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
31
1.4.4 (Jul 8, 2024)
5
32
-------------------
6
33
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