aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* QR-code: Actually use Uri.join if glib version supports itfiaxh2022-03-091-6/+6
* OMEMO QR code: URI-escape the JIDmjk2022-02-261-1/+17
* OMEMO: Make QR code "scalable" in accordance with GDK_SCALEmjk2022-02-251-2/+4
* Qrencode: Break out upsampling into a separate functionmjk2022-02-251-16/+35
* OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformantmjk2022-02-253-23/+29
* RTP: clarify codec support warningmjk2022-02-131-1/+1
* Update translationsTranslations2022-02-1272-82/+82
* Calls: Fix OMEMO in group callsMarvin W2022-02-121-2/+62
* Calls: Fix device selector for multi-party calls, allow picking device before...Marvin W2022-02-124-28/+30
* RTP: Only display SSRC mismatch warning for GLib versions supporting warning_...Marvin W2022-02-112-0/+7
* RTP: Make codec and hardware support compile-time configurableMarvin W2022-02-115-29/+84
* Various call fixesfiaxh2022-02-101-4/+7
* DTLS: Handle DTLS fingerprint in transport-info before session-acceptMarvin W2022-02-092-3/+28
* Update translationsTranslations2022-02-0872-72/+72
* Calls: Device pickerMarvin W2022-02-083-79/+100
* Update translationsTranslations2022-02-0874-70/+415
* Various call UI/UX improvementsfiaxh2022-02-072-5/+13
* RTP: Use two channels for OpusMarvin W2022-02-061-1/+1
* RTP: Add support for G.722Marvin W2022-02-062-5/+11
* Use uppercase hex for DTLS fingerprintsMarvin W2022-02-061-1/+1
* RTP: Restrict number of recaps to save resourcesMarvin W2022-02-061-5/+8
* Update translationsTranslations2022-02-0270-76/+79
* RTP: Workaround drawing issues on resolution changeMarvin W2022-01-271-24/+87
* Small cleanupfiaxh2022-01-231-2/+2
* RTP: VAAPI seems to not support VBR and low-power mode at the same timeMarvin W2022-01-211-1/+1
* RTP: Use VP8 wait-for-keyframe only for GStreamer 1.18+Marvin W2022-01-212-3/+7
* Only process PEP messages from bare JIDsfiaxh2022-01-101-1/+2
* Remove GStreamer dependencies from mainMarvin W2022-01-091-25/+9
* Fixes for older valac versionsMarvin W2021-12-252-3/+8
* Fix build with older Vala compilersMarvin W2021-12-232-2/+13
* Merge branch groupcallsfiaxh2021-12-2310-418/+883
|\
| * RTP: Disable VP9Marvin W2021-12-191-0/+1
| * RTP: Improve screen resolution update logicMarvin W2021-12-192-25/+30
| * DTLS: Use own thread for connection establishmentMarvin W2021-12-191-22/+30
| * RTP: Less log spamMarvin W2021-12-183-88/+0
| * SRTP: Do not continue processing data after encrypt/decrypt failedMarvin W2021-12-183-37/+87
| * 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
| * Improve call details dialog + small multi-party call fixesfiaxh2021-11-151-1/+1
| * 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-111-9/+8
| * 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