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
AgeCommit message (Expand)Author
2022-05-06net/onvif: implement ONVIF metadata processing elementsMathieu Duponchelle
2022-04-26rusoto: Update to crc 3 and rusoto 0.48Sebastian Dröge
2022-04-14Update to m3u8-rs 4.0Sebastian Dröge
2022-04-11m3u8-rs: Depend on version exactly 3.0.0Vivia Nikolaidou
2022-04-07Update minimum supported GStreamer version to 1.14Sebastian Dröge
2022-03-24reqwest: Don't unnecessarily borrow dereferenced values explicitlySebastian Dröge
2022-03-18rusoto: s3sink: Expose property to control all timeout/retry durationsArun Raghavan
2022-03-18rusoto: s3sink: Make remaining requests bounded in timeArun Raghavan
2022-03-18s3src: Consolidate stream reading into get object retriesArun Raghavan
2022-03-18rusoto: s3src: Implement timeout and retriesArun Raghavan
2022-03-17rusoto: s3sink, s3src: Retry on server errorsArun Raghavan
2022-03-16awstranscribe - increase presisigned url duration to 5 mins from 60sRay Tiley
2022-03-14Use SPDX license format in Cargo.tomlSebastian Dröge
2022-02-28Remove now unnecessary `Send+Sync` impls for element/etc subclassesSebastian Dröge
2022-02-28rusoto: Update async-tungstenite dependency to 0.17Sebastian Dröge
2022-02-23rusoto: s3sink: Implement timeout/retry for part uploadsArun Raghavan
2022-02-22Update minimum supported Rust version to 1.57François Laignel
2022-02-21Update to gst::_log_macro_François Laignel
2022-02-06rusoto: Export AwsTranscriberResultStability enumRafael Caricio
2022-01-22Simplify some code around event/query viewsSebastian Dröge
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-16hlssink3: Fix versionmasterSebastian Dröge
2022-01-16rusoto: Add missing license fileSebastian Dröge
2022-01-15Add SPDX-License-Identifier to all file headersSebastian Dröge
2022-01-15Re-license LGPL-2.1 plugins to MPL-2Sebastian 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
2021-12-09hlssink3: fix segment paths in playlist fileRafael Caricio
2021-12-07rusoto: s3sink: Support aborting or completing multipart upload on errorSanchayan Maity
2021-12-01hlssink3: fix symbolic link to LICENSE fileTim-Philipp Müller
2021-11-30Fix or silence various new 1.57 clippy warningsSebastian Dröge
2021-11-24aws_transcriber: sanity check alternative lengthMathieu Duponchelle
2021-11-22s3sink: add metadata propertyGuillaume Desmottes
2021-11-22s3sink: log when setting propertiesGuillaume Desmottes
2021-11-22Update for `glib::Enum` / `glib::Boxed` / `glib::flags!` macro renamesSebastian Dröge
2021-11-21hlssink3: Minor cleanup of debug outputSebastian 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-18hlssink3: Update to m3u8-rs 3Sebastian Dröge
2021-11-17hlssink3: Use local version of gst-plugin-version-helperSebastian Dröge
2021-11-17Update to rav1e 0.5 and async-tungstenite 0.16Sebastian Dröge
2021-11-16Fix license in hlssink3 pluginRafael Caricio
2021-11-16Add hlssink3 pluginRafael Caricio
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