OpenVisualCloud / Media-Transport-Library

A real-time media transport(DPDK, AF_XDP, RDMA) stack for both raw and compressed video based on COTS hardware.
BSD 3-Clause "New" or "Revised" License
155 stars 47 forks source link

build(deps): bump OpenVisualCloud/Media-Transport-Library from 823685a40d2d7e86524d85e620add44eff62ffc9 to 2f1c2a3be417065a4dc9276e2d7344d768e95118 #882

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps OpenVisualCloud/Media-Transport-Library from 823685a40d2d7e86524d85e620add44eff62ffc9 to 2f1c2a3be417065a4dc9276e2d7344d768e95118.

Changelog

Sourced from OpenVisualCloud/Media-Transport-Library's changelog.

Changelog

Changelog for 24.12

Changelog for 24.06

  • dpdk: upgrade dpdk version to 23.11.
  • st22: add interlaced support.
  • log: add custom log printer, see mtl_set_log_printer.
  • rx/timing_parser: add timing_parser stat report for RX video, --rx_timing_parser in RxTxApp to enable.
  • pipeline: add block get mode support, see ST20P_TX_FLAG_BLOCK_GET/ST20P_RX_FLAG_BLOCK_GET/ST22P_TX_FLAG_BLOCK_GET/ST22P_RX_FLAG_BLOCK_GET.
  • rx/timing_parser: add support to export the timing_parser to app, see app/sample/rx_st20p_timing_parser_sample.c for usage.
  • st40: add interlaced support.
  • cvt: add st20_rfc4175_422be10_to_yuv422p8 with avx512
  • backend: add XDP based backend, see doc/xdp.md.
  • manager: add a daemon server for privileged control management, see manager/README.md.
  • backend/xdp: add UDP port filter XDP program for splitting data path traffic.
  • ice: update driver to 1.13.7
  • rx/timing_parser: add timing_parser for audio, see ST30_RX_FLAG_TIMING_PARSER_STAT and ST30_RX_FLAG_TIMING_PARSER_META
  • tools/ebpf: add lcore_monitor to monitor the lcore status for debug usage
  • tools/ebpf: add udp_monitor to sniff all UDP streaming on the network
  • usdt: add eBPF based User Statically-Defined Tracing (USDT) probes support, see doc/usdt.md
  • multicast: add MTL_FLAG_NO_MULTICAST option
  • st30p: add get/put support for audio, detail see include/st30_pipeline_api.h
  • ffmpeg: add audio plugin support

Changelog for 23.12

  • log: add log to file support, see mtl_openlog_stream.
  • dpdk: upgrade dpdk version to 23.07.
  • virtio_user: add virtio_user support for exception path, deprecate kni.
  • st22p/tx: add external frame support, see ST22P_TX_FLAG_EXT_FRAME.
  • backend: add kernel socket based backend, see doc/kernel_socket.md.
  • dpdk pmd: add AF_PACKET PMD support, see doc/experimental/af_packet.md.
  • st22p/rx: add external frame support, see ST22P_RX_FLAG_EXT_FRAME.
  • ptp: add user callback for ptp sync message. See ptp_sync_notify in struct mtl_init_params.
  • api: add arp timeout parameter support for st2110 unicast address. See arp_timeout_s in struct mtl_init_params.
  • st2110/tx: fix RTP passthrough interface support when PMD doesn't support multi segment mbuf.
  • st2110/tx: fix redundant when PMD doesn't support multi segment mbuf.
  • backend/kernel: add multi thread support for both TX and RX.
  • convert: add interlace support.
  • rtcp: add retransmit packet support for st20 sessions, see STxx_RX_FLAG_ENABLE_RTCP.
  • st2110: add ssrc support.
  • rss: add multi-core support.
  • log: default add time info print, and a API mtl_set_log_prefix_formatter to customize the log prefix formatter.
  • lcore: add LcoreMgr tools to manage the inactive lcore status. See doc/lcore.md
  • ice: update driver to 1.12.7

Changelog for 23.08

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)