1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-27 12:44:37 +01:00
Commit Graph

189 Commits

Author SHA1 Message Date
Grishka
fed3bb73ee Detect when proxy does not support UDP and persist that across calls 2018-12-19 19:51:45 +03:00
Peter
a7546d438a Merge commit '6d03dd9ae4bf48d7344341cdd2d055ebd3a6a42e' into public 2018-12-19 18:36:05 +03:00
Grishka
6d03dd9ae4 version 2018-12-19 05:11:50 +03:00
Grishka
69adf70d9a Use server config for APM + iOS crash fix 2018-12-19 05:10:34 +03:00
Grishka
0b42ec8fe2 Update iOS project 2018-12-19 05:10:29 +03:00
Grishka
f1b9e63e0c packet logging 2018-12-19 05:10:25 +03:00
Grishka
beeea45d2e I apparently still suck at C++ memory management 2018-12-12 03:29:31 +03:00
Peter
24fcebafe9 Update project 2018-12-11 21:57:18 +04:00
Grishka
7f54b9109c crash fix
also fixes #60
2018-12-10 22:54:46 +03:00
Grishka
f85ce99894 Save more data in data saving mode 2018-11-30 15:40:02 +03:00
Grishka
f4c4f792d1 Collect packet stats and accept json string for server config 2018-11-30 15:39:52 +03:00
Grishka
78e584c443 New protocol version: optimized packet size 2018-11-23 04:03:16 +03:00
Grishka
8cf9177f06 Fixed build on iOS 2018-11-23 04:03:10 +03:00
Grishka
9dd089d2bb fixed build on android 2018-11-23 04:03:03 +03:00
Grishka
5caaaafa42 Updated WebRTC APM
I'm now using the entire audio processing module from WebRTC as opposed to individual DSP algorithms pulled from there before. Seems to work better this way.
2018-11-23 04:02:53 +03:00
Grishka
cc0cf35725 fixed deadlock 2018-11-23 04:02:42 +03:00
Grishka
02f4835e31 Rearranged VoIPController methods and added sections 2018-11-23 04:02:34 +03:00
Grishka
912f73dec8 Updated OS X project 2018-11-16 19:10:27 +03:00
Grishka
39376df40e Fixed audio glitches on Windows 2018-11-16 19:10:21 +03:00
Peter Iakovlev
dfe1f030c9 Updated project 2018-11-14 23:54:50 +03:00
Grishka
81daf3f26c fix 2018-11-14 23:54:44 +03:00
Gregory K
296187a443
Merge pull request #58 from telegramdesktop/tdesktop
Fix build for Linux.
2018-11-09 20:40:40 +03:00
Gregory K
44956ac4cd
Merge pull request #57 from UnigramDev/public
Updated UWP wrapper
2018-11-09 20:40:24 +03:00
John Preston
fb0a2b0c9b Fix build for Linux. 2018-11-09 21:28:27 +04:00
Fela Ameghino
d6cf1b73d3 Updated UWP wrapper 2018-11-09 17:51:29 +01:00
Grishka
0f06289d42 Merge branch 'public' of github.com:grishka/libtgvoip into public 2018-11-09 19:18:00 +03:00
Grishka
dcfad9134c Fix #54 2018-11-09 19:17:19 +03:00
Gregory K
162f4478ec
Merge pull request #56 from telegramdesktop/tdesktop
Fix warning in Xcode 10
2018-11-09 19:13:30 +03:00
John Preston
a7ee511d79 Merge remote-tracking branch 'origin/tdesktop' into HEAD 2018-11-09 20:10:19 +04:00
Grishka
467b1487e8 Removed unused files 2018-11-09 18:53:44 +03:00
Grishka
b1a0b3d94a 2.3
- Nonblocking sockets
- Better ShittyInternetMode
- Fixed a bunch of bugs
- Probably added some new bugs too
2018-11-09 18:44:01 +03:00
John Preston
9b292fdbc8 Fix warning in Xcode 10. 2018-09-18 19:52:01 +03:00
Gregory K
8d8522a5e8
Merge pull request #53 from UnigramDev/public
Updated CXWrapper to 2.2.4
2018-09-16 23:51:06 +03:00
Fela Ameghino
646f7d677e Merge branch 'public' into public 2018-09-16 22:47:17 +02:00
Grishka
14d782bf9f Fixes
This makes some parts of #53 unnecessary, sorry Fela
2018-09-16 23:38:52 +03:00
Fela Ameghino
68acf590bc Added GetSignalBarsCount and GetConnectionState to CXWrapper 2018-09-16 17:58:08 +02:00
Fela Ameghino
761c5869e9 Added GetStats to CXWrapper 2018-09-13 12:27:04 +02:00
Fela Ameghino
f643b02178 Prevent crash if UWP WASAPI devices aren't found 2018-09-09 23:34:35 +02:00
Fela Ameghino
b2ac10ef2a Fixed UWP project 2018-09-09 22:20:48 +02:00
Grishka
9a1ec510e2 Fixed build for Windows Phone, fixed some warnings 2018-09-08 22:26:54 +03:00
Grishka
4aea54fb5c fix 2018-09-08 14:15:48 +03:00
Grishka
6053cf5dce added --enable-audio-callback to configure 2018-09-02 15:43:49 +03:00
Grishka
64f14585e7 2.2.4
- Added tests (using xcode)
- Added a define to enable callback-based audio I/O instead of using actual audio devices
- Fixed a crash on Windows when there's no access to the microphone
- Misc fixes
2018-09-01 01:59:09 +03:00
Grishka
31fe4afdd0 windows fixes 2018-08-28 23:55:21 +03:00
Grishka
bfa1e6ab76 Proxy fix 2018-08-27 14:39:27 +03:00
Grishka
23ae67306d closes #50 2018-08-24 18:38:09 +03:00
Grishka
1ca50fdce7 fixes again 2018-08-24 02:31:27 +03:00
Grishka
529a3bf14f 2.2.2: more fixes
- Probable fix for a mysterious crash in WASAPI
- Hopefully fixes telegramdesktop/tdesktop/4219 by setting PA stream role and bypassing filters
- Outgoing packet queue now uses Buffer instead of BufferPool
2018-08-07 23:10:31 +03:00
Grishka
3334409ac7 2.2.1: bug fixes 2018-08-03 17:26:00 +03:00
Grishka
a6cc7d931c Removed unused code 2018-07-30 16:16:35 +03:00