Skip to content

Commit

Permalink
Updated SRT to v1.5.4-rc.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Aug 23, 2024
1 parent 9f4b609 commit 94e7b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodule/srt
Submodule srt updated 58 files
+3 −7 .appveyor.yml
+1 −3 CMakeLists.txt
+4 −0 README.md
+3 −10 apps/verbose.cpp
+15 −14 apps/verbose.hpp
+2 −0 docs/API/API-functions.md
+473 −0 docs/API/rejection-codes.md
+1 −0 docs/README.md
+1 −192 docs/features/access-control.md
+1 −1 examples/recvlive.cpp
+5 −5 examples/sendmsg.cpp
+40 −38 haicrypt/cryspr.c
+2 −0 haicrypt/haicrypt.h
+12 −0 haicrypt/hcrypt.c
+19 −0 haicrypt/hcrypt.h
+1 −0 haicrypt/hcrypt_ctx.h
+1 −1 haicrypt/hcrypt_ctx_rx.c
+1 −2 haicrypt/hcrypt_ctx_tx.c
+235 −238 scripts/build-windows.ps1
+1 −1 scripts/release-notes/README.md
+91 −17 srtcore/api.cpp
+76 −9 srtcore/api.h
+6 −0 srtcore/buffer_rcv.cpp
+5 −0 srtcore/buffer_rcv.h
+3 −2 srtcore/buffer_tools.cpp
+5 −4 srtcore/buffer_tools.h
+46 −47 srtcore/cache.cpp
+177 −180 srtcore/cache.h
+71 −30 srtcore/core.cpp
+17 −8 srtcore/core.h
+23 −7 srtcore/crypto.cpp
+12 −8 srtcore/crypto.h
+76 −3 srtcore/group.cpp
+2 −0 srtcore/group.h
+5 −3 srtcore/logging.h
+2 −0 srtcore/packet.h
+53 −27 srtcore/queue.cpp
+3 −4 srtcore/queue.h
+2 −1 srtcore/srt_attr_defs.h
+95 −0 srtcore/sync.cpp
+123 −3 srtcore/sync.h
+0 −12 srtcore/sync_posix.cpp
+30 −3 test/test_bonding.cpp
+12 −12 test/test_buffer_rcv.cpp
+1 −1 test/test_connection_timeout.cpp
+2 −2 test/test_crypto.cpp
+1 −1 test/test_fec_rebuilding.cpp
+9 −9 test/test_losslist_rcv.cpp
+1 −1 test/test_reuseaddr.cpp
+8 −4 test/test_snd_rate_estimator.cpp
+2 −2 test/test_socket_options.cpp
+90 −5 test/test_sync.cpp
+2 −2 test/test_utilities.cpp
+26 −26 testing/srt-test-live.cpp
+1 −1 testing/srt-test-mpbond.cpp
+2 −2 testing/srt-test-multiplex.cpp
+3 −3 testing/srt-test-relay.cpp
+11 −11 testing/testmedia.cpp

0 comments on commit 94e7b88

Please sign in to comment.