Releases: Haivision/srt
Releases · Haivision/srt
v1.2.1
Change Log
v1.2.1 (2017/11/16 13:22 +00:00)
- #149 Add support nettle AES cryptographic. (#149) (@justinjoy)
- 9687b3f Added handling for IP_MULTICAST_TTL and IP_MULTICAST_LOOP options.
- f938db7 Add the auto-invite link to Slack (@AdamYellen)
- #158 Fixed initialization of m_iTraceRcvRetrans stat (#158) (@ethouris)
- #153 Added document about live streaming (#153) (@ethouris)
- #148 Merge pull request #148 from adamyellen/master (@AdamYellen)
- 5b88ab2 Move 'Guides' heading to level 1 (@rndi)
- 8ffc39f Update documentation links (@AdamYellen)
- c7c7c52 Move documentation from Wiki to docs (@AdamYellen)
- #137 Merge pull request #137 from adamyellen/master (@AdamYellen)
- #134 Merge pull request #134 from justinjoy/pr/dettach-from-openssl (@justinjoy)
- fa23cc7 Add Slack information. (@AdamYellen)
- f492ba9 Add images for wiki article. (@AdamYellen)
- 38ca24d Add HaiCryptCipher_Get_Instance fucntion (@justinjoy)
- 1fdf9c2 Introduce hcrypt_aes_set_{en,de}crypt_key functions (@justinjoy)
- 8ff09e9 Introduce hcrypt_pbkdf2_hmac_sha1 to hide openssl function (@justinjoy)
- 50106e2 hcrypt_ut: add stdio.h to suppress compilation warning (@justinjoy)
- 2a951de hcrypt_ctx: Do not include openssl header directly (@justinjoy)
- ad85b04 hcrypt: detach openssl specific macros from common header (@justinjoy)
- 977380c Perform brew update in Travis CI to fix #125 (@rndi)
- #112 Create and bundle binaries for Win32 (#112) (@lewk2)
- 9f46985 Fix idents issues from #105 (@rndi)
- #105 Master patch mcast stransmit win (#105) (@lewk2)
- #88 Fixed bug: incorrect data type for maxbw option (#88) (@ethouris)
- #79 Initialize srt_epoll for SrtTarget non-blocking (#79) (@midicase)
- #82 Merge pull request #82 from MetaCDN/master (@MetaCDN)
- 465896c Update README with Mac build docs (@jbroberg)
- ba04d11 - fix valgrind reported error : conditional jump depends on initialized value (@SSE4)
v1.2.0
Change Log
v1.2.0 (2017/07/28 20:31 +00:00)
- #75 Merge pull request #75 from ethouris/extra-doc (@ethouris)
- bcd4512 Removed the first sentence, as not necessary.
- b1584e1 Added some extra info to contributing guide
- 7607d70 CMakeLists.txt: Add SOVERSION to soname (@justinjoy)
- #70 Merge pull request #70 from ocrete/newgcc (@ocrete)
- #69 Merge pull request #69 from ocrete/openssl11 (@ocrete)
- b70ae71 Remove assignment that is never read
- 2cebd28 Fix confusing indentation
- #66 Buildsystem files improvement and cleanup. Preparation for feature merge. (#66) (@ethouris)
- ab38155 Use CRYPTO_ctr128_encrypt
- 1304cec Allocate EVP_CIPHER_CTX dynamically
- #62 Changed build system to make SRT library compiled into a single library file (#62) (@ethouris)
- #56 Install DLLs on windows (#56) (@russelltg)
- #57 Merge pull request #57 from heidabyr/master (@heidabyr)
- 13db751 Added two images
- #54 Changing defaults tsbpdmode=true latency=120 (#54) (@ethouris)
- #53 Update srt.h (#53) (@alexpokotilo)
- #51 Fix CI to use the new CMakeLists.txt (#51) (@russelltg)
- #35 Merge pull request #35 from russelltg/shared (@russelltg)
- #49 Fix deadlock condition (#49) (@russelltg)
- bc5eb1e Fix URL for Travis badge (@AdamYellen)
- 94f8e48 Merge remote-tracking branch 'upstream/master' into shared (@russelltg)
- #48 Merge pull request #48 from ethouris/requests (@ethouris)
- #50 Merge pull request #50 from russelltg/travis-ci (@russelltg)
- 1bc9e3a Fix badge (@russelltg)
- f751c54 Add travis (@russelltg)
- a307a8d Update appveyor script (@russelltg)
- 37a7f96 Merge remote-tracking branch 'upstream/master' into shared (@russelltg)
- 7bdd2bf Small fixes for build and installation
- 0b73365 Add AppVeyor badge (@AdamYellen)
- #46 Merge pull request #46 from russelltg/appveyor (@russelltg)
- ebcde5e Remove line for finding PKGCONFIG (@russelltg)
- 02893dd Install all the pthread headers not just pthread.h (@russelltg)
- b509700 Add 3 missing and crucial characters (@russelltg)
- 8f3d4f1 Make sure all messages are status (@russelltg)
- ad5b360 Catch cmake errors (@russelltg)
- 8f892f0 Try not looking for pkgconfig (@russelltg)
- 440c18b fix VS_VERSION deref (@russelltg)
- 3cb9ac0 Update appveyor script (@russelltg)
- 0ef942a fix cmake call (@russelltg)
- ad7af32 Fix platform switch (@russelltg)
- 852310d Fix syntax errors (@russelltg)
- 9ca5c6b fix syntax errors (@russelltg)
- 8100e35 Initial appveyor commit (@russelltg)
- #44 Merge pull request #44 from ethouris/master (@ethouris)
- 10416e6 Remove extraenous comment (@russelltg)
- 25b16e9 Move commented out GetMafHeaders calls to the right files (@russelltg)
- eac9fb4 Merge remote-tracking branch 'upstream/master' into shared (@russelltg)
- f75f514 Fixed empty stats problem in stransmit. Per issue #33
- #43 Added network init on Windows. Potentially to be used by any other apps as well. (#43) (@ethouris)
- #37 Merge pull request #37 from alexpokotilo/patch-1 (@alexpokotilo)
- #40 Merge pull request #40 from ethouris/master (@ethouris)
- 4f021f8 Fix issue where the sources.txt was being parsed as one filename, not a (@russelltg)
- 1ae246f Build system changes. Public headers in same dirs. Extraction from manifest trial and blocked.
- 6923cfc fix after review (@alexpokotilo)
- #34 Merge pull request #34 from russelltg/patch-1 (@russelltg)
- aff9a5a Make sockaddr_any::size return a socklen_t instead of a size_t. (@russelltg)
- 6d96e49 Add a sources.txt file to haicrypt and srtcore and rename BUILD_SHARED (@russelltg)
- c6e38bf Change cmake flags in configure-data.tcl (@russelltg)
- #36 Merge pull request #36 from russelltg/fixguard (@russelltg)
- cdff44e Add new line at EOF (@rndi)
- f4f22b0 srt_startup call required in stransmit main function (@alexpokotilo)
- a6a073f Make sure DLLs and EXEs end up in the same directory (@russelltg)
- 28792a1 Only install the public headers in Headers.maf, only link haicrypt to (@russelltg)
- 25b5ec6 Move win_time into common (@russelltg)
- a78d18b Always enable logging if the build type is debug (@russelltg)
- e447b4b Add missing include guard (@russelltg)
- #32 Merge pull request #32 from ethouris/master (@ethouris)
- b7bfc7c Make utility-test link to srtcore so it compiles (@russelltg)
- dbca4f3 Fix build with static linking (@russelltg)
- f725f3f Fix a bug with static libraries, and update README (@russelltg)
- 9d27c57 Refactor CMakeLists to be much cleaner (@russelltg)
- 45dbb71 Fix warning under MSVC (@russelltg)
- c2323b1 Fixed version tag in haisrt.pc.in
- #28 Merge pull reques...