aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp/src/codec_util.vala
Commit message (Expand)AuthorAgeFilesLines
* RTP: clarify codec support warningmjk2022-02-131-1/+1
* RTP: Make codec and hardware support compile-time configurableMarvin W2022-02-111-7/+54
* RTP: Add support for G.722Marvin W2022-02-061-0/+4
* 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-211-3/+3
* RTP: Disable VP9Marvin W2021-12-191-0/+1
* Optimize encoder for low cpu usageMarvin W2021-11-151-5/+5
* Add maximum bitrate and adjust video resolution based on bitrateMarvin W2021-11-151-8/+27
* Split payloader off encoder chainMarvin W2021-11-101-4/+39
* Improve codec supportMarvin W2021-11-101-4/+7
* RTP: Handle missing rtp pay/depay elementsMarvin W2021-05-151-11/+13
* Calls: Use vp8depay.wait-for-keyframe only with GStreamer 1.16+Marvin W2021-05-111-1/+3
* Handle non-existant call supportfiaxh2021-04-291-0/+1
* Video optimizationsMarvin W2021-04-291-26/+89
* Resample audio data for common 48k sample rateMarvin W2021-03-231-6/+4
* Add RTP implementation as pluginMarvin W2021-03-211-0/+245