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-11-10Update versions to 0.9.12Sebastian Dröge
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1387>
2023-07-20Update version to 0.9.11Sebastian Dröge
2023-03-02Update versions to 0.9.10Sebastian Dröge
2023-02-09Update versions to 0.9.9Sebastian Dröge
2023-01-23Update version to 0.9.8Sebastian Dröge
2023-01-19Update versions to 0.9.7Sebastian Dröge
2023-01-18Update versions to 0.9.6Sebastian Dröge
2023-01-07Update versions to 0.9.5Sebastian Dröge
2022-12-27Update versions to 0.9.4Sebastian Dröge
2022-12-16Update versions to 0.9.3Sebastian Dröge
2022-11-28Update versions to 0.9.2Sebastian Dröge
2022-11-13Update versions to 0.9.1Sebastian 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-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/238
2022-10-04build: Update versions to be 0.9.0-alpha.1Nirbheek Chauhan
0.9.0 is the next release, so we can't name things that already. Also the version in meson.build was 0.13.0, which is completely wrong.
2022-09-04Update minimum supported Rust version to 1.63Sebastian Dröge
2022-08-30Generate plugins documentation using hotdocThibault Saunier
Which will automatically be integrated in gstreamer documentation
2022-05-31audiofx: Update to nnnoiseless 0.5Sebastian Dröge
2022-02-28audiofx: Update nnoiseless dependency to 0.4Sebastian Dröge
2022-02-22Update minimum supported Rust version to 1.57François Laignel
2022-02-01Bump hrtf to version 0.8Tomasz Andrzejak
hrtfrender tests are now using a fake hrir configuration file which is stripped of actual position coefficients. The generated config does not work anymore.
2022-01-31hrtfrender: Switch back to hrtf 0.7Sebastian Dröge
This needs some more work because of behaviour changes.
2022-01-31Update to parking_lot 0.12 and hrtf 0.8Sebastian Dröge
2022-01-15Re-license LGPL-2.1 plugins to MPL-2Sebastian Dröge
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/168
2022-01-15Update versions to 0.9.0Sebastian Dröge
2021-11-23audiofx: Add HRTF renderer elementTomasz Andrzejak
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/128
2021-10-31Update to Rust edition 2021 and minimum supported Rust version to 1.56Sebastian Dröge
2021-08-11Add capi feature to all plugin cratesSebastian Dröge
This fixes the build with cargo-c 0.9.2.
2021-07-09Update versions to 0.8.0 for the master branchSebastian Dröge
2021-07-09Update versions to 0.7.0Sebastian Dröge
2021-06-03use gst::glib where applicableFrançois Laignel
2021-05-13Update repository URL for gtk-rs "core" cratesSebastian Dröge
2021-03-26audiofx: Use AtomicRefCell for protecting the element stateSebastian Dröge
It's only accessed from the streaming thread and in PAUSED->READY after the streaming thread was shut down, so it's already guaranteed that only a single thread can access it at any time.
2021-03-26audiofx: Add new ebur128level elementSebastian Dröge
This posts a message with the measured loudness levels similar to the level element but uses the metrics defined as part of EBU R128.
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-11-22audio: Update to 2018 editionSebastian Dröge
2020-11-16meson: add support for static buildGuillaume Desmottes
There is no way to dynamically ask Cargo to build static or dynamic lib so we have to build both and pick the one we care when doing the meson processing. Fix #88
2020-11-01Switch to the combined gtk-rs and gstreamer-rs repositoriesSebastian Dröge
2020-10-13Update byte-slice-cast dependency to 1.0Sebastian Dröge
2020-08-19audiofx/audiornnoise: Update nnnoiseless dependency to 0.3Sebastian Dröge
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-07-10Add LICENSE files to each individual crateSebastian Dröge
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan