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
AgeCommit message (Collapse)Author
2022-02-07rav1enc: Set mastering display info, content light level and HDR related ↵Sebastian Dröge
colorimetry Configurable behind the "hdr" cargo feature that is enabled by default but requires GStreamer 1.18.
2022-01-15Update versions to 0.9.0Sebastian Dröge
2021-11-17Update to rav1e 0.5 and async-tungstenite 0.16Sebastian Dröge
Also add an asm feature to rav1e, which requires nasm to be in place.
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-01-15rav1enc: Update to rav1e 0.4Sebastian Dröge
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-23video: 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-07-10video/dav1d/rav1e: Depend on gstreamer-video 1.12 for the 12 bit formatsSebastian Dröge
Can be made conditional if someone needs that.
2020-04-05Update all documentation to point to the updated repository nameArun Raghavan
Just gst-plugin-rs -> gst-plugins-rs
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan