1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-26 20:24:38 +01:00
Go to file
Grishka bfde1a4be3 Update to v0.4
Moved public API classes into namespace tgvoip (CVoIPController -> tgvoip::VoIPController, CVoIPServerConfig -> tgvoip::ServerConfig)
Endpoint is now a class instead of a struct; also, IP addresses are now wrapped into objects instead of relying on in_addr and in6_addr
Full Windows port (Win32 threading + Winsock + WaveOut/WaveIn)
Added support for ALSA audio I/O on Linux (closes #2)
Abstracted away low-level networking to make it more portable
Minor bugfixes
2017-04-17 21:57:07 +03:00
audio Update to v0.4 2017-04-17 21:57:07 +03:00
client/android Update to v0.4 2017-04-17 21:57:07 +03:00
libtgvoip_osx.xcodeproj Added working audio i/o for OS X 2017-04-09 19:14:33 +03:00
libtgvoip.xcodeproj Update to v0.4 2017-04-17 21:57:07 +03:00
os Update to v0.4 2017-04-17 21:57:07 +03:00
webrtc_dsp/webrtc Update to v0.4 2017-04-17 21:57:07 +03:00
.gitignore Added working audio i/o for OS X 2017-04-09 19:14:33 +03:00
Android.mk Update to v0.4 2017-04-17 21:57:07 +03:00
BlockingQueue.cpp updated to 0.3.1 2017-03-30 17:06:59 +03:00
BlockingQueue.h updated to 0.3.1 2017-03-30 17:06:59 +03:00
BufferInputStream.cpp updated to 0.3.1 2017-03-30 17:06:59 +03:00
BufferInputStream.h updated to 0.3.1 2017-03-30 17:06:59 +03:00
BufferOutputStream.cpp updated to 0.3.1 2017-03-30 17:06:59 +03:00
BufferOutputStream.h Update to v0.4 2017-04-17 21:57:07 +03:00
BufferPool.cpp Initial public release 2017-02-02 19:24:40 +03:00
BufferPool.h Initial public release 2017-02-02 19:24:40 +03:00
CongestionControl.cpp Update to v0.4 2017-04-17 21:57:07 +03:00
CongestionControl.h Update to v0.4 2017-04-17 21:57:07 +03:00
EchoCanceller.cpp Update to v0.4 2017-04-17 21:57:07 +03:00
EchoCanceller.h Added working audio i/o for OS X 2017-04-09 19:14:33 +03:00
Info.plist updated to 0.3.1 2017-03-30 17:06:59 +03:00
JitterBuffer.cpp Update to v0.4 2017-04-17 21:57:07 +03:00
JitterBuffer.h updated to 0.3.1 2017-03-30 17:06:59 +03:00
libtgvoip.gyp Update to v0.4 2017-04-17 21:57:07 +03:00
logging.cpp updated to 0.3.1 2017-03-30 17:06:59 +03:00
logging.h Update to v0.4 2017-04-17 21:57:07 +03:00
MediaStreamItf.cpp Initial public release 2017-02-02 19:24:40 +03:00
MediaStreamItf.h Initial public release 2017-02-02 19:24:40 +03:00
NetworkSocket.cpp Update to v0.4 2017-04-17 21:57:07 +03:00
NetworkSocket.h Update to v0.4 2017-04-17 21:57:07 +03:00
OpusDecoder.cpp updated to 0.3.1 2017-03-30 17:06:59 +03:00
OpusDecoder.h Initial public release 2017-02-02 19:24:40 +03:00
OpusEncoder.cpp Update to v0.4 2017-04-17 21:57:07 +03:00
OpusEncoder.h updated to 0.3.1 2017-03-30 17:06:59 +03:00
threading.h Update to v0.4 2017-04-17 21:57:07 +03:00
UNLICENSE Initial public release 2017-02-02 19:24:40 +03:00
VoIPController.cpp Update to v0.4 2017-04-17 21:57:07 +03:00
VoIPController.h Update to v0.4 2017-04-17 21:57:07 +03:00
VoIPServerConfig.cpp Update to v0.4 2017-04-17 21:57:07 +03:00
VoIPServerConfig.h Update to v0.4 2017-04-17 21:57:07 +03:00