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 (Expand)Author
2022-04-28fmp4mux: adding headers when data resumes after EOSJulien Vary
2022-04-27threadshare: fix build on WindowsTim-Philipp Müller
2022-04-14Update to m3u8-rs 4.0Sebastian Dröge
2022-04-11m3u8-rs: Depend on version exactly 3.0.0Vivia Nikolaidou
2022-04-09threadshare: Remove glib::SendUnique usageSebastian Dröge
2022-04-07Update minimum supported GStreamer version to 1.14Sebastian Dröge
2022-03-28ts: log max throttling when creating ContextFrançois Laignel
2022-03-28ts/jitterbuffer: don't wake up immediately...François Laignel
2022-03-28ts/rt/Task: use light weight executor blocking on ack or join handleFrançois Laignel
2022-03-28ts/rt/Task: awake the iteration loop when it needs to be abortedFrançois Laignel
2022-03-28ts/examples: add rtp mode with jitter-buffer & trace stop durationFrançois Laignel
2022-03-14Use SPDX license format in Cargo.tomlSebastian Dröge
2022-03-02fmp4mux: HLS live exampleMathieu Duponchelle
2022-03-02fmp4mux: HLS VOD exampleMathieu Duponchelle
2022-02-28Remove now unnecessary `Send+Sync` impls for element/etc subclassesSebastian Dröge
2022-02-22generic/threadshare: fix for nightly buildFrançois Laignel
2022-02-22Update minimum supported Rust version to 1.57François Laignel
2022-02-21Update to gst::_log_macro_François Laignel
2022-01-19Update for event/message/query view API changesSebastian Dröge
2022-01-17Replace `Foo::from_instance(foo)` with `foo.imp()`Sebastian Dröge
2022-01-15Add SPDX-License-Identifier to all file headersSebastian Dröge
2022-01-15Update versions to 0.9.0Sebastian Dröge
2022-01-14Ignore `clippy::non_send_fields_in_send_ty` lintSebastian Dröge
2022-01-12Fix various clippy warningsSebastian Dröge
2022-01-05ts/runtime/scheduler: check must_awake before sleepingFrançois Laignel
2022-01-05ts/runtime: rewrite runnable loopFrançois Laignel
2022-01-02sodium: Port examples to clap 3Sebastian Dröge
2021-12-25ts/executor: relax the static bound on `enter`François Laignel
2021-12-25ts/executor: replace tokio with smol-like implementationFrançois Laignel
2021-12-25ts/runtime: shuffle some structs to dedicated modulesFrançois Laignel
2021-12-25ts/runtime: use a directory for executor moduleFrançois Laignel
2021-12-25ts: migrate most tests so that they don't use tokioFrançois Laignel
2021-12-22threadshare: remove unused importGuillaume Desmottes
2021-12-02Fix a couple of new clippy warningsSebastian Dröge
2021-12-01Fix compilation after `gst::Pad::sticky_events_foreach` API changesSebastian Dröge
2021-11-30Fix or silence various new 1.57 clippy warningsSebastian Dröge
2021-11-22Update for `glib::Enum` / `glib::Boxed` / `glib::flags!` macro renamesSebastian Dröge
2021-11-21Update for GLib signal `emit_by_name()` API changesSebastian Dröge
2021-11-20Update for glib constructor renamesSebastian Dröge
2021-11-17ts: update tokio fork for RUSTSEC-2021-0124François Laignel
2021-11-15Add new fmp4 plugin with muxers for ISO fragmented MP4, DASH and CMAF containersSebastian Dröge
2021-11-08adapt to ObjectExt improvementsBilal Elmoussaoui
2021-11-06Update for GLib/GStreamer API changesSebastian Dröge
2021-10-31Update to Rust edition 2021 and minimum supported Rust version to 1.56Sebastian Dröge
2021-10-23Update for GstObjectImpl API changeSebastian Dröge
2021-10-18Improve usability thanks to opt-opsFrançois Laignel
2021-10-14Update to pretty-assertions 1.0Sebastian Dröge
2021-09-30ts: runtime: add delay_for_at_leastFrançois Laignel
2021-08-11Add capi feature to all plugin cratesSebastian Dröge
2021-07-30Fix various needless-borrow clippy warnings and othersSebastian Dröge