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
2020-12-20Update for macro renamesSebastian Dröge
2020-12-18Update everything for glib macro renamingsSebastian Dröge
2020-12-07mccparse/sccparse: Ignore if pausing a task that does not exist anymoreSebastian Dröge
2020-12-07sccparse, mccparse: fix deadlock on seekMathieu Duponchelle
2020-12-05Remove various unneeded unwrapsSebastian Dröge
2020-12-01sccparse: Add support for seekingSeungha Yang
2020-12-01sccparse: Remove unnecessary timecode handlingSeungha Yang
2020-11-23video: Update to 2018 editionSebastian Dröge
2020-11-19closedcaption: Silence type complexity warningSebastian Dröge
2020-11-19closedcaption: Remove combine dependencySebastian Dröge
2020-11-19closedcaption: Move duplicated test into a single placeSebastian Dröge
2020-11-19closedcaption: Switch MCC parser from combine to nomSebastian Dröge
2020-11-19closedcaption: Move common parsers into a separate fileSebastian Dröge
2020-11-19closedcaption: Switch SCC parser from combine to nomSebastian Dröge
2020-11-19Update for ObjectImpl::get_property() being infallible nowSebastian Dröge
2020-11-16meson: add support for static buildGuillaume Desmottes
2020-11-15video: Update for subclassing API changesSebastian Dröge
2020-11-01Switch to the combined gtk-rs and gstreamer-rs repositoriesSebastian Dröge
2020-10-21Fix ClockTime comparisons not being Ord and use saturating_subFrançois Laignel
2020-09-10video/closedcaption: add a ccdetect elementMatthew Waters
2020-07-26Update for removal of ObjectImpl::get_type_data()Sebastian Dröge
2020-07-10Add LICENSE files to each individual crateSebastian Dröge
2020-06-30Fix compilation after flags cleanupSebastian Dröge
2020-06-25event,message,query: update instantiationFrançois Laignel
2020-06-22Update to use the new pad builders for safely setting pad functionsSebastian Dröge
2020-06-16Update for new_with_XXX/new_from_XXX function renamingSebastian Dröge
2020-06-11use new constructor namesGuillaume Desmottes
2020-06-10tttocea608: insert preambles in roll-up modeMathieu Duponchelle
2020-06-08video: Handle Result returned by VideoMeta::add()Sebastian Dröge
2020-06-04closedcaption: implement cea608overlayMathieu Duponchelle
2020-06-03tttocea608: fix pts incrementation in roll up modeMathieu Duponchelle
2020-05-30tttocea608: add roll-up modesMathieu Duponchelle
2020-05-13closedcaption/{scc,mcc}parse: Allow an optional UTF-8 BOM at the beginningSebastian Dröge
2020-04-24Configure crate-type to cdylib/rlib consistently in Cargo.tomlSebastian Dröge
2020-04-24Fix various new clippy warnings with clippy 1.43Sebastian Dröge
2020-04-23tttocea608: use mul_div_roundMathieu Duponchelle
2020-04-23tttocea608: forward gaps from upstreamMathieu Duponchelle
2020-04-23tttocea608: protect State with a simple mutexMathieu Duponchelle
2020-04-23tttocea608: refactor to fit more scenariosMathieu Duponchelle
2020-04-16fix LGPL-2.1+ license in Cargo.tomlGuillaume Desmottes
2020-04-14closedcaption: Convert bitfields to uint8_t for portability reasonsSebastian Dröge
2020-04-14closedcaption: Update bindgen generated FFI bindings to latest versionSebastian Dröge
2020-04-14closedcaption: Port to combine 4Sebastian Dröge
2020-04-13closedcaption/mccparse: Refactor parser state handling a bitSebastian Dröge
2020-04-13closedcaption/sccparse: Don't strictly require empty lines between each capti...Sebastian Dröge
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan