Projects with recent changes
aom
2 days ago rtc: Fix to avoid chessboard artifact in nonrd pickmode (137bcff61e)
63 minutes ago reject hdr files with a negative width or height (#8765) (ce021e9af)
2 hours ago Put the version in the release notes. (8d99f8175)
6 hours ago normalize each channel independently (7f22f9f82)
6 hours ago revert (b7283460f)
9 hours ago change sign (3894eff1a)
9 hours ago 2nd attempt to scale pHash (0c1cf1e07)
11 hours ago reject pgx files with invalid dimensions or precision (#8764) (c930bf091)
11 hours ago reject rla files with an inverted active window (#8770) (60ff12e75)
11 hours ago Cosmetic. (dad02f4a1)
14 hours ago prevent reading explicit image filenames (5c00648e4)
14 hours ago phrase correction (7b3b271e2)
14 hours ago cosmetic (092b960a4)
15 hours ago use absolute values for PHASH logs (f72f5b846)
15 hours ago fix rare exception message leak (94bea84eb)
18 hours ago export exception message (eba82d1ef)
19 hours ago eliminate compiler warning (98513244a)
19 hours ago Centralize checking if pinged images have a size that has zero columns or rows and removed redundant checks. (a89f4e452)
19 hours ago reset primitive offset (fac66fdbf)
20 hours ago cosmetic (bc64d1764)
32 hours ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-px7q-ggqj-hcf2 (6c8afb5bc)
33 hours ago eliminate compiler exception (81c1296d4)
33 hours ago https://github.com/ImageMagick/ImageMagick/issues/8774 (7bbbc2d3e)
2 days ago build(deps): bump github/codeql-action from 4.35.5 to 4.36.0 (#8775) (6d550d4ea)
2 days ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-g22q-f7gc-5jhr (1db660b5c)
3 days ago update configure (75bfceaaa)
3 days ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-q62c-h75r-2xhc (960367f33)
libheif
2 days ago factor out LIBHEIF_API macro into heif_export.h (bd114ed6)
2 days ago increase version to v1.23.0 (9d1cccbf)
3 days ago add heif_decoding_options flag for nclx passthrough (#1828) (9502996a)
3 days ago implement parsing/writing of 'iscl' box (9f7c289d)
3 days ago CI: use normal libde265 in fuzzer (9c0d83ca)
3 days ago de265: when v1.1.0 is detected, pass through image size security limits (69563fbd)
3 days ago tili: defensive check against number of tiles (03a01b16)
3 days ago detect integer overflow during Chunk construction (5f67d12a)
3 days ago add MemoryHandle::alloc() overload with int overflow checking (38d73faa)
3 days ago skip reading sgpt boxes with unknown grouping types (79301bdf)
3 days ago check 'stco' box entries against security limits (49a85578)
3 days ago move security check before chunk allocation (952b6e64)
3 days ago return error during sequence parsing (3834467f)
3 days ago fix check against security limit (GHSA-jvmp-j3cw-84mh) (a6caa38f)
3 days ago iovl images with no references are invalid according to ISO23008-12 (3b67ae98)
3 days ago document HDR metadata structs against H.265 spec (bd09055c)
3 days ago mini box: propagate HDR metadata in both directions (c111c638)
3 days ago add public API for ambient_viewing_environment (amve box) (f5eeceaa)
3 days ago add heif_image_handle_has_content_light_level / heif_image_handle_has_mastering_display_colour_volume (73e90b02)
3 days ago heif_context_add_grid_image: fall back to default options when null (ad9c2220)
3 days ago add_and_encode_full_grid: use image dimensions instead of interleaved channel size (b86cf7fe)
3 days ago tests: add regression test for heif_context_encode_grid() (57f2c1a7)
3 days ago update component sizes during cloning and padding (e0a09a71)
2 days ago quic: fix handling of the first rxe mfail in qrx_process_pkt (31d61a1ceb)
2 days ago test/stack_test.c: Change structure SS typedef into TST_SS (0c11947183)
2 days ago slh_dsa: Remove redundant cleanup to prevent double free (dd59758d07)
2 days ago Refactor BN_mod() and BN_nnmod() arguments to match documentation (d3b4e88f2d)
2 days ago quic: delay el keyslot teardown after creation in setup (50fa6d38b3)
3 days ago Fixes: 8b6a8a42afaa "Add a CHANGES.md entry" (06deb63cbb)
3 days ago crypto/aes/asm/asm-sha{1,256}-armv8.pl: add missing function alignment (94fbc0254f)
14 hours ago main/streams: use zend_call_known_fcc() instead of call_user_function() (#22192) (7092ff53876)
20 hours ago Merge branch 'PHP-8.5' (64ebf2ffe8e)
20 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (6007c090817)
20 hours ago Fix GH-19730: undefined behavior in gd_interpolation.c. (cb8f7bd434e)
21 hours ago Fix GH-22081: Memory leak in php_openssl_enable_crypto (#22189) (639a57d9e59)
35 hours ago Add new stream erros API (f2b371e747d)
2 days ago Merge branch 'PHP-8.5' (ce4adcc587c)
2 days ago ext/standard: http(s) wrapper corrupts the basic auth header on percent-encoded userinfo. (f357164ca58)
2 days ago ext/standard: http(s) wrapper corrupts the basic auth header on percent-encoded userinfo. (263743b8442)
2 days ago ext/phar: harden OpenSSL signature handling in util.c. (#22174) (be41c36b68f)
2 days ago ext/spl: ArrayObject no longer accepts arbitrary Iterators during unserialization (#22090) (d61ff7cddd1)
2 days ago Fix ref unwrap for zend_call_method_if_exists() (zend_test) (GH-22179) (625f0a7b490)
2 days ago Merge branch 'PHP-8.5' (f9d673523f2)
2 days ago Define LEXBOR_STATIC in CFLAGS_URI for static ext/uri on Windows (#22165) (ab748d52bff)
2 days ago Merge branch 'PHP-8.5' (9596ab1527a)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (c956d6dfc92)
2 days ago Fix GH-22138: skip libxml/xmlreader tests on non-ASCII paths. (673cb6d7a32)
3 days ago Fix compilation errors up until Clang 21.0 (#22141) (a7aacec6f85)
3 days ago Merge branch 'PHP-8.5' (093a59ca36b)
3 days ago Merge branch 'PHP-8.4' into PHP-8.5 (7aa91a846db)
3 days ago dom: Update contributor name in CREDITS (83cddbb98bd)
3 days ago uri: Update contributor name in CREDITS (95743e0e298)
2 days ago Merge tag 'pull-target-arm-20260529' of https://gitlab.com/pm215/qemu into staging (81cc5f39aa)
2 days ago Merge tag 'pull-11.1-testing-macos-and-misc-280526-1' of https://gitlab.com/stsquad/qemu into staging (8767de709f)
2 days ago Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (6370d4fe6d)
2 days ago Merge tag 'single-binary-20260528' of https://github.com/philmd/qemu into staging (607a668be8)
2 days ago hw/core: Remove SysemuCPUOps::get_phys_addr_attrs_debug (5c1cfd3af5)
2 days ago target/i386: Convert to translate_for_debug (a84e627c5f)
2 days ago target/microblaze: Convert to translate_for_debug (b8fff4aef6)
2 days ago accel/common: Remove last bit of target-specific code (e098ba351c)
2 days ago hw/tpm/tpm_tis_sysbus: defer resource allocation to realize (dc6444b9c5)
2 days ago hw/dma/omap_dma: Fix indentation after ifdef removal (44f2c7f3df)
2 days ago hw/dma/omap_dma: Fix coding style in omap_dma_transfer_setup() (970c895c1e)
2 days ago hw/dma/omap_dma: Remove unused ifdeffed out code (c215921e81)
2 days ago target/arm: advertise FEAT_RNG_TRAP on cortex-max (7e637052fa)
2 days ago target/arm: implement FEAT_RNG_TRAP for RNDR/RNDRRS (887eaa8a29)
2 days ago hw/net/rocker_of_dpa: Avoid unaligned accesses in _of_dpa_flow_match() (71d027cfee)
2 days ago hw/net/rocker_of_dpa: Check group ID pointers are not NULL (8526b7d6b6)
3 days ago MAINTAINERS: Cover python.docker with Python library section (54b78a130b)
3 days ago MAINTAINERS: Cover debian-tricore-cross.docker with TriCore section (984ded3e3d)
3 days ago MAINTAINERS: Cover debian-xtensa-cross.docker with Xtensa section (54183e41c0)
3 days ago MAINTAINERS: Cover debian-loongarch-cross.docker with LoongArch section (f8168de71f)
3 days ago MAINTAINERS: Fix docker/dockerfiles/debian-hexagon-cross.docker path (39c7ce0492)
3 days ago gitlab: update issue template for binary test cases (d8a28fe2e2)
3 days ago gitlab: add MacOS 26 job on gitlab runner (b1b7dea7ad)
3 days ago gitlab: add initial MacOS 15 on gitlab runner (7684e78132)
3 days ago ci: drop cirrus MacOS build (984b192bdf)
3 days ago accel/tcg: move jit thread manipulation into do_tb_phys_invalidate (78420b59f0)
3 days ago tests/Makefile.include: add binary dependency to run-tcg-tests-% rules (03b05e7ed5)
3 days ago tests/Makefile.include: fix typo in comment (7be831e05e)
3 days ago Makefile: include tests/Makefile.include before ninja calculation (fd63125b90)
3 days ago mailmap: Update email addresses for Andrew Jones (de6b770d7e)
2 days ago oss-fuzz: Add new fuzzer targeting libtls (615e7ad9ab)
3 days ago swanctl: Add option to only list a specific connection with --list-conns (5185b6f6e8)
3 days ago Merge branch 'vici-proposals' (5b56e56e72)
3 days ago vici: Return proposals in a more structured way (b3ef007d28)
3 days ago vici: Include proposals in connection listings (c70ab88363)
3 days ago ike-cfg: Add flag to suppress log message when retrieving proposals (eb9e44f783)
3 days ago child-cfg: Add flag to suppress log message when retrieving proposals (60adb95f58)
3 days ago oid: Fix confusing identifiers for elliptic curves over prime fields (bff405c349)
3 days ago public-key: Fix mapping of RSA with PKCS#1 v1.5 and SHA3-512 to OID (5fcf1fc0ef)
3 days ago configure: Fix check for option that indicates if plugins are packaged separately (172c2a39d2)
3 days ago github: Fix typo when enabling curve25519 plugin for gcrypt tests (96627b4af5)
woocommerce
25 hours ago Consolidate point release pages and update cherry picking guide (#65344) (3d2efacaf01)
2 days ago Push notifications: extract auth trait and fix @since tags (#65380) (379245925cb)
2 days ago Add functionality to retry failed requests to the wpcom send (#63980) (1817137a41a)
2 days ago Fix Customers analytics screen crashing on certain country values (#64633) (ceb46de3fea)
2 days ago Add mobile app QR login (#65111) (61c7d27c143)
2 days ago Deprecate Product Editor v2 (#65333) (56202f48429)
2 days ago Add Interactivity API packages to wp-min catalog (#65405) (248953cf30f)
2 days ago Fix flaky Product Collection location E2E test (#65393) (ade8babf95f)
2 days ago Restore milestone section in draft PR skill (#65408) (8b747ef0414)
2 days ago Remove product pre-publish modal feature flag (#65383) (988e924efca)
2 days ago Use public @wordpress/core-data export for Taxonomy type (#65386) (60ccc8ba8cf)
2 days ago Remove product editor template system feature flag (#65387) (8ea05f6fca9)
2 days ago Replace `tsc` With `esbuild` (#65210) (7d6e8c41e5a)
2 days ago Fix: skip EmailLogger order note for unloaded (preview) order objects (#65371) (78e5f0df864)
2 days ago Fix setting options core data locks (#65375) (2080c4cbecd)
3 days ago Fix Blocks Jest private API singleton resolution (#65341) (eda35c5affa)
3 days ago Prime taxonomy thumbnail caches in REST and ProductCategories block (#65320) (d1f1f1bdd16)
3 days ago Clear stock notification dedup meta on stock recovery (#64727) (90ff68559f8)
3 days ago Add documentation for the dual code+GraphQL API (#65259) (cb815f4c86e)
3 days ago Add store_stock push notification for low/out/backorder events (#64600) (decfa3a6637)
3 days ago Add unit tests for the products and coupons GraphQL API (#65194) (a9ebc98817c)
xz
3 days ago xz: Fix --files/--files0 usage via XZ_OPT and XZ_DEFAULTS env vars (1aab7e9c)
3 days ago xz: Mask the multiplier suffix in str_to_uint64() error message (d0d38079)