Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Haivision/srt

Tags

v1.5.5-rc.0a

Toggle v1.5.5-rc.0a's commit message
[API] raise libSRT version number to 1.5.5

v1.5.5-rc.0

Toggle v1.5.5-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix SIGABRT when bonding option is too long (#3210)

* Fix SIGABRT when bonding option is too long

* Move the UT to test_bonding.cpp

---------

Co-authored-by: Clément Gérouville <[email protected]>

v1.5.4

Toggle v1.5.4's commit message
[core] Fixed group import option.

SRTO_CONNTIMEO, SRTO_PAYLOADSIZE, SRTO_PBKEYLEN had size autodetection bugs.

v1.5.4-rc.2

Toggle v1.5.4-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[core] Fixed static variable usage in the crypto module (#3047).

Static variable `hcrypt_MsgInfo _hcMsg_SRT_MsgInfo` was declared twice.
There was a mutual dependency between `_hcMsg_SRT_MsgInfo` and `hcryptMsg_SRT_ParseMsg(..)`.

v1.5.4-rc.1

Toggle v1.5.4-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[core] Fixed nonchecked empty config for packetfilter (#3031).

v1.5.4-rc.0

Toggle v1.5.4-rc.0's commit message
[apps] Fixed compiler warnings (G++ 9.4)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[docs] Fixed API doc: SRT_INVALID_SOCK instead of SRT_ERROR in str_ac…

…cept (#2785).

The functions srt_accept() and srt_accept_bond() return a SRTSOCKET.
In case of error, the returned value is SRT_INVALID_SOCK, not SRT_ERROR.
In practice, the two values are identical (-1) but they do not have
the same semantics.

v1.5.3-rc.0

Toggle v1.5.3-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[apps] Fixed conditional IP_ADD_SOURCE_MEMBERSHIP in testmedia (#2780).

v1.5.2

Toggle v1.5.2's commit message
[docs] Minor updates to AEAD docs plus changed v1.6.0 to 1.5.2 in som…

…e files

v1.5.2-rc.2

Toggle v1.5.2-rc.2's commit message
[core] Correct remaining endianness issues

Fixes the last two remaining test failures on big-endian.  These
operations were all already no-ops on little-endian, and unnecessarily
byteswapped the IP addresses on big-endian.

Closes: #2697