aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SRTP: Do not continue processing data after encrypt/decrypt failedMarvin W2021-12-183-37/+87
| | | | RTP: Copy less
* RTP: Correctly handle timestamp after re-enabling a streamMarvin W2021-12-182-3/+14
|
* ICE: Use non-blocking sendMarvin W2021-12-181-8/+14
|
* ICE: Run receiver in own threadMarvin W2021-12-181-1/+14
|
* SRTP: Drop unnecessary buffer copyMarvin W2021-12-181-6/+4
|
* Add calls in private MUCs via a MUJI MUCfiaxh2021-12-185-52/+116
|
* Improve call details dialog + small multi-party call fixesfiaxh2021-11-158-144/+139
|
* Optimize encoder for low cpu usageMarvin W2021-11-151-5/+5
|
* Add maximum bitrate and adjust video resolution based on bitrateMarvin W2021-11-154-12/+111
|
* Log probe for decode QOSMarvin W2021-11-111-0/+40
|
* Limit REMB target bitrate to 2x maximum actually seen valueMarvin W2021-11-111-32/+48
|
* Display target bitrates in connection details UIfiaxh2021-11-114-18/+55
|
* Fix REMB calculationMarvin W2021-11-101-2/+5
|
* Make elements sync to get proper qos dataMarvin W2021-11-102-3/+3
|
* Register local ip address handler for raw udpMarvin W2021-11-101-1/+6
|
* Log when DTLS-SRTP has errorsMarvin W2021-11-101-2/+6
|
* ICE: Report transferred bytes for UIMarvin W2021-11-101-16/+8
|
* RTP: Make opus mono-channelMarvin W2021-11-101-2/+2
|
* DTLS: throw exceptions from SRTPMarvin W2021-11-101-22/+12
|
* RTP: Only start gstreamer pipeline once neededMarvin W2021-11-101-48/+66
|
* RTP: Encode with deviceMarvin W2021-11-102-174/+413
|
* Split payloader off encoder chainMarvin W2021-11-101-4/+39
|
* Improve codec supportMarvin W2021-11-101-4/+7
|
* Crop video to match widget ratioMarvin W2021-11-101-29/+45
|
* Fix usage of libsrtp2Marvin W2021-11-102-2/+6
|
* Add (disabled) multi-party call UIfiaxh2021-11-1018-297/+745
|
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-1026-522/+1313
|
* Add Jingle Raw UDP Transport Method to xmpp-valafiaxh2021-11-041-0/+118
|
* Add initial COIN (XEP-0298) implementation to xmpp-valafiaxh2021-11-041-0/+136
|
* Add MUJI (XEP-0272) implementation to xmpp-valafiaxh2021-11-041-0/+283
|
* Fix crash when using direct TLS + ALPNfiaxh2021-10-151-1/+1
|
* Update translationsTranslations2021-10-13110-1727/+1728
|
* Display corrected messages with original message timefiaxh2021-10-131-0/+1
| | | | Regression from cdb4d77
* Fix compiler warnings ('passing argument .. from incompatible pointer type') ↵fiaxh2021-10-123-12/+18
| | | | by passing (non)const argument
* Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object ↵fiaxh2021-10-124-8/+21
| | | | property')
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-127-3/+45
|
* Fix misc compiler warningsfiaxh2021-10-124-9/+14
|
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-125-88/+105
| | | | connecting closures
* Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵fiaxh2021-10-1210-10/+10
| | | | returning non-const after_actions in OrderListener
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-1228-218/+218
|
* FileWidgets: Improve mouse enter/leave identificationfiaxh2021-10-012-42/+19
|
* Send SOCKS error and close connection when SOCKS5 handshake failsfiaxh2021-09-301-0/+4
|
* Update translationsTranslations2021-09-25111-1759/+2276
|
* Improve call related wordingfiaxh2021-09-252-22/+13
|
* Update translationsTranslations2021-09-24113-3074/+11094
|
* Small notification fixes (#1077)sojuz1512021-09-221-2/+14
|
* Fixed name change (#1076)sojuz1512021-08-242-2/+16
|
* Improve logging on jingle file transfer failurefiaxh2021-08-192-3/+6
|
* Fix avatars not changing to greyscale when contact goes offlinefiaxh2021-08-171-0/+2
|
* Display message delivery error, color text using theme colorsfiaxh2021-08-179-21/+127
| | | | fixes #672