Skip to content

Commit

Permalink
build(deps): bump OpenVisualCloud/Media-Transport-Library from 2f1c2a3
Browse files Browse the repository at this point in the history
…to b40e87a (#1005)

Bumps
[OpenVisualCloud/Media-Transport-Library](https://github.com/openvisualcloud/media-transport-library)
from 2f1c2a3 to
b40e87a.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/blob/main/CHANGELOG.md">OpenVisualCloud/Media-Transport-Library's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>Changelog for 24.09</h2>
<ul>
<li>ice: update driver to 1.14.9</li>
<li>st2110/20: add force NUMA option support on session level, see
ST20_TX_FLAG_FORCE_NUMA/ST20_RX_FLAG_FORCE_NUMA</li>
<li>st2110/30: add force NUMA option support on session level, see
ST30_TX_FLAG_FORCE_NUMA/ST30_RX_FLAG_FORCE_NUMA</li>
<li>ffmpeg: fix RX side dropping frames at the beginning of the session
with st20/st22/st30.</li>
<li>st22: fix last frame dropping in TX. Ensure that last frame status
changed to FREE.</li>
<li>dpdk: optimizing memory pool size.</li>
<li>manager: fix docker build.</li>
<li>ffmpeg: improve unicast initialization, reduce amount of dropping
frames in the beginning of the session.</li>
<li>ixgbe: add driver support. Tested on 10-Gigabit X540-AT2 (1528) and
Intel 10G X550T (1563).</li>
<li>sch/tasklet: fix API correct NUMA assigned when
<code>mtl_sch_create</code> is used.</li>
<li>sch/tasklet: fix segfault when lcore out of
<code>RTE_MAX_LCORE</code> assigned.</li>
<li>app: add new video formats to sample app - YUV_420_16bit,
YUV_422_8BIT, YUV_444_8bit, YUV_444_16bit.</li>
<li>RTP: fix checking for valid payload type.</li>
<li>st30: add <code>fifo_size</code> parameter parsing from user.</li>
<li>st41: add <code>St2110-41</code> format for 'Fast Metadata
Framework' standard.</li>
<li>ffmpeg: add support of <code>44100</code> rate for <code>st30</code>
format.</li>
<li>ffmpeg: add support for v7.0 version</li>
<li>st22: fix correct NUMA assigned <code>socket_id</code> with pipeline
when creating a new session.</li>
<li>GPU: add support for GPU direct buffers in ST2110/20. See
<code>app/sample/gpu_direct</code> for usage.</li>
<li>ffmpeg: add support for GPU buffers.</li>
</ul>
<h2>Changelog for 24.06</h2>
<ul>
<li>dpdk: upgrade dpdk version to 23.11.</li>
<li>st22: add interlaced support.</li>
<li>log: add custom log printer, see mtl_set_log_printer.</li>
<li>rx/timing_parser: add timing_parser stat report for RX video,
<code>--rx_timing_parser</code> in RxTxApp to enable.</li>
<li>pipeline: add block get mode support, see
<code>ST20P_TX_FLAG_BLOCK_GET</code>/<code>ST20P_RX_FLAG_BLOCK_GET</code>/<code>ST22P_TX_FLAG_BLOCK_GET</code>/<code>ST22P_RX_FLAG_BLOCK_GET</code>.</li>
<li>rx/timing_parser: add support to export the timing_parser to app,
see <code>app/sample/rx_st20p_timing_parser_sample.c</code> for
usage.</li>
<li>st40: add interlaced support.</li>
<li>cvt: add st20_rfc4175_422be10_to_yuv422p8 with avx512</li>
<li>backend: add XDP based backend, see doc/xdp.md.</li>
<li>manager: add a daemon server for privileged control management, see
manager/README.md.</li>
<li>backend/xdp: add UDP port filter XDP program for splitting data path
traffic.</li>
<li>ice: update driver to 1.13.7</li>
<li>rx/timing_parser: add timing_parser for audio, see
<code>ST30_RX_FLAG_TIMING_PARSER_STAT</code> and
<code>ST30_RX_FLAG_TIMING_PARSER_META</code></li>
<li>tools/ebpf: add lcore_monitor to monitor the lcore status for debug
usage</li>
<li>tools/ebpf: add udp_monitor to sniff all UDP streaming on the
network</li>
<li>usdt: add eBPF based User Statically-Defined Tracing (USDT) probes
support, see <code>doc/usdt.md</code></li>
<li>multicast: add MTL_FLAG_NO_MULTICAST option</li>
<li>st30p: add get/put support for audio, detail see
<code>include/st30_pipeline_api.h</code></li>
<li>ffmpeg: add audio plugin support</li>
</ul>
<h2>Changelog for 23.12</h2>
<ul>
<li>log: add log to file support, see mtl_openlog_stream.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/b40e87a160b3a553413c7661d8e5969bdea457ec"><code>b40e87a</code></a>
Tests: Add GPU direct unit test (<a
href="https://redirect.github.com/openvisualcloud/media-transport-library/issues/1002">#1002</a>)</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/77196e3797922a1ac898d9c7a0be1cfc1f6308d2"><code>77196e3</code></a>
Fix: enable and fixing debug logging when 'debug' build type is used.
(<a
href="https://redirect.github.com/openvisualcloud/media-transport-library/issues/1003">#1003</a>)</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/ba8a8f74d9411317d7218b1b928ca056e4ed32e2"><code>ba8a8f7</code></a>
correct the use of header in sample tx rtp app (<a
href="https://redirect.github.com/openvisualcloud/media-transport-library/issues/996">#996</a>)</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/8b522267386abd7b2d72d5b00f07d7bc0e23a5a9"><code>8b52226</code></a>
CI: Update trivy.yml (<a
href="https://redirect.github.com/openvisualcloud/media-transport-library/issues/1001">#1001</a>)</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/089ac11ab57ca69f757d5e13d74502cb220aa88b"><code>089ac11</code></a>
Allign trivy workflow to MCM pipeline (<a
href="https://redirect.github.com/openvisualcloud/media-transport-library/issues/998">#998</a>)</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/8f15ab3990b34af47863f059e7421611185a968d"><code>8f15ab3</code></a>
Fix: fix the enforced (hardcoded) payload types in RTP mode for ST41 and
ST40...</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/9ccf8caf2c1e07dd425b588f831c789b474ea259"><code>9ccf8ca</code></a>
Doc: update documentation of the project. Update changelog,
configuration gui...</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/dab016da6d6f2b19adc92383ba1d1a9661c736e7"><code>dab016d</code></a>
Fix: st41 RTP assigned fields during the initialization (<a
href="https://redirect.github.com/openvisualcloud/media-transport-library/issues/992">#992</a>)</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/c74fe35107699a7cd06e7045be08e155721b2791"><code>c74fe35</code></a>
Fix: coverity findings. Improve logging of GPU direct (<a
href="https://redirect.github.com/openvisualcloud/media-transport-library/issues/991">#991</a>)</li>
<li><a
href="https://github.com/OpenVisualCloud/Media-Transport-Library/commit/f33cc15021198192004817845c135601cde9915e"><code>f33cc15</code></a>
Fix st30p ffmpeg plugin, (<a
href="https://redirect.github.com/openvisualcloud/media-transport-library/issues/986">#986</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/openvisualcloud/media-transport-library/compare/2f1c2a3be417065a4dc9276e2d7344d768e95118...b40e87a160b3a553413c7661d8e5969bdea457ec">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 92248ec commit 99857d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msys2_ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- id: ffmpeg_compose
uses: OpenVisualCloud/Media-Transport-Library@2f1c2a3be417065a4dc9276e2d7344d768e95118 # main
uses: OpenVisualCloud/Media-Transport-Library@b40e87a160b3a553413c7661d8e5969bdea457ec # main
with:
sys: ${{matrix.sys}}
dpdk: ${{matrix.dpdk}}
Expand Down

0 comments on commit 99857d5

Please sign in to comment.