php-src/ext/gd/libgd
Ben Morss 81f6d36c90 Add avif support to ext/gd
This backports avif support from upstream libgd into bundled libgd
and exposes the functionality through new imagecreatefromavif()
and imageavif() functions.

Closes GH-7026.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-06-10 12:32:30 +02:00
..
bmp.h
gd2copypal.c
gd2time.c
gd2topng.c
gd_avif.c Add avif support to ext/gd 2021-06-10 12:32:30 +02:00
gd_bmp.c
gd_color_match.c Remove superfluous HAVE_GD_BUNDLED checks 2019-07-22 15:59:44 +02:00
gd_crop.c Fix #81032: GD install is affected by external libgd installation 2021-05-14 12:24:45 +02:00
gd_errors.h
gd_filter.c Merge branch 'PHP-7.3' into PHP-7.4 2019-12-07 12:08:30 +01:00
gd_gd2.c
gd_gd.c Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
gd_gif_in.c Fix buffer underflow in gd_gif_in.c 2019-06-19 15:41:45 +02:00
gd_gif_out.c Merge branch 'PHP-7.3' into PHP-7.4 2020-05-22 09:19:05 +02:00
gd_intern.h Add avif support to ext/gd 2021-06-10 12:32:30 +02:00
gd_interpolation.c Add avif support to ext/gd 2021-06-10 12:32:30 +02:00
gd_io_dp.c
gd_io_file.c
gd_io_ss.c
gd_io.c Fix shift UB in gd_io.c 2019-06-19 15:09:00 +02:00
gd_io.h
gd_jpeg.c Return void from php_jpeg_emit_message() 2020-06-19 16:59:29 +02:00
gd_matrix.c Avoid superfluous assignments 2020-01-09 00:17:14 +01:00
gd_pixelate.c
gd_png.c Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
gd_rotate.c Remove superfluous HAVE_GD_BUNDLED checks 2019-07-22 15:59:44 +02:00
gd_security.c Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
gd_ss.c
gd_tga.c Fix [-Wundef] warning in GD extension 2020-05-20 18:22:09 +02:00
gd_tga.h Support TGA reading 2019-06-20 23:40:51 +02:00
gd_topal.c
gd_transform.c
gd_wbmp.c Fix #81032: GD install is affected by external libgd installation 2021-05-14 12:24:45 +02:00
gd_webp.c Migrate ext/gd to pkg-config 2019-01-15 10:15:05 +01:00
gd_xbm.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
gd.c Merge branch 'PHP-7.3' into PHP-7.4 2020-08-24 17:36:50 +02:00
gd.h Add avif support to ext/gd 2021-06-10 12:32:30 +02:00
gdcache.c
gdcache.h Fix [-Wundef] warning in GD extension 2020-05-20 18:22:09 +02:00
gddemo.c
gdfontg.c
gdfontg.h
gdfontl.c
gdfontl.h
gdfontmb.c
gdfontmb.h
gdfonts.c
gdfonts.h
gdfontt.c
gdfontt.h
gdft.c Mark various functions with void arguments. 2021-05-12 14:55:53 +01:00
gdhelpers.c Remove unused variables 2019-03-17 23:29:51 +01:00
gdhelpers.h
gdkanji.c Remove HAVE_ERRNO_H from libgd 2019-06-28 20:02:11 +02:00
gdparttopng.c
gdtables.c
gdtest.c Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
gdtestft.c
gdtopng.c
gdxpm.c
jisx0208.h
pngtogd2.c
pngtogd.c
testac.c
wbmp.c
wbmp.h
webpng.c