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
2023-12-17Update for `Buffer` / `Memory` API changesSebastian Dröge
2023-11-22closedcaption: update to cea708-types 0.3Matthew Waters
2023-11-21cea608tocea708: create service's as requestedMatthew Waters
2023-11-21closedcaption: move some textstyle helpers to shared filesMatthew Waters
2023-11-21closedcaption: move 708 service writing to shared fileMatthew Waters
2023-11-21tttocea608: use crate defined is_* functions instead of reeimplementing themMatthew Waters
2023-11-02sccparse: Fix leading spaces between the tab and caption dataSebastian Dröge
2023-11-02Update for `gst::Rank` API changesSebastian Dröge
2023-10-30Use let-else instead of match for weak reference upgradesSebastian Dröge
2023-10-17Clean up usage of pad probesSebastian Dröge
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-07-24transcriberbin: Configure audioresample in front of transcriberSeungha Yang
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-11Remove unnecessary `mut` everywhereSebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-06-15mccparse: Map timecode to PTS directly without offsetSeungha Yang
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-05-12Update to argumentless {Bin,Pipeline}::newFrançois Laignel
2023-05-10transcriberbin: Add "language-code" propertySeungha Yang
2023-04-11tttocea608: specify raw 608 fieldMathieu Duponchelle
2023-04-10fix typosGuillaume Desmottes
2023-04-07transcriberbin: Allow video with ANY caps featuresSeungha Yang
2023-04-07transcriberbin: require final framerate from cea608muxMathieu Duponchelle
2023-04-06transcriberbin: Add support for runtime translation-languages updateSeungha Yang
2023-04-06transcriberbin: Wrap conversion channel elements into binSeungha Yang
2023-04-05closedcaption: add cea608tocea708 elementMatthew Waters
2023-04-05cea608utils: track last channel for characters without channel embeddedMatthew Waters
2023-04-05closedcaption: move 608 utility functions to a separate fileMatthew Waters
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-04-03transcriberbin: Set start-time-selection=first to cea608muxSeungha Yang
2023-03-29transcriberbin: add support for translationsMathieu Duponchelle
2023-03-25transcriberbin: fix deadlock on construction errorMathieu Duponchelle
2023-03-24tttocea608: fix disappearing text after special character in non-poponMathieu Duponchelle
2023-03-24tttocea608: fix pushing unfixed caps downstreamMathieu Duponchelle
2023-03-23transcriberbin: fix initial transcription bin setupMathieu Duponchelle
2023-03-09Fix indentation broken by `cargo clippy --fix`Sebastian Dröge
2023-03-09Update for remaining `gst::Element::link_many()` and related API generalizationSebastian Dröge
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-13Optimize various error message / debug message formattingSebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2023-01-05Update for API changesSebastian Dröge
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-12-07tttocea608: Don't fail if a gap event contains no durationSebastian Dröge
2022-11-18Revert "Update for pango API changes"Sebastian Dröge
2022-11-18Update for pango API changesSebastian Dröge
2022-11-17Provide explicit type to `Iterator::sum()` calls to avoid ambiguitySebastian Dröge