aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug in legacy SRTP decryptionMarvin W2021-04-011-1/+6
* Remove unnecessary debug codeMarvin W2021-04-011-4/+0
* Migrate to libsrtp2Marvin W2021-03-292-30/+23
* Don't reuse PTs for different media typesMarvin W2021-03-291-4/+4
* Fix device manager usage for GStreamer 1.16Marvin W2021-03-261-2/+12
* Add initial support for DTLS-SRTPfiaxh2021-03-251-0/+1
* Move SRTP implementation into crypto library for reuseMarvin W2021-03-235-1034/+12
* Resample audio data for common 48k sample rateMarvin W2021-03-232-10/+16
* Add support for SRTPMarvin W2021-03-236-66/+1103
* RTP: Backport gst_caps_copy_nth from GStreamer 1.16Marvin W2021-03-211-2/+10
* Add RTP implementation as pluginMarvin W2021-03-219-0/+1748