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/ndi
AgeCommit message (Expand)Author
2023-03-01ndisinkcombiner: Properly handle caps changesVivia Nikolaidou
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-11-29net/ndi: fix build with --no-default-featuresJordan Petridis
2022-11-29ndisrc: Use actual number of channels in positions_from_maskVivia Nikolaidou
2022-11-28ndisrc: Use default channel mask for audio outputVivia Nikolaidou
2022-11-05ndi: provide Unix fallback after 3fe9e4a207f8Jan Beich
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-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