cf965341cf
Finish moving
2020-01-22 12:54:35 +01:00
ef0a99fc8c
Refactoring
2020-01-22 12:51:17 +01:00
6b910c44c6
Misc improvements and refactorings
2020-01-22 12:43:51 +01:00
Igor Zhukov
05c83992e5
Merge branch 'public' of https://github.com/grishka/libtgvoip into grishka-public
2019-12-29 15:06:10 +05:00
Igor Zhukov
651396bdec
Support for custom crypto
...
Moved TGVOIP_USE_CUSTOM_CRYPTO checks to TgVoip.h/cpp
Add new source files to automake config
2019-12-27 15:19:21 +04:00
Igor Zhukov
50a91963a7
Merge pull request #4 from telegramdesktop/public
...
Merge public branch
2019-12-27 15:04:40 +04:00
Ali
1870f7fa6e
Use opus with -isystem
2019-12-24 22:57:14 +04:00
Ali
98b368cfbd
Apply patch
2019-12-24 22:40:50 +04:00
John Preston
303dcacc2a
Fix logging warnings on Linux 32bit.
2019-12-05 11:06:41 +03:00
Daniil Kovalev
33d3388df5
Fix memory leak; other minor changes
2019-12-05 09:57:11 +03:00
John Preston
d4a0f719ff
Comment out packet reassembler.
2019-07-15 14:59:17 +02:00
John Preston
a19a0aff64
Disable some code for macOS for now.
2019-05-28 13:30:27 +02:00
Grishka
bb25caf814
fixes
2019-04-24 19:36:32 +03: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
Grishka
ed276b4ad1
I'm too lazy to come up with a commit message
2019-03-12 16:34:05 +03:00
Grishka
b6cfcba80f
Fixed protocol compatibility
2019-03-11 14:32:56 +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
Grishka
6e7384d5a8
Debug stats
2019-02-12 16:17:01 +03:00
Grishka
1b699b320d
p2p improvements
2019-02-10 15:28:22 +03:00
Grishka
fc13464b35
fix
2019-02-07 16:18:48 +03:00
Grishka
3a58a16194
2.4.3
2019-02-05 14:41:00 +03:00
Grishka
4f64e2e837
fixes
2019-01-09 23:27:23 +03:00
Grishka
0c732e2ce4
fixes
2019-01-08 06:28:42 +03:00
Grishka
12e76ed3db
better logging
2019-01-03 16:51:44 +03:00
Grishka
a1df90f286
Set preferred audio session parameters on iOS
...
+ build bixes
2018-12-31 18:27:00 +03:00
Grishka
8fd89fc173
Fixes, mic level testing and volume adjustment
2018-12-30 02:24:55 +03:00
Grishka
fed3bb73ee
Detect when proxy does not support UDP and persist that across calls
2018-12-19 19:51:45 +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
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
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
81daf3f26c
fix
2018-11-14 23:54: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
Grishka
14d782bf9f
Fixes
...
This makes some parts of #53 unnecessary, sorry Fela
2018-09-16 23:38:52 +03: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
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
8faf6f6700
Fixes
2018-07-29 21:21:34 +03:00
Grishka
5380aaba0d
2.2
...
- Refactored audio I/O to allow sharing a common context between input and output, for those OSes that require this
- Rewritten periodic operation handling to use a "run loop" thingy instead of an ugly loop formerly known as tick thread
- Fixed a bunch of compiler warnings (closes #13 )
- Added automake so you no longer need to use the GYP file for standalone builds (closes #43 )
2018-07-17 19:48:21 +03:00
Grishka
a80548e95f
Fixes
2018-06-12 17:41:55 +03:00