aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp/src/stream.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix video for cameras with rotated imageMarvin W2023-04-221-8/+83
* Calls: Fix device selector for multi-party calls, allow picking device before...Marvin W2022-02-121-8/+8
* RTP: Only display SSRC mismatch warning for GLib versions supporting warning_...Marvin W2022-02-111-0/+2
* RTP: Make codec and hardware support compile-time configurableMarvin W2022-02-111-1/+0
* DTLS: Handle DTLS fingerprint in transport-info before session-acceptMarvin W2022-02-091-1/+1
* Calls: Device pickerMarvin W2022-02-081-2/+0
* RTP: Improve screen resolution update logicMarvin W2021-12-191-3/+6
* RTP: Less log spamMarvin W2021-12-181-40/+0
* SRTP: Do not continue processing data after encrypt/decrypt failedMarvin W2021-12-181-37/+82
* RTP: Correctly handle timestamp after re-enabling a streamMarvin W2021-12-181-2/+9
* Improve call details dialog + small multi-party call fixesfiaxh2021-11-151-1/+1
* Add maximum bitrate and adjust video resolution based on bitrateMarvin W2021-11-151-1/+1
* 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-101-2/+2
* RTP: Encode with deviceMarvin W2021-11-101-99/+153
* Improve call wording, cleanupfiaxh2021-05-011-2/+2
* Video optimizationsMarvin W2021-04-291-21/+199
* Handle broken VAPI in older valaMarvin W2021-04-111-2/+19
* Fix bug in legacy SRTP decryptionMarvin W2021-04-011-1/+6
* Migrate to libsrtp2Marvin W2021-03-291-29/+22
* Move SRTP implementation into crypto library for reuseMarvin W2021-03-231-10/+10
* Add support for SRTPMarvin W2021-03-231-2/+58
* Add RTP implementation as pluginMarvin W2021-03-211-0/+432