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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/rtp
AgeCommit message (Expand)Author
2023-12-09rtp: Update to bitstream-io 2.0Sebastian Dröge
2023-11-02Update for `gst::Rank` API changesSebastian Dröge
2023-10-24rtpav1depay: Don't push stale temporal delimiters downstreamSebastian Dröge
2023-10-24rtpav1depay: Skip unexpected leading fragmentsSebastian Dröge
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-06-07Use MPL as license specifier for plugins only requiring GStreamer < 1.20Sebastian Dröge
2023-05-29rtpgccbwe: Improve packet handlingEdward Hervey
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-04-15rtpgccbwe: Don't process empty listsEdward Hervey
2023-04-10fix typosGuillaume Desmottes
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