Releases: Haivision/srt
Releases · Haivision/srt
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...