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
path: root/audio
AgeCommit message (Expand)Author
2020-11-15audio: 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-10-13Update byte-slice-cast dependency to 1.0Sebastian Dröge
2020-08-19audiofx/audiornnoise: Update nnnoiseless dependency to 0.3Sebastian Dröge
2020-08-13audiornnoise: New element for audio denoisingPhilippe Normand
2020-07-28Fix some new clippy warningsSebastian Dröge
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-25Update for functions returning a Builder being renamed to builder() instead o...Sebastian 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-05-29audio/transcribe: remove and merge with rusotoMathieu Duponchelle
2020-05-29awstranscriber: implement use-partial-results propertyMathieu Duponchelle
2020-05-28transcribe: Update to rusoto 0.43 and async-tungstenite 0.5Sebastian 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-16fix LGPL-2.1+ license in Cargo.tomlGuillaume Desmottes
2020-04-15Update all versions to 0.6.0Mathieu Duponchelle
2020-04-15transcribe: fix exception packet detectionMathieu Duponchelle
2020-04-14Fix/silence some clippy warningsSebastian Dröge
2020-04-13gst-plugin-transcribe: address latest review commentsMathieu Duponchelle
2020-04-13gst-plugin-transcribe: address review commentsMathieu Duponchelle
2020-04-13gst-plugin-transcribe: implement elementMathieu Duponchelle
2020-04-13gst-plugin-transcribe: implement parserJordan Petridis
2020-04-11audio/claxon: validate input depth infoLuca BRUNO
2020-04-11audio/claxon: remove some panic pointsLuca BRUNO
2020-04-05Update all documentation to point to the updated repository nameArun Raghavan
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan
2020-04-05Reorganise plugins into directories by functionArun Raghavan