Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-12fmp4mux: Require parsed ONVIF timed metadataSebastian Dröge
2022-08-12fmp4mux: Use UTC times from reference timestamp meta in ONVIF modeSebastian Dröge
2022-08-12fmp4mux: Write ONVIF Export File Format CorrectStartTime box for ONVIF variantSebastian Dröge
2022-08-12fmp4mux: Remove obsolete `#[allow(clippy::too_many_arguments)]`Sebastian Dröge
2022-08-10ts: migrate elements to try_next / handle_itemFrançois Laignel
2022-08-10ts/Task: split iterate into try_next and handle_itemFrançois Laignel
2022-08-10threadshare: Fix some new clippy beta warningsSebastian Dröge
2022-08-09ts: update elements for new TransitionStatusFrançois Laignel
2022-08-09ts/Task: return a future for state transitionsFrançois Laignel
2022-08-09ts/Task: spawn StateMachine on ts ContextFrançois Laignel
2022-08-09ts-udpsrc: align default port with C counterpartFrançois Laignel
2022-08-09fmp4: Update to m3u8-rs 5Sebastian Dröge
2022-08-09ts/scheduler: rename awake / wake_up as unparkFrançois Laignel
2022-08-09ts/Task: wake up after the triggering event is pushedFrançois Laignel
2022-08-09ts/udpsink: fix default clients not leading to socket configurationFrançois Laignel
2022-07-21Update per glib::SignalBuilder changesBilal Elmoussaoui
2022-07-20generic/fmp4: use opt_opsFrançois Laignel
2022-07-20Revert "fmp4mux: Dequeue as many buffers as are available in each aggregate c...François Laignel
2022-07-19generic/fmp4: update Signed return typeFrançois Laignel
2022-07-11Simplify Formatted value handlingFrançois Laignel
2022-07-09ts/tests/pad: minor ckeanupsFrançois Laignel
2022-07-09ts/tcpclientsrc: reduce sync primitives in async hot pathFrançois Laignel
2022-07-09ts: Queue & Proxy: minor cleanupsFrançois Laignel
2022-07-09ts/appsrc: reduce sync primitives in async hot pathFrançois Laignel
2022-07-09ts/udpsrc: reduce sync primitives in async hot pathFrançois Laignel
2022-07-09ts/udpsink: reduce sync primitives in async hot pathFrançois Laignel
2022-06-30fmp4mux: Handle PTS<segment.start when requesting keyframesSebastian Dröge
2022-06-30fmp4mux: Ensure that DTS (or PTS for intra-only streams) are monotonically in...Sebastian Dröge
2022-06-30fmp4mux: Dequeue as many buffers as are available in each aggregate callSebastian Dröge
2022-06-30fmp4mux: Add debug output for each fragment's start PTSSebastian Dröge
2022-06-30fmp4mux: Fix draining if there are no GOPs for a streamSebastian Dröge
2022-06-30fmp4mux: Fix some clippy warningsSebastian Dröge
2022-06-30fmp4mux: Write header as late as possibleSebastian Dröge
2022-06-30fmp4mux: Refactor timestamp handling for writing out dataSebastian Dröge
2022-06-30fmp4mux: Write `tref` box for ONVIF timed metadata tracks to reference the fi...Sebastian Dröge
2022-06-30fmp4mux: Fix usage of first_sample_flags/default_sample_flagsSebastian Dröge
2022-06-30Fix/silence a couple new clippy warningsSebastian Dröge
2022-06-30ts/async_wrapper: remove fd from reactor before dropping its handleFrançois Laignel
2022-06-30ts: add test pipeline::socket_play_null_playFrançois Laignel
2022-06-28Fix a couple of new 1.62 clippy warningsSebastian Dröge
2022-06-14sodium: Update to no-deprecated clap 3.2 APISebastian 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-12fmp4mux: Add test for muxing of multiple streamsSebastian Dröge