Commit Graph

131 Commits

Author SHA1 Message Date
Andrew Murray
9abfdbc532
Merge branch 'main' into libavif-plugin 2025-03-04 08:37:58 +11:00
Hugo van Kemenade
17c7beffd8
Merge branch 'main' into harfbuzz 2025-03-03 17:41:34 +02:00
Hugo van Kemenade
8e8b94ada4
Merge pull request #8764 from radarhere/libpng
Updated libpng to 1.6.47
2025-03-03 17:40:33 +02:00
Hugo van Kemenade
04438f46fd
Merge pull request #8742 from radarhere/lcms2
Updated lcms2 to 2.17
2025-03-03 17:40:24 +02:00
Andrew Murray
d6b94421d0 Updated harfbuzz to 10.4.0 2025-03-01 11:37:49 +11:00
Andrew Murray
4415b4ad36 Updated libpng to 1.6.47 2025-02-19 08:47:04 +11:00
Hugo van Kemenade
0e333bf0dc
Merge pull request #8738 from radarhere/pkg_config 2025-02-17 13:28:21 +02:00
Andrew Murray
1650425283
Merge pull request #8673 from freakboy3742/zlib-ng-with-sip
Rewrite the install_name of the ZLIB-NG library on macOS
2025-02-16 05:00:36 +11:00
Andrew Murray
5761b4485c
Merge branch 'main' into libavif-plugin 2025-02-15 09:34:52 +11:00
Andrew Murray
ad6c4f82f3 Updated lcms2 to 2.17 2025-02-15 09:27:16 +11:00
Andrew Murray
45d8d80567 Updated zlib-ng to 2.2.4 2025-02-11 11:36:55 +11:00
Andrew Murray
1b0095fad4 Pass CFLAGS to build_simple directly 2025-02-08 17:23:41 +11:00
Andrew Murray
56a72a3da4
Merge branch 'main' into zlib-ng-with-sip 2025-02-08 16:31:36 +11:00
Andrew Murray
19ba2dd6d7
Use rgb.rowBytes in overflow check (#18)
* Removed skip_unless_feature on methods when class is already skipped

* Test speed less than slowest and greater than fastest

* Updated type hints

* Only access angle when AVIF_TRANSFORM_IROT flag is present

* Added AVIF_ROOT

* Only define normalize_quantize_value if it will be used

* Build libavif after libjpeg

* Use rgb.rowBytes in overflow check

* Group EXIF info

* Removed __loaded

* If brew is not installed, use /usr prefix

* Sort AVIF codecs alphabetically

* Updated rav1e license

* Fixed catching warning, as per #8505

* Simplified code

* Fixed typos

* Test further scenarios

* Use y* to parse bytes

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2025-02-02 20:03:13 -05:00
Andrew Murray
38f0d105e4
Merge branch 'main' into libavif-plugin 2025-01-25 22:16:19 +11:00
Andrew Murray
569b785371
Updated harfbuzz to 10.2.0 (#8688)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2025-01-25 09:04:52 +02:00
Hugo van Kemenade
0bfaba1dca
Merge pull request #8711 from radarhere/xz
Updated xz to 5.6.4
2025-01-24 23:01:30 +02:00
Andrew Murray
16a8e2bde4 Updated xz to 5.6.4 2025-01-24 23:46:14 +11:00
Andrew Murray
f52dbe749b Updated libpng to 1.6.46 2025-01-24 23:46:03 +11:00
Andrew Murray
4b29af49fd
Skip building libavif on 32-bit Windows (#16)
* Corrected comment

* Reduced difference

* Generate rotated images

* Build rav1e

* Skip building libavif on 32-bit

* Fixed building libavif on oss-fuzz

* Removed unnecessary converts

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2025-01-20 23:39:42 -05:00
Andrew Murray
ce6bf21f15
Merge branch 'main' into libavif-plugin 2025-01-18 07:52:07 +11:00
Andrew Murray
29c158d369
Merge branch 'main' into libavif-plugin 2025-01-08 20:36:36 +11:00
Russell Keith-Magee
120ba1c13d
Rewrite the install_name of the ZLIB-NG library on macOS. 2025-01-08 14:01:06 +08:00
Andrew Murray
86b8e1e45f Updated libpng to 1.6.45 2025-01-08 10:19:09 +11:00
Andrew Murray
413566481b
Merge branch 'main' into libavif-plugin 2025-01-04 18:05:48 +11:00
Andrew Murray
66795e9c26
Merge branch 'main' into no_giflib 2025-01-04 17:26:10 +11:00
Andrew Murray
cce0f5b653 Removed giflib as webp dependency 2025-01-04 10:34:59 +11:00
Andrew Murray
be0283061a
Merge branch 'main' into libavif-plugin 2025-01-04 10:04:54 +11:00
Andrew Murray
93289324c6
Removed avifEncOptions (#14)
* Fixed indentation

* Removed avifEncOptions

* Destroy encoder on failure

* Destroy image on failure

* Delete encoder object on failure

* Corrected comment

* Allow libavif to install rav1e on manylinux2014

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2025-01-03 10:56:02 -05:00
Andrew Murray
1d771ff4a4 Do not call yum on cifuzz 2025-01-03 10:26:47 +11:00
Hugo van Kemenade
261ed66c11
Merge branch 'main' into giflib 2025-01-02 18:09:21 +02:00
Hugo van Kemenade
66f5a3facc
Merge pull request #8653 from radarhere/freetype 2025-01-02 18:08:34 +02:00
Andrew Murray
2d7597ac6a Updated to giflib 5.2.2 on Linux 2025-01-02 22:50:25 +11:00
Hugo van Kemenade
ade15fcdd3 Upgrade zlib-ng to 2.2.3 2025-01-02 12:46:24 +02:00
Andrew Murray
f636cb8c15 Updated freetype to 2.13.3 2025-01-02 10:28:51 +11:00
Andrew Murray
c6f42cb6a5 Updated libwebp to 1.5.0 2024-12-20 14:46:01 +11:00
Andrew Murray
9b6e575fd6
Merge branch 'main' into libavif-plugin 2024-12-18 11:32:30 +11:00
Andrew Murray
0958114521 Corrected harfbuzz URL 2024-12-16 21:03:33 +11:00
Andrew Murray
4eaa6b71ef
Merge branch 'main' into libavif-plugin 2024-12-15 08:15:57 +11:00
Andrew Murray
a7338f8ce7
Merge pull request #8500 from nulano/zlib-ng
Use zlib-ng instead of zlib
2024-12-15 07:01:42 +11:00
Andrew Murray
01bc487ff4
Merge branch 'main' into zlib-ng 2024-12-14 19:06:00 +11:00
Andrew Murray
0e5f5fcb29 Updated libXau to 1.0.12 2024-12-14 16:33:20 +11:00
Andrew Murray
f5dc957079
Use cmds_cmake (#9)
* Use cmds_cmake

* Added libsharpyuv

* Combine meson into libavif install script

* Simplified condition

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-12-13 10:47:18 -05:00
Andrew Murray
7b73d775aa
Merge branch 'main' into libavif-plugin 2024-12-13 22:39:30 +11:00
Andrew Murray
e361930936 Updated libjpeg-turbo to 3.1.0 2024-12-13 18:56:59 +11:00
Hugo van Kemenade
d66c51a356
Merge pull request #8533 from radarhere/harfbuzz_10_1_0
Updated harfbuzz to 10.1.0
2024-12-10 09:29:30 +02:00
Andrew Murray
2215eaf21d Updated openjpeg to 2.5.3 2024-12-10 06:25:48 +11:00
Andrew Murray
de4c6c1976
Removed ld64 flag (#6)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-12-07 12:46:08 -05:00
Andrew Murray
9ad83119cf
Allow libavif to install rav1e, except on manylinux2014 and aarch64 (#7)
* Allow libavif to install rav1e, except on manylinux2014 and aarch64

* Allow libavif to install rav1e on Windows

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-12-07 12:42:38 -05:00
Andrew Murray
c40bcbfc87 Improved error handling 2024-12-03 10:31:57 +11:00