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-06-20audioloudnorm: Drain on segment eventSeungha Yang
2022-06-20README: mention cargo update to resolve dep issues after git updatesTim-Philipp Müller
2022-06-17transcriberbin: remove print statementMathieu Duponchelle
2022-06-15onvifoverlay: render polygons when presentMathieu Duponchelle
2022-06-15fallbackswitch: Remove unused libc dependency/featureSebastian Dröge
2022-06-15fallbackswitch: fix gap processing regressionMathieu Duponchelle
2022-06-15onvifaggregator: Add support for UNIX reference timestamp metadataSebastian Dröge
2022-06-15onvif: Disable default features for the chrono dependencySebastian Dröge
2022-06-14aws: s3sink: Add a deprecation warning for retry duration propertiesSanchayan Maity
2022-06-14Rename rusoto to awsSanchayan Maity
2022-06-14net/rusoto: Rename to awsSanchayan Maity
2022-06-14net/rusoto: Drop rusoto cratesSanchayan Maity
2022-06-14Migrate transcriber to aws sdkSanchayan Maity
2022-06-14Migrate s3src and s3sink to use AWS SDKSanchayan Maity
2022-06-14sodium: Update to no-deprecated clap 3.2 APISebastian Dröge
2022-06-14deny: UpdateSebastian Dröge
2022-06-07colordetect: Update to color-thief releaseSebastian Dröge
2022-06-07ci: Fix syntax for coverage reports to the new formatSebastian Dröge
2022-06-06deny: UpdateSebastian Dröge
2022-06-06uriplaylistbin: Update to more-asserts 0.3Sebastian Dröge
2022-06-03fallbacksrc: Add fallback-{audio,video}-caps propertiesSeungha Yang
2022-06-02fallbackswitch: Reset timeout_clock_id on timeoutJan Alexander Steffens (heftig)
2022-06-02fallbackswitch: Use cancel_timeout in schedule_timeoutJan Alexander Steffens (heftig)
2022-05-31audiofx: Update to nnnoiseless 0.5Sebastian Dröge
2022-05-30uriplaylistbin: disable more testsGuillaume Desmottes
2022-05-27cargo_wrapper.py: added python3 version check for right usage of shutil.move(..)Klaas Jan Russcher
2022-05-25onvifaggregator: refactor to support duration-less media buffersMathieu Duponchelle
2022-05-25onvifaggregator: implement proper EOS supportMathieu Duponchelle
2022-05-25fallbackswitch: Recheck active_sinkpad after schedule_timeoutJan Alexander Steffens (heftig)
2022-05-24deny: Update for removed duplicated dependenciesSebastian Dröge
2022-05-23add snapshotting tracerGuillaume Desmottes
2022-05-22deny: UpdateSebastian Dröge
2022-05-22spotifyaudiosrc: Update to librespot 0.4Sebastian Dröge
2022-05-20fmp4mux: Use saturing_sub() in more placesSebastian Dröge
2022-05-20fmp4mux: Implement interleaving based on start timestamps instead of accumula...Sebastian Dröge
2022-05-20fmp4mux: Implement handling of GAP eventsSebastian Dröge
2022-05-20fmp4mux: In live pipelines use the current fragment end time as timeoutSebastian Dröge
2022-05-19fmp4mux: Add support for ONVIF timed XML metadataSebastian Dröge
2022-05-19fmp4mux: Add ONVIF variant with support for additional codecsSebastian Dröge
2022-05-19fmp4mux: Check for force-keyunit events on both pads in the multistream testSebastian Dröge
2022-05-13fmp4mux: Use saturing subtraction to calculate sample durationsSebastian Dröge
2022-05-13rtponvifdepay: Set caps on the source padSebastian Dröge
2022-05-12ci: Generate coverage report also for crates with external dependenciesSebastian Dröge
2022-05-12fmp4mux: Add to default workspace membersSebastian Dröge
2022-05-12fmp4mux: Add test for muxing of multiple streamsSebastian Dröge
2022-05-12fmp4mux: Add support for multiple input streamsSebastian Dröge
2022-05-12fmp4mux: Add support for writing out multiple tracks in the serialization codeSebastian Dröge
2022-05-12fmp4mux: Port to aggregator as base class as preparation for supporting multi...Sebastian Dröge
2022-05-12fmp4mux: Write sample flags in `tfhd` if there's only a single sampleSebastian Dröge
2022-05-12fallbackswitch: Move active_sinkpad out of State into its own MutexJan Alexander Steffens (heftig)