Skip to content

Intel® Media Transport Library v24.06 release.

Compare
Choose a tag to compare
@frankdjx frankdjx released this 03 Jul 07:35
· 3 commits to maint-24.06 since this release
d2f8ffe

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