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
AgeCommit message (Collapse)Author
2023-02-13Add `mp4` plugin to README.mdSebastian Dröge
2022-12-14Add livesync pluginJan Alexander Steffens (heftig)
It attempts to produce a (nearly) gapless live stream by synchronizing its output to the running time and forwarding the next input buffer if its start is (nearly) flush with the end of the last output buffer. If the input buffer is missing or too far in the future, it duplicates the last output buffer with adjusted timestamps. If it is operating on a raw audio stream, it will fill duplicate buffers with silence. If an input buffer arrives too late, it is thrown away. If the last input buffer was accepted too long ago (according to `late-threshold`), a late input buffer is accepted anyway, but immediately considered a duplicate. Due to the silence-filling, this has no effect on audio, but video gets a "slideshow" effect instead of freezing completely. The "many-repeats" property will be notified when this element has recently duplicated a lot of buffers or recovered from such a state. Co-authored-by: Vivia Nikolaidou <vivia@ahiru.eu> Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/708>
2022-10-23Add all missing plugins/elements to the README.mdSebastian Dröge
2022-10-23videocompare: Update README with referenceRafael Caricio
2022-10-20Plug webrtc inThibault Saunier
2022-10-12ndi: Implement dynamic loading of the NDI SDKSebastian Dröge
And build the plugin on the CI and via meson.
2022-07-20README.md: Add various new pluginsSebastian Dröge
2022-06-20README: mention cargo update to resolve dep issues after git updatesTim-Philipp Müller
2022-06-14Rename rusoto to awsSanchayan Maity
Now that migration to AWS SDK is complete, rename directory and references to aws/AWS SDK. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/759>
2022-04-26README: Mention the colordetect elementPhilippe Normand
2022-04-12Update license text in the README.mdSebastian Dröge
2022-04-12Update README.md with all the new plugins/elementsSebastian Dröge
2022-01-16Change default branch from master to mainSebastian Dröge
2022-01-12add textahead pluginGuillaume Desmottes
Plugin displaying upcoming text buffers ahead.
2021-12-29add spotify pluginGuillaume Desmottes
Plugin adding an element to play audio from Spotify.
2021-10-19README: newer cargo-c can now take the workspace nameGuillaume Desmottes
Easier to use than the manifest path.
2021-10-18readme: Fix `GST_PLUGIN_PATH` instructions to include target triple.Michael Farrell
This change also puts the `target/` directory first, for locally-built plugins to take priority over distribution-provided plugins. It also encloses the environment variable in quotes, in case it contains paths with spaces.
2021-09-10Update README with recently added pluginsArun Raghavan
2021-01-04use cargo-c to produce cdy and static libsGuillaume Desmottes
cargo-c will produce a pkg-config file making it easier to statically link plugins. Also add 'static' features for plugins depending on < 1.14 as this is the minimal required version to use static linking because of ABI changes in core.
2020-08-13audiornnoise: New element for audio denoisingPhilippe Normand
The audiornnoise element can be used as playbin audio-filter for instance, to suppress noise in the audio stream. This plugin relies on the nnnoiseless crate which implements the noise removal algorithm of the Xiph RNNoise library, in Rust. Some demos and documentation of the RNNoise C library can be found on: https://people.xiph.org/~jm/demo/rnnoise/ Fixes #114
2020-04-05doc: Add some documentation of what plugins are thereArun Raghavan
2020-03-22Add csound-based filter pluginNatanael Mojica
2019-11-14Remove header from the README.md about the move from github to gitlabSebastian Dröge
At this point everybody should've noticed.
2018-12-13Remove some historical cruft from the README.mdSebastian Dröge
2018-11-26Update documentation to gitlab pagesSebastian Dröge
2018-11-26Change all links/mentions from gst-plugin-rs to gst-plugins-rsSebastian Dröge
2018-11-03Point to the new repo location in README.mdSebastian Dröge
2018-11-03Change all references from GitHub to freedesktop.org GitLabSebastian Dröge
2018-02-21Add second blog post about writing GStreamer elements to the README.mdSebastian Dröge
2018-02-05Add tutorial to README.mdSebastian Dröge
2017-12-22Update README.md and include it in the gst-plugin crate tooSebastian Dröge
2017-12-22Mention that gst-plugin-togglerecord is LGPL in README.mdSebastian Dröge
2017-10-30Fix typo in crate/repo nameSebastian Dröge
2017-08-18Add travis.ymlSebastian Dröge
2017-08-01Fix typo in README.mdSebastian Dröge
2017-08-01Update README.md to mention the application-side bindings, the license and ↵Sebastian Dröge
contributions
2016-09-08Update README.md with the follow-up blogpostSebastian Dröge
2016-05-23README.md: Add minimal info and linksJon Nordby