John Preston
782436c567
Fix a couple of build warnings.
2019-11-11 10:50:54 +03:00
overtake
58626ce546
Merge github.com:telegramdesktop/libtgvoip into public
2019-11-07 12:39:01 +04:00
overtake
2e75a04ab7
no message
2019-11-06 18:51:05 +04:00
John Preston
302d42fc20
Use correct openssl location.
2019-11-06 16:08:24 +03:00
John Preston
6151c18784
Remove OS X 10.6/10.7 and add OS X 10.10/10.11.
2019-11-05 15:25:51 +03:00
overtake
9ade1ce359
no message
2019-07-25 19:53:19 +02:00
John Preston
d4a0f719ff
Comment out packet reassembler.
2019-07-15 14:59:17 +02:00
Gregory K
6c82c9de85
Merge pull request #90 from cher-nov/sse2_cflags
...
GYP: Compile with SSE2 on Linux not only C++ but also C sources
2019-06-30 22:03:13 +03:00
Dmitry D. Chernov
f74dcc4820
GYP: Compile with SSE2 on Linux not only C++ but also C sources
...
This is just like it's done on Windows with the MSVC builds.
2019-07-01 04:54:55 +10:00
Gregory K
5da48491a9
Merge pull request #89 from cher-nov/dynamic_runtime
...
GYP: Add ability to link with CRT dynamically under Windows
2019-06-30 05:11:43 +03:00
Gregory K
e7c64befd0
Merge pull request #88 from cher-nov/iphlpapi_fix
...
GYP: Add missing 'iphlpapi' library to the list of libraries on Windows
2019-06-30 05:10:50 +03:00
Dmitry D. Chernov
15ea155d7c
GYP: Add ability to link with CRT dynamically under Windows
...
This is required to link libtgvoip with the Python extension when compiling it by 'distutils'.
2019-06-30 03:10:58 +10:00
Dmitry D. Chernov
600e8cd6a6
GYP: Style fixes
2019-06-30 03:02:28 +10:00
Dmitry D. Chernov
59e7e5e37b
GYP: Add missing 'iphlpapi' library to the list of libraries on Windows
...
This fixes compilation of libtgvoip outside of the Telegram Desktop project.
libtgvoip uses 'GetAdaptersAddresses' function, which requires 'iphlpapi' to be linked with.
Telegram Desktop specifies 'iphlpapi' in tdesktop:Telegram/gyp/settings_win.gypi file.
2019-06-30 01:41:07 +10:00
Gregory K
7c7c9fa624
Merge pull request #87 from cher-nov/gyp_callback_io
...
Add missing AudioCallbackIO sources to libtgvoip.gyp
2019-06-29 14:48:39 +03:00
Dmitry D. Chernov
ae8ce4c1cd
Add missing AudioCallbackIO sources to libtgvoip.gyp
...
This fixes compilation of GYP-generated project with TGVOIP_USE_CALLBACK_AUDIO_IO being defined.
2019-06-29 18:50:08 +10:00
John Preston
0e92a22746
Use non-installed OpenSSL in Windows.
2019-06-24 13:42:33 +02:00
John Preston
a19a0aff64
Disable some code for macOS for now.
2019-05-28 13:30:27 +02:00
Gregory K
35653dbdb2
Merge pull request #85 from seven1240/fix-pulse-audio-build
...
fix build with pulse audio
2019-05-17 17:33:32 +03:00
Seven Du
1b029a0eb8
fix build with pulse audio
2019-05-17 22:19:08 +08:00
Grishka
78decc81bf
fixes
2019-05-13 21:00:35 +03:00
Grishka
9b78887eaf
more fixes
2019-04-25 04:57:50 +03:00
Grishka
bb25caf814
fixes
2019-04-24 19:36:32 +03:00
Gregory K
a121aef1a9
Merge pull request #83 from UnigramDev/public
...
UWP project fixes
2019-04-17 18:34:10 +03:00
Fela Ameghino
38a57c8c6b
UWP project fixes
2019-04-17 17:32:43 +02:00
Fela Ameghino
8e19b12d07
Merge remote-tracking branch 'upstream/public' into public
2019-04-15 10:23:24 +02:00
Grishka
f7ff6409df
I tried so hard, and got so far
...
But in the end, it doesn't even matter
😭
2019-04-15 02:43:10 +03:00
John Preston
e701050621
Update to VS 2019.
2019-04-03 22:20:00 +04:00
Grishka
16711e2023
fix for real this time
2019-03-19 13:42:18 +03:00
Grishka
071fc786eb
TDesktop mac app store fix
2019-03-19 13:24:49 +03:00
Grishka
7b62334d2f
Fix
2019-03-15 15:38:48 +03:00
Fela Ameghino
f4dc1abc2c
Fixed ARM configurations in UWP project
2019-03-13 12:05:09 +01:00
Fela Ameghino
d0d866c56b
Fixed release configuration in UWP project
2019-03-13 11:42:12 +01:00
Grishka
b6ac291101
Fixed build on old OS X
2019-03-12 20:35:42 +03:00
Gregory K
d81253009d
Merge pull request #77 from UnigramDev/public
...
Updated UWP project to 2.4.4
2019-03-12 18:03:16 +03:00
Grishka
ed276b4ad1
I'm too lazy to come up with a commit message
2019-03-12 16:34:05 +03:00
Grishka
b22fed62e6
Fix
2019-03-12 16:28:24 +03:00
Grishka
bfa92bd59c
Updated projects
2019-03-12 16:15:22 +03:00
Fela Ameghino
a0fbeeea92
Improved CXWrapper adding various methods
2019-03-12 11:55:52 +01:00
Fela Ameghino
5c4163ca5a
Merge branch 'public' of https://github.com/UnigramDev/libtgvoip into public
2019-03-12 11:54:11 +01:00
Fela Ameghino
65da311f69
Improved CXWrapper adding various methods
2019-03-12 11:53:50 +01:00
Fela Ameghino
e5900e698d
Improved CXWrapper adding various methods
2019-03-12 11:51:26 +01:00
Fela Ameghino
07df8c9c4f
Merge branch 'public' of https://github.com/UnigramDev/libtgvoip into public
2019-03-11 18:45:29 +01:00
Fela Ameghino
4fd5f339cd
Added GetConnectionMaxLayer to CXWrapper
2019-03-11 18:45:07 +01:00
Fela Ameghino
fe080d6bde
Added GetConnectionMaxLayer to CXWrapper
2019-03-11 18:43:16 +01:00
Fela Ameghino
028d86f599
Updated UWP project to 2.4.4
2019-03-11 18:28:38 +01:00
Grishka
b6cfcba80f
Fixed protocol compatibility
2019-03-11 14:32:56 +03:00
Grishka
40c8685e77
Version
2019-03-11 01:34:58 +03:00
Grishka
c5a39bd57c
Fix
2019-03-11 01:31:13 +03:00
Grishka
a6e6ed5825
Fix FEC packet loss percent for libopus 1.3
...
Also make opus in-band FEC less aggressive
2019-03-11 01:12:09 +03:00