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/ndi
AgeCommit message (Expand)Author
2022-11-12ndi: provide Unix fallback after 3fe9e4a207f8Jan Beich
2022-11-12Fix various new clippy warningsSebastian Dröge
2022-10-24Update to release versions of gtk-rs and gstreamer-rsSebastian Dröge
2022-10-24Update versions to 0.9.0Sebastian 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-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-13ndi: Remove unnecessary explicit `Send+Sync` implsSebastian Dröge
2022-10-13ndi: Various code cleanupSebastian Dröge
2022-10-12ndi: Add NDI plugin to the docsSebastian Dröge
2022-10-12ndi: Re-organize code a bit and don't make internal modules publicSebastian Dröge
2022-10-12ndi: Silence some more clippy warningsSebastian Dröge
2022-10-12ndi: Update for pad default functions API changesSebastian Dröge
2022-10-12ndi: Implement dynamic loading of the NDI SDKSebastian Dröge
2022-10-12ndi: Make element factory details and debug categories more consistentSebastian Dröge
2022-10-12ndi: Prefix GType names with `Gst`Sebastian Dröge
2022-10-12ndi: Integrate into the build systemSebastian Dröge
2022-10-12ndi: Relicense plugin from LGPL-2.1 to MPL-2Sebastian Dröge
2022-10-12ndi: Remove unnecessary reference-timestamps featureSebastian Dröge
2022-10-12ndi: Use AudioCapsBuilder and VideoCapsBuilderVivia Nikolaidou
2022-10-12ndi: Simplify code using ParamSpecBuilderVivia Nikolaidou
2022-10-12ndi: Update to git version of the bindingsVivia Nikolaidou
2022-10-12ndisrcdemux: Add no-more-pads signalVivia Nikolaidou
2022-10-12ndisrcdemux: Use ANY caps in the pad templates of ndisrcdemuxSebastian Dröge
2022-10-12ndisrc: Fix latency reporting in auto timestamp modeSebastian Dröge
2022-10-12ndisrc: Improve handling of broken sources with regards to timestampingSebastian Dröge
2022-10-12ndisrc: Keep track of audio/video and timestamp/timecode observations separatelySebastian Dröge
2022-10-12ndisrc: Remove unnecessary Arc around the timestamp observations and use Atom...Sebastian Dröge
2022-10-12ndi: Fix/silence various clippy warningsSebastian Dröge
2022-10-12Move everything to net/ndi for preparing to merge into gst-plugins-rsSebastian Dröge