srt 1.5.0 02/279202/1 submit/tizen/20220804.042003
authorEunhye Choi <eunhae1.choi@samsung.com>
Wed, 3 Aug 2022 05:57:35 +0000 (14:57 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Wed, 3 Aug 2022 09:51:21 +0000 (18:51 +0900)
commit3d7fa88937a3382f06b624e796b5a6be5977e4a4
tree051df48a879b0211527ed0beb21f40942a09dc18
parent4e0ece2c2f2fdf0c7069babe5bc48057099001ac
srt 1.5.0

- srt v1.5.0 code upload

Change-Id: I26f9c714d701d39b42ad403faca72aac3df5fe14
178 files changed:
.clang-format [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake_object_lib_support.c [new file with mode: 0644]
codecov.yml [new file with mode: 0644]
configure [new file with mode: 0644]
configure-data.tcl [new file with mode: 0644]
docs/API/API-functions.md [new file with mode: 0644]
docs/API/API-socket-options.md [new file with mode: 0644]
docs/API/API.md [new file with mode: 0644]
docs/API/configuration-guidelines.md [new file with mode: 0644]
docs/API/statistics.md [new file with mode: 0644]
docs/README.md [new file with mode: 0644]
docs/apps/srt-file-transmit.md [new file with mode: 0644]
docs/apps/srt-live-transmit.md [new file with mode: 0644]
docs/apps/srt-test-multiplex.md [new file with mode: 0644]
docs/apps/srt-test-relay.md [new file with mode: 0644]
docs/apps/srt-tunnel.md [new file with mode: 0644]
docs/build/build-android.md [new file with mode: 0644]
docs/build/build-iOS.md [new file with mode: 0644]
docs/build/build-linux.md [new file with mode: 0644]
docs/build/build-macOS.md [new file with mode: 0644]
docs/build/build-options.md [new file with mode: 0644]
docs/build/build-win.md [new file with mode: 0644]
docs/dev/developers-guide.md [new file with mode: 0644]
docs/dev/low-level-info.md [new file with mode: 0644]
docs/dev/making-srt-better.md [new file with mode: 0644]
docs/features/access-control.md [new file with mode: 0644]
docs/features/bonding-intro.md [new file with mode: 0644]
docs/features/bonding-main-backup.md [new file with mode: 0644]
docs/features/bonding-quick-start.md [new file with mode: 0644]
docs/features/encryption.md [new file with mode: 0644]
docs/features/handshake.md [new file with mode: 0644]
docs/features/images/block-aligned-5rx10c.png [new file with mode: 0644]
docs/features/images/block-aligned.png [new file with mode: 0644]
docs/features/images/non-block-aligned-5rx10c-deleted-packets.png [new file with mode: 0644]
docs/features/images/non-block-aligned-5rx10c.png [new file with mode: 0644]
docs/features/images/non-block-aligned.png [new file with mode: 0644]
docs/features/images/packet-filter-mechanism.png [new file with mode: 0644]
docs/features/images/rebuild-missing-sequence.png [new file with mode: 0644]
docs/features/images/srt-encryption-1.png [new file with mode: 0644]
docs/features/images/srt-encryption-2.png [new file with mode: 0644]
docs/features/images/staircase-pattern-5rx10c.png [new file with mode: 0644]
docs/features/live-streaming.md [new file with mode: 0644]
docs/features/packet-filtering-and-fec.md [new file with mode: 0644]
docs/features/socket-groups.md [new file with mode: 0644]
docs/misc/images/srt-history-good-signal.png [new file with mode: 0644]
docs/misc/images/srt-transmission-bad-signal.png [new file with mode: 0644]
docs/misc/why-srt-was-created.md [new file with mode: 0644]
haicrypt/cryspr-config.h [new file with mode: 0644]
haicrypt/cryspr-gnutls.c [new file with mode: 0644]
haicrypt/cryspr-gnutls.h [new file with mode: 0644]
haicrypt/cryspr-mbedtls.c [new file with mode: 0644]
haicrypt/cryspr-mbedtls.h [new file with mode: 0644]
haicrypt/cryspr-openssl.c [new file with mode: 0644]
haicrypt/cryspr-openssl.h [new file with mode: 0644]
haicrypt/cryspr.c [new file with mode: 0644]
haicrypt/cryspr.h [new file with mode: 0644]
haicrypt/filelist-gnutls.maf [new file with mode: 0644]
haicrypt/filelist-mbedtls.maf [new file with mode: 0644]
haicrypt/filelist-openssl.maf [new file with mode: 0644]
haicrypt/haicrypt.h [new file with mode: 0644]
haicrypt/haicrypt_log.cpp [new file with mode: 0644]
haicrypt/haicrypt_log.h [new file with mode: 0644]
haicrypt/hcrypt.c [new file with mode: 0644]
haicrypt/hcrypt.h [new file with mode: 0644]
haicrypt/hcrypt_ctx.h [new file with mode: 0644]
haicrypt/hcrypt_ctx_rx.c [new file with mode: 0644]
haicrypt/hcrypt_ctx_tx.c [new file with mode: 0644]
haicrypt/hcrypt_msg.h [new file with mode: 0644]
haicrypt/hcrypt_rx.c [new file with mode: 0644]
haicrypt/hcrypt_sa.c [new file with mode: 0644]
haicrypt/hcrypt_tx.c [new file with mode: 0644]
haicrypt/hcrypt_ut.c [new file with mode: 0644]
haicrypt/hcrypt_xpt_srt.c [new file with mode: 0644]
packaging/baselibs.conf [new file with mode: 0644]
packaging/srt.manifest [new file with mode: 0644]
packaging/srt.spec [new file with mode: 0644]
scripts/CheckCXXAtomic.cmake [new file with mode: 0644]
scripts/CheckGCCAtomicIntrinsics.cmake [new file with mode: 0644]
scripts/FindMbedTLS.cmake [new file with mode: 0644]
scripts/FindPThreadGetSetName.cmake [new file with mode: 0644]
scripts/ShowProjectConfig.cmake [new file with mode: 0644]
scripts/changelog/README.md [new file with mode: 0644]
scripts/changelog/changelog.py [new file with mode: 0644]
scripts/changelog/requirements.txt [new file with mode: 0644]
scripts/check-deps [new file with mode: 0644]
scripts/collect-gcov.sh [new file with mode: 0644]
scripts/gather-package.bat [new file with mode: 0644]
scripts/generate-configure-options.tcl [new file with mode: 0644]
scripts/generate-error-types.tcl [new file with mode: 0644]
scripts/generate-logging-defs.tcl [new file with mode: 0644]
scripts/haiUtil.cmake [new file with mode: 0644]
scripts/maf.vim [new file with mode: 0644]
scripts/mafread.tcl [new file with mode: 0644]
scripts/set-version-metadata.ps1 [new file with mode: 0644]
scripts/srt-dev.lua [new file with mode: 0644]
scripts/srt.pc.in [new file with mode: 0644]
srtcore/README.md [new file with mode: 0644]
srtcore/access_control.h [new file with mode: 0644]
srtcore/api.cpp [new file with mode: 0644]
srtcore/api.h [new file with mode: 0644]
srtcore/atomic.h [new file with mode: 0644]
srtcore/atomic_clock.h [new file with mode: 0644]
srtcore/atomic_msvc.h [new file with mode: 0644]
srtcore/buffer.cpp [new file with mode: 0644]
srtcore/buffer.h [new file with mode: 0644]
srtcore/buffer_rcv.cpp [new file with mode: 0644]
srtcore/buffer_rcv.h [new file with mode: 0644]
srtcore/cache.cpp [new file with mode: 0644]
srtcore/cache.h [new file with mode: 0644]
srtcore/channel.cpp [new file with mode: 0644]
srtcore/channel.h [new file with mode: 0644]
srtcore/common.cpp [new file with mode: 0644]
srtcore/common.h [new file with mode: 0644]
srtcore/congctl.cpp [new file with mode: 0644]
srtcore/congctl.h [new file with mode: 0644]
srtcore/core.cpp [new file with mode: 0644]
srtcore/core.h [new file with mode: 0644]
srtcore/crypto.cpp [new file with mode: 0644]
srtcore/crypto.h [new file with mode: 0644]
srtcore/epoll.cpp [new file with mode: 0644]
srtcore/epoll.h [new file with mode: 0644]
srtcore/fec.cpp [new file with mode: 0644]
srtcore/fec.h [new file with mode: 0644]
srtcore/filelist.maf [new file with mode: 0644]
srtcore/group.cpp [new file with mode: 0644]
srtcore/group.h [new file with mode: 0644]
srtcore/group_backup.cpp [new file with mode: 0644]
srtcore/group_backup.h [new file with mode: 0644]
srtcore/group_common.cpp [new file with mode: 0644]
srtcore/group_common.h [new file with mode: 0644]
srtcore/handshake.cpp [new file with mode: 0644]
srtcore/handshake.h [new file with mode: 0644]
srtcore/list.cpp [new file with mode: 0644]
srtcore/list.h [new file with mode: 0644]
srtcore/logger_default.cpp [new file with mode: 0644]
srtcore/logger_defs.cpp [new file with mode: 0644]
srtcore/logger_defs.h [new file with mode: 0644]
srtcore/logging.h [new file with mode: 0644]
srtcore/logging_api.h [new file with mode: 0644]
srtcore/md5.cpp [new file with mode: 0644]
srtcore/md5.h [new file with mode: 0644]
srtcore/netinet_any.h [new file with mode: 0644]
srtcore/packet.cpp [new file with mode: 0644]
srtcore/packet.h [new file with mode: 0644]
srtcore/packetfilter.cpp [new file with mode: 0644]
srtcore/packetfilter.h [new file with mode: 0644]
srtcore/packetfilter_api.h [new file with mode: 0644]
srtcore/packetfilter_builtin.h [new file with mode: 0644]
srtcore/platform_sys.h [new file with mode: 0644]
srtcore/queue.cpp [new file with mode: 0644]
srtcore/queue.h [new file with mode: 0644]
srtcore/socketconfig.cpp [new file with mode: 0644]
srtcore/socketconfig.h [new file with mode: 0644]
srtcore/srt.h [new file with mode: 0644]
srtcore/srt_attr_defs.h [new file with mode: 0644]
srtcore/srt_c_api.cpp [new file with mode: 0644]
srtcore/srt_compat.c [new file with mode: 0644]
srtcore/srt_compat.h [new file with mode: 0644]
srtcore/srt_shared.rc [new file with mode: 0644]
srtcore/stats.h [new file with mode: 0644]
srtcore/strerror_defs.cpp [new file with mode: 0644]
srtcore/sync.cpp [new file with mode: 0644]
srtcore/sync.h [new file with mode: 0644]
srtcore/sync_cxx11.cpp [new file with mode: 0644]
srtcore/sync_posix.cpp [new file with mode: 0644]
srtcore/threadname.h [new file with mode: 0644]
srtcore/tsbpd_time.cpp [new file with mode: 0644]
srtcore/tsbpd_time.h [new file with mode: 0644]
srtcore/udt.h [new file with mode: 0644]
srtcore/utilities.h [new file with mode: 0644]
srtcore/version.h.in [new file with mode: 0644]
srtcore/window.cpp [new file with mode: 0644]
srtcore/window.h [new file with mode: 0644]