Skip to content

Intel® Media Transport Library v23.08 release.

Compare
Choose a tag to compare
@frankdjx frankdjx released this 24 Aug 05:31
b656429
  • lib: add DHCP client implementation.
  • ice: update driver to 1.11.14
  • udp: add LD_PRELOAD to support no-code change deployment, see doc/udp.md
  • udp: add select/epoll/send_msg/recvmsg support.
  • ecosystem/ffmpeg: add output support.
  • rss: add shared mode support, see mt_shared_rss.h
  • st/video: add multi_src_port support.
  • sample: add hdr split with gpu direct, see app/sample/ext_frame/rx_st20p_hdr_split_gpu_direct.c
  • api/ops: add udp_src_port configuration
  • build: disable Werror for debug build.
  • tx/st30: separate build and pacing stage.
  • tx/pacing: add epoch drop/onward stat.
  • tx/st2110: add epoch information in stxx_tx_frame_meta for get_next_frame callback.
  • dpdk: upgrade dpdk version to latest 23.03
  • Windows: add MSYS2 build guide and CI
  • vm: add Windows guest OS support, see vm_WIN.md.
  • rx/video: add fpt(first packet time to epoch) in struct st20_rx_frame_meta.
  • st20p: add interlace format support, refer to tests/script/loop_json/st20p_2v_1080i50.json
  • CI: add ossf scorecard support.
  • gtest: support run with AWS ena driver.
  • dhcp: set proto to dhcp in interfaces segment of json to enable DHCP.
  • rx/video: support out of sequence for both first and last(marker) packet.
  • udp: add gso(general segment offload) for tx
  • udp: add reuse port support.
  • udp: add fork support
  • Windows: add MSVC sample build, refer to app/sample/msvc/imtl_sample.
  • audio: improve max density per process to 750 for both tx and rx by shared queue and no_tx_chain.
  • ptp: add tsc time source support for VF.
  • doc: use vf mode as default for E810 nic.
  • tx/st20: improve the pacing profile accuracy.