Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump OpenVisualCloud/Media-Transport-Library from 2f1c2a3be417065a4dc9276e2d7344d768e95118 to b40e87a160b3a553413c7661d8e5969bdea457ec #1005

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps OpenVisualCloud/Media-Transport-Library from 2f1c2a3 to b40e87a.

Changelog

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

Changelog

Changelog for 24.09

  • ice: update driver to 1.14.9
  • st2110/20: add force NUMA option support on session level, see ST20_TX_FLAG_FORCE_NUMA/ST20_RX_FLAG_FORCE_NUMA
  • st2110/30: add force NUMA option support on session level, see ST30_TX_FLAG_FORCE_NUMA/ST30_RX_FLAG_FORCE_NUMA
  • ffmpeg: fix RX side dropping frames at the beginning of the session with st20/st22/st30.
  • st22: fix last frame dropping in TX. Ensure that last frame status changed to FREE.
  • dpdk: optimizing memory pool size.
  • manager: fix docker build.
  • ffmpeg: improve unicast initialization, reduce amount of dropping frames in the beginning of the session.
  • ixgbe: add driver support. Tested on 10-Gigabit X540-AT2 (1528) and Intel 10G X550T (1563).
  • sch/tasklet: fix API correct NUMA assigned when mtl_sch_create is used.
  • sch/tasklet: fix segfault when lcore out of RTE_MAX_LCORE assigned.
  • app: add new video formats to sample app - YUV_420_16bit, YUV_422_8BIT, YUV_444_8bit, YUV_444_16bit.
  • RTP: fix checking for valid payload type.
  • st30: add fifo_size parameter parsing from user.
  • st41: add St2110-41 format for 'Fast Metadata Framework' standard.
  • ffmpeg: add support of 44100 rate for st30 format.
  • ffmpeg: add support for v7.0 version
  • st22: fix correct NUMA assigned socket_id with pipeline when creating a new session.
  • GPU: add support for GPU direct buffers in ST2110/20. See app/sample/gpu_direct for usage.
  • ffmpeg: add support for GPU buffers.

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.

... (truncated)

Commits
  • b40e87a Tests: Add GPU direct unit test (#1002)
  • 77196e3 Fix: enable and fixing debug logging when 'debug' build type is used. (#1003)
  • ba8a8f7 correct the use of header in sample tx rtp app (#996)
  • 8b52226 CI: Update trivy.yml (#1001)
  • 089ac11 Allign trivy workflow to MCM pipeline (#998)
  • 8f15ab3 Fix: fix the enforced (hardcoded) payload types in RTP mode for ST41 and ST40...
  • 9ccf8ca Doc: update documentation of the project. Update changelog, configuration gui...
  • dab016d Fix: st41 RTP assigned fields during the initialization (#992)
  • c74fe35 Fix: coverity findings. Improve logging of GPU direct (#991)
  • f33cc15 Fix st30p ffmpeg plugin, (#986)
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [OpenVisualCloud/Media-Transport-Library](https://github.com/openvisualcloud/media-transport-library) from 2f1c2a3 to b40e87a.
- [Release notes](https://github.com/openvisualcloud/media-transport-library/releases)
- [Changelog](https://github.com/OpenVisualCloud/Media-Transport-Library/blob/main/CHANGELOG.md)
- [Commits](2f1c2a3...b40e87a)

---
updated-dependencies:
- dependency-name: OpenVisualCloud/Media-Transport-Library
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants