Projects with recent changes

aom

12 hours ago Add Neon I8MM implementation av1_filter_intra_predictor (d6f220c2b0)
12 hours ago Avoid unaligned load in av1_filter_intra_predictor_neon (213df2aa29)
2 days ago Add test for profile 2 444 12 bit. (e3d6ba6e5e)
2 days ago Ext RC: Only advance GOP on second define_gf_group (8785cbc03f)
2 days ago Enable to use reduce_wiener_window_size for luma (aca9d9d339)
2 days ago Init max idx to find next unmapped ref buf to -1 (4eb5407592)
2 days ago av1_lowbd_inv_txfm2d_add_avx2: default case only (7c99824b7d)
3 days ago Source content analysis for one_pass_rt_lag encoding (a1d24bae45)
3 days ago Include <assert.h> in av1/av1_cx_iface.c (e1c00a237e)
3 days ago av1_receive_raw_frame: move error checks up (28b6ffeac0)
3 days ago CMake check for pthread_setname_np (1a6f31704f)

asterisk.org

2 days ago res_sorcery_memory_cache: Reduce cache lock time for sorcery memory cache populate command (9c28709fca)
3 days ago Add comment to asterisk.conf.sample clarifying that template sections are ignored (696f658492)

bitwiseleftshift_sjcl

2 days ago remove a divider from README (8e3125d)
2 days ago add deprecation to readme (17f6056)

imagemagick.org

3 days ago Corrected check to determine if the alpha channel is enabled. (21485dfd6)

jssip.net

17 hours ago WIP tests (e7e7ad8)
17 hours ago WIP tests (674d48c)
17 hours ago WIP tests (4cf9138)
18 hours ago WIP tests (d5d9d15)
18 hours ago WIP: start using jest for tests (38819ab)
21 hours ago Modernize eslint (0216728)
22 hours ago 3.11.1 (2523d91)
22 hours ago CHANGELOG (490c586)
22 hours ago move code from 'lib/' to 'src/' (ae40877)
23 hours ago run grammar generation from npm-scripts.js rathen than gulpfile.js (4adccc7)
23 hours ago run lint from npm-scripts.js rather than gulpfile.js (0fa55fb)
24 hours ago Remove babel leftovers (19ac576)
24 hours ago 3.11.0 (ae85fd7)
24 hours ago Do not browserify nor minimize the library (6f2c92d)
2 days ago Dialog: RequestSender, remove unreachable code (810dc3f)
2 days ago ISSUE_TEMPLATE (5a2761c)
2 days ago 3.10.10 (445d201)
2 days ago Dialog: Fix wrong ACK Cseq for re-INVITE (e86a630)
2 days ago CHANGELOG.md (b415330)

libheif

12 hours ago add 'uncompressed' codec option to wasm build script (c9a0e8fb)
32 hours ago SAIs: remove wrong error check (#1661) (f885c79d)

openssl.org

18 hours ago Document the EVP_PKEY_asn1* removed functions (cec5022d5c)
18 hours ago Update the documentation to remove referenceds to EVP_PKEY_ASN1_METHOD (1d4919dcc7)
18 hours ago Remove the ability to create a custom EVP_PKEY_ASN1_METHOD (c65e34bfce)
18 hours ago Remove the ability to query the internal EVP_PKEY_ASN1_METHODs (f9f6d5666a)
18 hours ago Remove EVP_PKEY_asn1_add0() (48d311ee55)
19 hours ago Add a test to ensure that instantiation of drbgs work (f247e19fd3)
19 hours ago fetch macctx while fetching digest when creating HMAC-DRBG (8655a91c79)
19 hours ago Clean up some unnecessary inclusions (2b91fd900f)
19 hours ago Remove some legacy fields from the EVP_MD_CTX structure (b2168cd81d)
19 hours ago Cleanup the EVP_MD structure (84b5f265ce)
19 hours ago Remove legacy method deadcode for EVP_MD implementations (a82bb34662)
2 days ago MinGW does not know __int64, we can rely on int64_t provided by <stdint.h> (1cb0d36b39)
2 days ago Fix util/mkinstallvars.pl to treat LIBDIR and libdir correctly (aa4b47483f)
2 days ago Fix a possible crash in ASN1_generate_nconf (48b788cad3)
2 days ago ctx_simd and ctx_ref must be freed in error path (818bbcf475)
2 days ago Cleanup in cryptlib.h. (b0041c909e)
2 days ago Correctly handle the cases where SSL_dup fails. (2ffad846c7)
2 days ago Remove unnecessary argc assign (c8bae42190)
2 days ago X509_VERIFY_PARAM_set_flags.pod: fix doc of NULL param to X509_VERIFY_PARAM_set1_email() and X509_VERIFY_PARAM_set1{,_ip}() (bfb103387c)
2 days ago X509_VERIFY_PARAM_set_flags.pod: remove heavily outdated texts on X509_V_FLAG_NO_ALT_CHAINS; other small fixes (ac5e2d22af)
2 days ago X509_VERIFY_PARAM_set_flags.pod: add hint on joint use of X509_VERIFY_PARAM_set1_host() and SSL_set_tlsext_host_name() (6d643de2d5)
2 days ago apps: ocsp.c: fix null dereference in ocsp_response (5e2e7c60d3)
2 days ago Remove unused Data::Dumper from cmake exporter (2a0aea5a9b)
3 days ago apps/cmp.c: fix handling of passwords when loading pubkey from possibyl password-protected container (d57a13c6c4)
3 days ago apps/cmp.c: refactor load_key_pwd() and load_cert_pwd() params for clarity w.r.t. password source vs. actual password (62af159ea5)
3 days ago apps/lib/apps.c: fix load_certs_multifile() and load_certstore() w.r.t. password source vs. actual password (2f949642a1)
3 days ago apps/lib/apps.c load_key_certs_crls() refactor uidata use and tweak error message (48d4c8fb8b)

php.net

5 hours ago Use fast path in more cases when doing case folding with mb_convert_case (79b52042e34)
9 hours ago Fix GH-20858: null pointer dereference in php_mail_detect_multiple_crlf via error_log (51b1aa160de)
15 hours ago Merge branch 'PHP-8.5' (17915780db3)
15 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (fb7a5712a6b)
15 hours ago Fix GH-20840: crash on nested object with var_dump(). (5d2456f9740)
2 days ago Merge branch 'PHP-8.5' (eea9a62b1bb)
2 days ago Fix constant references inside parameter default values when generating the manual (eb1e22b1dfd)
2 days ago Merge branch 'PHP-8.5' (ebef772cfd9)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (a5c7903fbb4)
2 days ago Merge branch 'PHP-8.3' into PHP-8.4 (226f68b24f6)
2 days ago Merge branch 'PHP-8.2' into PHP-8.3 (33c3e30ed6b)
2 days ago [skip ci] Mark bug69442.phpt (PTY test) as flaky (4f25ea88f0f)
2 days ago Introduce zend_ast_call_get_args() (#20859) (ef522525cff)
3 days ago Fix handling of ZEND_AST_CALLABLE_CONVERT in file cache (#20860) (92b28877223)

qemu.org

2 days ago Merge tag 'pull-maintainers-2026-01-08' of https://repo.or.cz/qemu/armbru into staging (146dcea03e)
2 days ago Merge tag 'pull-error-2026-01-07-v2' of https://repo.or.cz/qemu/armbru into staging (fa59d71d57)
2 days ago MAINTAINERS: Add MAX78000FTHR section as orphan (bfb8ab8370)
2 days ago MAINTAINERS: Add EEPROM 93xx section (2c52c35eb2)
2 days ago MAINTAINERS: Fix coverage of meson.build in tests/functional (7e3bfed7ac)
2 days ago MAINTAINERS: Fix coverage of tests/functional/acpi-bits/ (e0422713b5)
2 days ago block/file-win32: Improve an error message (1f674a2b7a)
2 days ago qga/commands-win32: Use error_setg_win32() for better error messages (3ec3397098)
2 days ago error: Use error_setg_errno() for simplicity and consistency (0223e79287)
2 days ago error: Use error_setg_errno() to improve error messages (b351b49275)
2 days ago Merge tag 'pull-monitor-2026-01-07' of https://repo.or.cz/qemu/armbru into staging (3b5fe75e2c)
3 days ago Merge tag 'pull-request-2026-01-07' of https://gitlab.com/thuth/qemu into staging (63a88166ab)
3 days ago monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handling race (e714f1a3d4)
3 days ago scripts/device-crash-test: ERROR_RULE_LIST garbage collection (d968d29df0)
3 days ago qdev: Legacy properties are now unused internally, drop (a61383f7ab)
3 days ago qdev: Fix "info qtree" to show links (d10176ddf7)
3 days ago net/slirp: Improve file open error message (42cfc68b0e)
3 days ago error: Use error_setg_file_open() for simplicity and consistency (d84870f2b8)
3 days ago blkdebug: Use error_setg_file_open() for a better error message (9c3a66f5c4)
3 days ago net/tap: Use error_setg_file_open() for a better error message (aca7194284)
3 days ago qga: Use error_setg_file_open() for better error messages (578988e684)
3 days ago tap-solaris: Use error_setg_file_open() for better error messages (7a6665350b)
3 days ago ui: Convert to qemu_create() for simplicity and consistency (5657d9b60a)
3 days ago error: Strip trailing '\n' from error string arguments (again) (13837193fa)
3 days ago error: Consistently name Error * objects err, and not errp (19552884e4)
3 days ago error: error_free(NULL) is safe, drop unnecessary conditionals (a4cda04107)
3 days ago nbd/client-connection: Replace error_propagate() by assignment (cfd5d4eafb)
3 days ago hw/nvram/xlnx-bbram: More idiomatic and simpler error reporting (51cd475682)
3 days ago hw/core/loader: Make load_elf_hdr() return bool, simplify caller (7bfd6c0e09)
3 days ago tests/functional/qemu_test/testcase: Fix mismatched quotations (8080227881)

tesseract

2 days ago Fix formatting in issue-bug.yml (6d1735e7)
2 days ago Fix formatting in issue-bug.yml (d2ed0e2c)
2 days ago Update issue-bug.yml (b263a693)

woocommerce

18 hours ago Skip changelog auto-add on bot-generated PRs (#62737) (f0dbe93643)
18 hours ago [Payments NOX in LYS] Improve WooPayments plugin state detection (#62100) (5228944384)
19 hours ago Deprecate "marketplace" feature flag and remove it's usages where possible. (#62264) (a7efed0b9f)
21 hours ago Show 'not supported' message for unsupported product types in POS visibility (#62667) (5c7a4fc915)
21 hours ago Improved Shipping Method block alignment and mobile responsiveness (#62610) (9a5a220b47)
21 hours ago Add support for hiding products in the Point of Sale (#62534) (fcbb5dfb97)
25 hours ago Various release workflow enhancements (#62110) (983249743c)
26 hours ago CI: use woocommercebot for pushing autogenerated changelog entries (#62731) (4bfe943c94)
2 days ago [Fraud Protection] Added class to hook into the shortcode checkout (#62639) (d2b5b74eab)
2 days ago Fix issue with old/legacy label data breaking throwing exception (#62352) (a81c3b3dbd)
2 days ago Add performance guidance to get_available_variations() docblock (#62715) (de8f979f30)
2 days ago Fraud Protection: Update events endpoint to match new URL (#62714) (397af02a4a)
2 days ago Email Editor - fix layout controls initialization for buttons block (#62708) (4cbd1c8443)
2 days ago Add to Cart + Options: Avoid loading unnecessary scripts when rendering 3rd-party product types (#62681) (5687cfd67d)
2 days ago Fix error when duplicating a product using an SKU of a trashed product (#62628) (5c42d25e0f)
2 days ago Improve notification about open items in release milestones (#62437) (3d301a5a17)
2 days ago [dev] CI: switch to PHP 8.5 where applicable (#62650) (484cfc8c6f)
3 days ago Add PHPStan conditional return type to get_available_variations (#62656) (b055c8e3b1)
3 days ago Refactor Add to Cart + Options grouped product template part to decrease the gap between quantity selector and product name (#62702) (1aa09f5693)
3 days ago Try increasing timeout on template search to prevent flakiness (#62577) (8ddf51baae)
3 days ago PayPal Standard Refactor 7: Moving the PayPal Buttons class to the src folder (#62633) (88363f3884)
3 days ago PayPal Standard Refactor 8: Moving PayPal order metas to new constants (#62635) (9389addb30)

wordpress.org

3 hours ago Menus: Ensure a `WP_Post` instance gets passed to `get_post_states()` in `wp_setup_nav_menu_item()`. (a5b2d8e7ba)
4 hours ago Code Modernization: Use null coalescing operator in additional `isset()` ternaries. (df5581dd90)
5 hours ago Code Modernization: Use null coalescing operator instead of `isset()` with `if`/`else` statements. (e9153b4657)
10 hours ago Docs: Correct DocBlock formatting for a `wp_update_comment_count_now()` test. (991dfad9f2)
10 hours ago Build/Test Tools: Improve Xdebug cross-platform compatibility. (b6e98a67aa)
13 hours ago XML-RPC: Update `addTwoNumbers` demo method to check args prior to adding. (d7fa2dbb1d)
22 hours ago General: Increase the minimum supported version of PHP to 7.4. (85d695ad5f)
24 hours ago Build: Move Gutenberg checkout to a postinstall script. (c689adca8e)
29 hours ago Code Modernization: Use null coalescing operator instead of `isset()` ternaries in remaining core files. (4cbb4971f2)
29 hours ago Code Modernization: Administration: Use null coalescing operator instead of `isset()` ternaries. (87cd08d8a4)
31 hours ago Code Modernization: Upgrade/Install: Use null coalescing operator instead of `isset()` ternaries. (f6cb67e746)
31 hours ago Code Modernization: Menus, Template, XML-RPC: Use null coalescing operator instead of `isset()` ternaries. (bab19a4cf5)
31 hours ago Code Modernization: Media: Use null coalescing operator instead of `isset()` ternaries. (38c632d25d)
34 hours ago Block Processor: Fix is_block_type() for inner HTML (653082d744)
2 days ago Tests: Refactor `is_email()` tests to use a data provider. (23eeccaf38)
2 days ago Build/Test Tools: Use --fast flag for Gutenberg builds. (e6441cfb7c)
2 days ago Docs: Correct the documented value ranges for query parameters relating to week numbers. (5f67927f8b)
3 days ago Site Health: Check plugin data in `WP_Recovery_Mode_Email_Service::get_debug()`. (8b04f2cb6f)