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
2019-07-07closedcaption: Update version number to 0.5.2 in mcc_enc test0.5.20.5Sebastian Dröge
2019-07-07Update versions to 0.5.2refs/keep-around/7cd41e81d60dabbc3c0dfade875e09de22a07fedSebastian Dröge
2019-07-06Bring gitlab CI in sync with gstreamer-rs and add clippy taskrefs/keep-around/aef073a90a037094b5eb7e8abaeed95c41823736Sebastian Dröge
2019-07-06Fix various clippy warningsSebastian Dröge
2019-07-06Update rand to 0.7 and rusoto to 0.40Sebastian Dröge
2019-07-06Clean up Makefile some moreSebastian Dröge
2019-07-05sodium: Statically register the plugin in the exampleSebastian Dröge
2019-07-05sodiumdecrypter: Fix some typosSebastian Dröge
2019-07-05sodiumdecrypter: Ensure to pull enough data from upstream if not starting on ...Sebastian Dröge
2019-07-05togglerecord: Minor code cleanupSebastian Dröge
2019-07-05togglerecord: Don't hold any mutexes while adding/removing padsSebastian Dröge
2019-07-05togglerecord: Register plugin as a static plugin in the exampleSebastian Dröge
2019-07-02Update element/typefind factory ranks0.5.1Sebastian Dröge
2019-07-02Add plugin to stream data to AWS S3 bucketMarcin Kolny
2019-07-02Update Makefile with a release target, and an install and install-release targetSebastian Dröge
2019-06-25Update versions of everything and use releases instead of GIT0.5.0Sebastian Dröge
2019-06-24cdg: `...` ranges (inclusive) are deprecated in favour of `...=`Sebastian Dröge
2019-06-24Update git2 dependency to 0.9Sebastian Dröge
2019-06-14rav1enc: Update for API changesSebastian Dröge
2019-06-13rav1e: fix building after API break in rav1eMathieu Duponchelle
2019-06-08cdgparse: fix bytes to time None conversionGuillaume Desmottes
2019-06-07cdgparse: fix time to bytes None conversionGuillaume Desmottes
2019-06-06cdg: implement typefindGuillaume Desmottes
2019-06-06Explicitly add `dyn` keyword to trait objectsSebastian Dröge
2019-06-04cdg: set rank of parser and decoder to PrimaryGuillaume Desmottes
2019-06-04port all plugins to new register APIGuillaume Desmottes
2019-06-03Update for the TryInto/TryFrom gstreamer API changesSebastian Dröge
2019-06-03cdgdec: remove parsing codeGuillaume Desmottes
2019-06-03cdg: add cdgparseGuillaume Desmottes
2019-06-03cdg: factor out constants moduleGuillaume Desmottes
2019-06-03Add build.rs that provides a version number, release date and other detailsahamedsajeer.15
2019-06-03gst-plugin-tutorial: Add markdown of tutorial from blog post and updating to ...ahamedsajeer.15
2019-06-03CI: Update minimum supported Rust version to 1.34Sebastian Dröge
2019-05-29sodium: remove 'rs' prefix from elementsGuillaume Desmottes
2019-05-29sodium: rename plugin to 'gstsodium'Guillaume Desmottes
2019-05-29cdg: rename plugin to gstcdgGuillaume Desmottes
2019-05-28s3: Fix plugin nameSebastian Dröge
2019-05-28cdg: fix plugin nameGuillaume Desmottes
2019-05-28Fix various compiler warningsSebastian Dröge
2019-05-27Update for gstreamer gst_plugin_define! API changesSebastian Dröge
2019-05-27Update URIHander::set_uri based on gstreamer-rs API changesArun Raghavan
2019-05-26rav1enc: Set chroma site and colorimetry from the capsSebastian Dröge
2019-05-26rav1enc: Minor cleanupSebastian Dröge
2019-05-25Add a plugin to read data from Amazon S3Arun Raghavan
2019-05-25cdg: update image and cdg_renderer depsGuillaume Desmottes
2019-05-25rav1e: Add AV1 encoder around rav1e crateSebastian Dröge
2019-05-24Update some dependenciesSebastian Dröge
2019-05-24Update for gstreamer-rs API changesSebastian Dröge
2019-05-23Cargo: set opt-level to 1 in dev buildsGuillaume Desmottes
2019-05-23cdg: add cdgdec elementGuillaume Desmottes