1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-26 20:24:38 +01:00
Commit Graph

27 Commits

Author SHA1 Message Date
c89db7d809
Finally compiling 2020-03-25 15:49:13 +01:00
6e090cea67
Save 2020-03-21 21:33:51 +01:00
4a1a910d0a
Finish refactoring packet structure 2020-03-21 15:08:03 +01:00
ecd7bc3cef
Save 2020-03-18 21:43:44 +01:00
d7dfa04fe0
Start writing custom protocol parser 2020-03-17 21:28:03 +01:00
16ff209ff7
Begin refactoring protocol structures 2020-03-17 20:11:27 +01:00
0fb5c23b77
Move to AudioPacketSender 2020-01-28 16:14:43 +01:00
49bb662a56
Update 2020-01-28 13:18:38 +01:00
851220c419
Save 2020-01-27 19:53:32 +01:00
1005735298
Move ack handling 2020-01-27 17:18:33 +01:00
b58ce4a2ab
Finish moving around 2020-01-25 18:36:49 +01:00
eff9dbafe7
Switch to c++17, properly lock buffers obtained from buffer pool 2020-01-25 17:38:10 +01:00
d2979cb7bb
Cleanup classes a bit, preparing for my strategy 2020-01-23 16:45:53 +01:00
e626d0dc19
Fix 2020-01-22 13:15:22 +01:00
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
f77531160a Fixed cpp in automake 2019-12-30 16:02:53 +05:00
Igor Zhukov
ee8a79567a Add missing files 2019-12-30 15:40:25 +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
Grishka
bfa92bd59c Updated projects 2019-03-12 16:15:22 +03:00
bakatrouble
5efda7ac16 Fix ARM Linux builds 2019-02-10 14:04:22 +03:00
Grishka
564eada171 Fix #63 2019-01-11 02:25:04 +03:00
Grishka
f4c4f792d1 Collect packet stats and accept json string for server config 2018-11-30 15:39:52 +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
6053cf5dce added --enable-audio-callback to configure 2018-09-02 15:43:49 +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