199 Commits

Author SHA1 Message Date
100669ad0d Bumped version to 0.11.0 2021-01-27 12:54:33 +01:00
c6cd711d74 Fixed build with NO_MEDIA 2021-01-25 14:07:42 +01:00
fe4afcef85 Cleaned up, renamed and moved a few classes for consistency 2021-01-25 11:31:19 +01:00
7cddb83ce4 Bumped version to 0.10.5 2021-01-21 14:57:03 +01:00
bb12c071cf Merge pull request #307 from paullouisageneau/libtorrent-fixes
Merge libtorrent-related fixes on v0.10.4
2021-01-21 14:56:13 +01:00
b79c886480 Force BUILD_SHARED_LIBS to OFF to build usrsctp as static 2021-01-20 20:27:01 +01:00
5da67f6ca3 Merge branch 'master' into feature/stream-h264-opus 2021-01-08 10:11:29 +01:00
f41baa5c51 Refactored logcounter and added headers 2021-01-04 00:41:15 -05:00
f2caa8048f Added TURN server test 2020-12-12 18:16:29 +01:00
e79a6f08e3 Exclude streamer project when building with NO_MEDIA 2020-12-11 16:53:20 +01:00
d9aa1818b2 Add example project for h264 and opus streaming 2020-12-10 18:45:21 +01:00
1d27f5b876 Add h264 and opus streaming support to libdatachannel 2020-12-10 18:44:18 +01:00
abec5fc219 Bumped version to 0.10.4 2020-11-29 19:15:54 +01:00
e83494df09 Bumped version to 0.10.3 2020-11-21 17:28:24 +01:00
dc6427770c Made winsock library dependency public 2020-11-20 00:29:39 +01:00
9ea613f05f Also link tests against the dynamic library on Windows 2020-11-20 00:13:56 +01:00
eb4a764648 Disable MSVC warning 4251 in header rather than in CMakeLists 2020-11-20 00:04:53 +01:00
3ff5801512 Merge pull request #264 from hanseuljun/cpp-export
Exporting C++ API for Windows
2020-11-19 23:02:34 +01:00
679c0ccd2e Add more dllexports, leave RTC_CPP_EXPORT only in log.hpp, and ignore C4251 warning. 2020-11-18 14:55:17 -08:00
ee3bc9694b Bumped version to 0.10.2 2020-11-18 23:39:06 +01:00
0fcafad9c7 Bumped version to 0.10.1 2020-11-16 01:00:49 +01:00
fe3d92cebf Removed usrsctp-static from CMakeLists 2020-11-15 14:44:22 +01:00
c20aebbac2 Bumped version to 0.10.0 2020-11-15 12:37:48 +01:00
9bd12567e6 Enable OpenSSL when compiling SRTP 2020-11-15 12:36:27 +01:00
4a526f66b6 Merge branch 'master' into fix-uwp 2020-11-15 00:01:27 +01:00
3e2f4a2ac7 Fixed CMakeLists and updated workflows 2020-11-13 23:30:46 +01:00
d563d63c89 Merge branch 'master' into fix-uwp 2020-11-03 09:14:29 +01:00
e25bda7108 Bypass setting OUTPUT_NAME for UWP 2020-11-03 09:10:05 +01:00
bc0b14288b Merged paullouisageneau/libdatachannel with stazio/libdatachannel 2020-11-01 23:26:54 -05:00
3e70af915f Compiling libsrtp inline 2020-10-29 01:10:33 -04:00
cb71695364 Added RSA_KEY_BITS_2048 option 2020-10-28 23:16:47 +01:00
46c4bf3ff0 Added USE_SRTP to cmake defaulting to autodetection 2020-10-24 23:10:00 +02:00
5adc62b970 Remove wsock32 for compatibility with uwp. 2020-10-20 19:34:31 -07:00
fd1ca035f9 Properly support CMake versions <= 3.8. 2020-10-06 03:56:48 -04:00
501fa45560 Support CMake versions <= 3.8. 2020-10-05 15:49:12 +03:00
8ea828f1b0 Bumped version to 0.9.4 2020-10-04 14:12:21 +02:00
c31e1bf0be Make addition of CAPI_STDCALL as definition per target. 2020-10-01 09:24:43 -07:00
0a1dd4db01 Add CAPI_STDCALL in cmake as an option and definition to set the calling convention of the C callback functions __stdcall. 2020-09-30 19:40:40 -07:00
60d09d5c6f Bumped version to 0.9.3 2020-09-28 00:13:01 +02:00
ef9bfe811b Bumped version to 0.9.2 2020-09-26 18:28:22 +02:00
49180e826e Bumped version to 0.9.1 2020-09-25 11:10:05 +02:00
b5d3cdc9b1 Added media demo/rtp.hpp to CMakeLists.txt 2020-09-22 12:45:36 -04:00
78769ecde2 Fixed rtp to rtcp renaming 2020-09-20 21:54:29 +02:00
1c01246886 Bumped version to 0.9.0 2020-09-20 13:51:54 +02:00
5e36364145 Moved rtc.cpp to capi.cpp 2020-09-20 12:32:50 +02:00
75b0b6dcdf Moved rtp.hpp into rtcp.hpp and rtcp.cpp 2020-09-20 12:31:28 +02:00
d9de5080e5 Added track C API test 2020-09-13 15:17:11 +02:00
d1c798c695 Auto-detect libSRTP with cmake 2020-09-10 14:19:34 +02:00
33ff0cd7cc Added track test 2020-09-10 11:15:12 +02:00
bc27393e62 Merge branch 'track-api' into webrtc_media 2020-08-27 10:14:11 +02:00