aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp/src/stream.vala
Commit message (Expand)AuthorAgeFilesLines
* 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