aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp/src/module.vala
Commit message (Collapse)AuthorAgeFilesLines
* RTP: Make codec and hardware support compile-time configurableMarvin W2022-02-111-14/+10
|
* RTP: Use two channels for OpusMarvin W2022-02-061-1/+1
| | | | Fixes: #1189
* RTP: Add support for G.722Marvin W2022-02-061-5/+7
|
* RTP: Make opus mono-channelMarvin W2021-11-101-2/+2
|
* Fix misc compiler warningsfiaxh2021-10-121-1/+1
|
* RTP: Handle missing rtp pay/depay elementsMarvin W2021-05-151-3/+3
|
* Improve call wording, cleanupfiaxh2021-05-011-6/+6
|
* Handle non-existant call supportfiaxh2021-04-291-3/+3
|
* Video optimizationsMarvin W2021-04-291-59/+74
|
* Don't reuse PTs for different media typesMarvin W2021-03-291-4/+4
|
* Add support for SRTPMarvin W2021-03-231-61/+19
|
* Add RTP implementation as pluginMarvin W2021-03-211-0/+264