BMCMMXZhWLpvNHWFS2Z7aEjEyULsbwCt5Lq3pyeTECC4 sol_BMCMMXZh

sol_BMCMMXZh синхронизује се release/6.1 у sol_BMCMMXZh/FFmpeg из огледала

  • 275ddd0038 avutil/common: cast GET_BYTE/GET_16BIT returned value In case of GET_BYTE/GET_16BIT return signed value. (cherry picked from commit 0ae8df5f2ceea82337a2456ef16f930faf160189) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • 05e10ce5ac avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument For GET_UTF8(val, GET_BYTE, ERROR), val has type of uint32_t, GET_BYTE must return an unsigned integer, otherwise signed extension happened due to val= (GET_BYTE), and GET_UTF8 went to the error path. This bug incidentally cancelled the bug where hb_buffer_add_utf8 was being called with incorrect argument, allowing drawtext to function correctly on x86 and macOS ARM, which defined char as signed. However, on Linux and Android ARM environments, because char is unsigned by default, GET_UTF8 now returns the correct return, which unexpectedly revealed issue #20906. (cherry picked from commit a5cc0e5c9e752f98e38c2a95a0893faeb1f78fa9) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • cf6842fd8a avfilter/vf_drawtext: fix incorrect text length From the doc of HarfBuzz, what hb_buffer_add_utf8 needs is the number of bytes, not Unicode character: hb_buffer_add_utf8(buf, text, strlen(text), 0, strlen(text)); Fix issue #20906. (cherry picked from commit 9bc3c572eaaab559a7258c392528e7a1cad2a9b7) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • 7327a9ab19 avfilter/vf_drawtext: Account for bbox text seperator Fixes: out of array access no test case Found-by: Joshua Rogers <joshua@joshua.hu> with ZeroPath Reviewed-by: Joshua Rogers <joshua@joshua.hu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit ad956ff076ea808e5d64c9ac17c1bfc1ba7d0cc0) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • d2b053fb88 avcodec/utvideodec: Set B for the width= 1 case in restore_median_planar_il() Fixes: use of uninitialized memory Fixes: 439878388/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_UTVIDEO_DEC_fuzzer-5635866203848704 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 59db32b433ea9e7766ec7fac994860ed15d7ed7d) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Поређење ових 35 комита »

пре 5 часа

sol_BMCMMXZh синхронизује се master у sol_BMCMMXZh/FFmpeg из огледала

  • 3cc1dc3358 swscale: Remove the unused ff_sws_pixel_type_to_uint This function uses ff_sws_pixel_type_size to switch on the size of the provided type. However, ff_sws_pixel_type_size returns a size in bytes (from sizeof()), not a size in bits. Therefore, this would previously never return the right thing but always hit the av_unreachable() below. As the function is entirely unused, just remove it. This fixes compilation with MSVC 2026 18.0 when targeting ARM64, which previously hit an internal compiler error [1]. [1] https://developercommunity.visualstudio.com/t/Internal-Compiler-Error-targeting-ARM64-/10962922
  • 775b102182 avformat/oggenc: Schedule pagesize option for removal Deprecated in 59220d559b5077c15fa6434e42df95f3b92f0199. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
  • 191f7e4869 tests/checkasm/sw_ops: fix signed integer related UB when shifting values Fixes: src/tests/checkasm/sw_ops.c:441:34: runtime error: shift exponent 32 is too large for 32-bit type 'int' src/tests/checkasm/sw_ops.c:591:37: runtime error: shift exponent 32 is too large for 32-bit type 'int' Signed-off-by: James Almer <jamrial@gmail.com>
  • 06b3a20761 swscale/ops_tmpl_int: fix signed integer related UB when shifting values Fixes: src/libswscale/ops_tmpl_int.c:292:23: runtime error: left shift of 188 by 24 places cannot be represented in type 'int' src/libswscale/ops_tmpl_int.c:290:23: runtime error: left shift of 158 by 24 places cannot be represented in type 'int' src/libswscale/ops_tmpl_int.c:293:23: runtime error: left shift of 136 by 24 places cannot be represented in type 'int' src/libswscale/ops_tmpl_int.c:291:23: runtime error: left shift of 160 by 24 places cannot be represented in type 'int' Signed-off-by: James Almer <jamrial@gmail.com>
  • 30d66be21a swscale/x86/ops: fix signed integer related UB in normalize_clear() Signed-off-by: James Almer <jamrial@gmail.com>
  • Поређење ових 5 комита »

пре 5 часа

sol_BMCMMXZh синхронизује се main у sol_BMCMMXZh/wormhole-foundation_wormhole из огледала

  • c3301db897 ci: Upgrade golangci-lint version to 2.6.2 (#4558) * ci: Upgrade golangci-lint version to 2.6.2
  • 2fead4ac33 node: Governor token list update (#4562) * node: governor token list update * Add MATIC to manual tokens list --------- Co-authored-by: djb15 <djb15@users.noreply.github.com>
  • f173ef93e6 ci: pin github actions for wormchains to commits instead of releases (#4342)
  • Поређење ових 3 комита »

пре 7 часа

sol_BMCMMXZh синхронизује се main у sol_BMCMMXZh/pyth-network_pyth-crosschain из огледала

пре 7 часа

sol_BMCMMXZh синхронизује се add-integrity-pool-instruction у sol_BMCMMXZh/pyth-network_pyth-crosschain из огледала

пре 7 часа

sol_BMCMMXZh синхронизована нова референца add-integrity-pool-instruction y sol_BMCMMXZh/pyth-network_pyth-crosschain из огледала

пре 7 часа

sol_BMCMMXZh синхронизује се master у sol_BMCMMXZh/FFmpeg из огледала

  • 43abd1ced9 avcodec/mpegvideo: Move last_dc to {H263Dec,Mpeg12Slice,MPVEnc}Context Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
  • b497de698c avcodec/Makefile: Remove mpegvideo_parser->mpeg12.o dependency Forgotten in 3ceffe783965767e62d59e8e68ecd265c98460ec. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
  • 2586763376 avcodec/mpeg12: Inline ff_mpeg1_clean_buffers() into its callers This function is extremely small, so inlining it is appropriate (and actually beneficial size-wise here). It furthermore allows to remove the mpeg12codecs.h header and the mpeg12-encoders->mpeg12.o dependency. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
  • Поређење ових 3 комита »

пре 13 часа

sol_BMCMMXZh синхронизује се v2.49.0-stacks у sol_BMCMMXZh/wormhole-foundation_wormhole из огледала

пре 15 часа

sol_BMCMMXZh синхронизована нова референца v2.49.0-stacks y sol_BMCMMXZh/wormhole-foundation_wormhole из огледала

пре 15 часа

sol_BMCMMXZh синхронизује се main у sol_BMCMMXZh/wormhole-foundation_wormhole из огледала

  • 697b1aed20 node(governor): Ignore configured tokens originating from ungoverned chains (#4455) - Do not govern tokens from deprecated chains when initializing the governor - Do not include tokens from deprecated chains when generating mainnet tokens - Add unit test to ensure all configured tokens correspond to a governed chain. (we already enforce that all governed chains have governed tokens associated.)

пре 15 часа

sol_BMCMMXZh синхронизује се ext-integration/stellar у sol_BMCMMXZh/wormhole-foundation_wormhole из огледала

  • c3fcb2dc34 docs: Remove social media monitoring section from SECURITY.md (#4504)
  • 1d521afab3 node: Modify Governor limits for Monad
  • 35e122c1d2 meta: Add bemic to codeowners for governor (#4589)
  • 3ab00a9cc9 node(near): Increase RPC timeout from 5s to 20s (#4588) Increase the NEAR RPC timeout to provide more time for complex transactions to complete.
  • ee26e052ee notary: fix bug where non-Ethereum messages were always Approved (#4577) * notary: fix bug where non-Ethereum messages were always Approved * add environment checks and workarounds for unit test and mock environments
  • Поређење ових 48 комита »

пре 15 часа

sol_BMCMMXZh синхронизује се ext-integration/stacks у sol_BMCMMXZh/wormhole-foundation_wormhole из огледала

пре 15 часа

sol_BMCMMXZh синхронизује се n7.1.3 у sol_BMCMMXZh/FFmpeg из огледала

пре 21 часа

sol_BMCMMXZh синхронизована нова референца n7.1.3 y sol_BMCMMXZh/FFmpeg из огледала

пре 21 часа

sol_BMCMMXZh синхронизује се release/7.1 у sol_BMCMMXZh/FFmpeg из огледала

  • f46e514491 Changelog: update Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • 87e1bea70b avutil/common: cast GET_BYTE/GET_16BIT returned value In case of GET_BYTE/GET_16BIT return signed value. (cherry picked from commit 0ae8df5f2ceea82337a2456ef16f930faf160189) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • 19bc0ef3f3 avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument For GET_UTF8(val, GET_BYTE, ERROR), val has type of uint32_t, GET_BYTE must return an unsigned integer, otherwise signed extension happened due to val= (GET_BYTE), and GET_UTF8 went to the error path. This bug incidentally cancelled the bug where hb_buffer_add_utf8 was being called with incorrect argument, allowing drawtext to function correctly on x86 and macOS ARM, which defined char as signed. However, on Linux and Android ARM environments, because char is unsigned by default, GET_UTF8 now returns the correct return, which unexpectedly revealed issue #20906. (cherry picked from commit a5cc0e5c9e752f98e38c2a95a0893faeb1f78fa9) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • bdc11c44b1 avfilter/vf_drawtext: fix incorrect text length From the doc of HarfBuzz, what hb_buffer_add_utf8 needs is the number of bytes, not Unicode character: hb_buffer_add_utf8(buf, text, strlen(text), 0, strlen(text)); Fix issue #20906. (cherry picked from commit 9bc3c572eaaab559a7258c392528e7a1cad2a9b7) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Поређење ових 4 комита »

пре 21 часа

sol_BMCMMXZh синхронизује се main у sol_BMCMMXZh/pyth-network_pyth-crosschain из огледала

пре 23 часа

sol_BMCMMXZh синхронизоване и избрисане референце feat(dev-hub)-search-feeds y sol_BMCMMXZh/pyth-network_pyth-crosschain из огледала

пре 23 часа

sol_BMCMMXZh синхронизује се master у sol_BMCMMXZh/FFmpeg из огледала

  • fc3893f5e7 Makefile: remove config_components.asm on distclean Forgotten in c607aae2b95b05bdc7066e3572737cb00a596e9f. Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
  • 32cefd3789 avcodec/libaomenc: Fix use of uninitialized value codecctl_intp() is used to populate values via aom_codec_control(), not set them. This change moves the output of the return pointer's value after the aom_codec_control() to avoid a memory sanitizer warning (use of uninitialized value). Signed-off-by: James Zern <jzern@google.com>
  • Поређење ових 2 комита »

пре 1 дан

sol_BMCMMXZh синхронизује се v2.48.0-aztec у sol_BMCMMXZh/wormhole-foundation_wormhole из огледала

пре 1 дан

sol_BMCMMXZh синхронизована нова референца v2.48.0-aztec y sol_BMCMMXZh/wormhole-foundation_wormhole из огледала

пре 1 дан