Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/rtp
AgeCommit message (Expand)Author
2023-03-28chore(webrtcsink): fix max-bitrate blurb and nickDavid Revay
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-10rtpav1pay: Fix Leb128Bytes size parsingSeungha Yang
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-02-06rtpgccbwe: Don't use `clamp()` if there's no clear min/max valueSebastian Dröge
2023-02-02rtpav1pay: Add support for tu/frame aligned inputSebastian Dröge
2023-02-02rtpav1pay: Consider the marker flag to output packets immediately at the end ...Sebastian Dröge
2023-02-02rtpav1depay: Fix depayloading of packets starting with a leading OBU fragment...Sebastian Dröge
2023-02-02rtpav1depay: Fix error handlingSebastian Dröge
2023-02-02rtpav1depay: Set DISCONT flag on buffers following a corrupted packetSebastian Dröge
2023-02-02rtpav1depay: Don't output full TUs but just OBUs as they comeSebastian Dröge
2023-01-31Update for glib API changesSebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-22Update for various deprecated APIsSebastian Dröge
2023-01-21Move remaining plugins to `ParamSpec` buildersSebastian Dröge
2023-01-03rtpav1depay: Implement srcpad set_capsPhilippe Normand
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23rtp: Move GCC bandwidth estimation element from webrtc to rtp pluginSebastian Dröge
2022-10-23Rename rtpav1 plugin to just rtpSebastian Dröge