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-12-27build(deps): bump minimatch in /net/webrtc/examples/webrtcsink-statsdependabot/npm_and_yarn/net/webrtc/examples/webrtcsink-stats/minimatch-3.1.2dependabot[bot]
2022-12-27webrtc: Fix rustfmt errorsZhao, Gang
2022-12-27webrtc: Share runtime between webrtcsink and signaller cratesZhao, Gang
2022-12-27webrtc: Move from async-std to tokioZhao, Gang
2022-12-27webrtc: examples: Update package-lock.jsonZhao, Gang
2022-12-23gtk4: Release GStreamer GL context and display when going back to NULL stateSebastian Dröge
2022-12-23gtk4: Use `glib::ThreadGuard` instead of the fragile crateSebastian Dröge
2022-12-23gtk4: Don't try to use GL mapped video frames as raw RGB memorySebastian Dröge
2022-12-23gtk4: Don't error out when the main context channel does not exist anymore wh...Sebastian Dröge
2022-12-23gtk4: Flush frames from the paintable when shutting down the sinkSebastian Dröge
2022-12-22fmp4mux: Only push fragment_offset if write_mfra is trueJohan Bjäreholt
2022-12-19meson: Disable webp plugin on Windows and macOSNirbheek Chauhan
2022-12-19meson: Handle windows path separator correctlyNirbheek Chauhan
2022-12-19cargo_wrapper: Handle windows paths for depfilesNirbheek Chauhan
2022-12-19deny: UpdateSebastian Dröge
2022-12-18aws: Update to AWS SDK 0.52/0.22Sebastian Dröge
2022-12-18meson: Fix pkgconfig detection when specified in machine fileNirbheek Chauhan
2022-12-18meson: Do not serialize env, use env: kwargNirbheek Chauhan
2022-12-16livesync: Fix versionSebastian Dröge
2022-12-16fmp4mux: Skip gap buffers earlier to consider them for the sample durations a...Sebastian Dröge
2022-12-16mp4mux: Adjust durations and possibly stream start time on encountering a gap...Sebastian Dröge
2022-12-15mp4mux: Fix edit list shift for streams with initial DTS smaller earliest PTS...Sebastian Dröge
2022-12-15mp4mux: Don't write gap edit lists if their duration would be zeroSebastian Dröge
2022-12-15mp4mux: Don't write empty chunks at the end if the last buffer of a stream st...Sebastian Dröge
2022-12-14Add livesync pluginJan Alexander Steffens (heftig)
2022-12-14audiofx: Derive from AudioFilter where possibleArun Raghavan
2022-12-14audiornnoise: Add debug output for voice activity to help you choose a thresholdMichiel Konstapel
2022-12-13webrtc/README: update command to run the signalling serverMathieu Duponchelle
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-12-12webrtchttp: Remove unnecessary clippy warning overrideSebastian Dröge
2022-12-12gtk4: Only require GTK 4.6 if GL support is enabledSebastian Dröge
2022-12-12audiornnoise: add voice detection thresholdMichiel Konstapel
2022-12-12gtk4: Deactivate application GL context again after `fill_info()`Sebastian Dröge
2022-12-12gtk4: Deactivate the context if we fail to fill_infoJordan Petridis
2022-12-12textahead: add settings to display previous buffersGuillaume Desmottes
2022-12-11net: Update to async-tungstenite 0.19Sebastian Dröge
2022-12-10audiorrnoise: Use correct value range for the samplesSebastian Dröge
2022-12-07tttocea608: Don't fail if a gap event contains no durationSebastian Dröge
2022-12-05webrtchttp: Fix documentation JSONSebastian Dröge
2022-12-05whipsink: Handle offer creation errors more gracefullySebastian Dröge
2022-12-05webrtchttp: Fix missing import for docs buildSebastian Dröge
2022-12-05webrtchttp: Don't use let-else for nowSebastian Dröge
2022-12-05webrtchttp: Fix formattingSebastian Dröge
2022-12-05webrtchttp: Use tokio runtime for spawning thread used for candidate offerSanchayan Maity
2022-12-05webrtchttp: Use a proper Rust type name for ICE transport policySanchayan Maity
2022-12-05webrtchttp: Do not import element_imp_errorSanchayan Maity
2022-12-05webrtchttp: Do not block webrtcbin signal handlers for sending candidatesSanchayan Maity
2022-12-05webrtchttp: whipsink: construct TURN URL correctlyAlba Mendez
2022-12-05webrtchttp: Drop unused dependenciesSanchayan Maity
2022-12-05webrtchttp: Implement timeout for waiting on futuresSanchayan Maity