Skip to content

Commit

Permalink
Upgrade SRT to v1.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Nov 14, 2024
1 parent 250326d commit 6f00a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodule/srt
Submodule srt updated 51 files
+1 −1 .github/workflows/cxx11-macos.yaml
+1 −1 .github/workflows/cxx11-ubuntu.yaml
+2 −2 .github/workflows/cxx11-win.yaml
+15 −0 CMakeLists.txt
+57 −0 apps/apputil.hpp
+27 −17 apps/uriparser.cpp
+1 −1 apps/verbose.hpp
+74 −10 configure-data.tcl
+6 −0 docs/API/API-functions.md
+1 −1 docs/API/API-socket-options.md
+1 −0 docs/build/build-macOS.md
+1 −1 haicrypt/hcrypt.h
+1 −1 haicrypt/hcrypt_ctx.h
+2 −3 haicrypt/hcrypt_msg.h
+1 −1 haicrypt/hcrypt_rx.c
+19 −20 haicrypt/hcrypt_xpt_srt.c
+1 −1 scripts/release-notes/generate_release_notes.py
+51 −8 scripts/win-installer/build-win-installer.ps1
+41 −20 scripts/win-installer/install-openssl.ps1
+8 −10 scripts/win-installer/libsrt.nsi
+4 −0 srtcore/api.h
+4 −4 srtcore/buffer_rcv.cpp
+2 −2 srtcore/buffer_tools.cpp
+4 −1 srtcore/channel.cpp
+50 −0 srtcore/common.cpp
+2 −17 srtcore/common.h
+1 −1 srtcore/congctl.cpp
+0 −31 srtcore/epoll.cpp
+57 −29 srtcore/group.cpp
+1 −1 srtcore/handshake.cpp
+26 −25 srtcore/logging.h
+4 −0 srtcore/queue.h
+6 −0 srtcore/socketconfig.h
+1 −1 srtcore/sync.h
+2 −0 srtcore/threadname.h
+25 −16 srtcore/tsbpd_time.cpp
+27 −9 srtcore/tsbpd_time.h
+2 −19 srtcore/utilities.h
+132 −3 test/test_bonding.cpp
+5 −2 test/test_env.h
+3 −1 test/test_fec_rebuilding.cpp
+20 −18 test/test_socket_options.cpp
+1 −1 testing/srt-test-live.cpp
+1 −4 testing/srt-test-mpbond.cpp
+4 −4 testing/srt-test-multiplex.cpp
+2 −2 testing/srt-test-relay.cpp
+16 −0 testing/testactivemedia.cpp
+2 −18 testing/testactivemedia.hpp
+4 −5 testing/testmedia.cpp
+3 −2 testing/testmedia.hpp
+2 −2 testing/testmediabase.hpp

0 comments on commit 6f00a6d

Please sign in to comment.