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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-28audiornnoise: Attach audio level meta to output buffersPhilippe Normand
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-07-06Adapt to glib::Continue renameBilal Elmoussaoui
2023-05-30Fix a couple of trivial clippy warningsSebastian Dröge
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-04-10fix typosGuillaume Desmottes
2023-01-25Fix various new clippy warningsSebastian Dröge
2022-12-14audiofx: Derive from AudioFilter where possibleArun Raghavan
2022-12-14audiornnoise: Add debug output for voice activity to help you choose a thresholdMichiel Konstapel
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-12-12audiornnoise: add voice detection thresholdMichiel Konstapel
2022-12-10audiorrnoise: Use correct value range for the samplesSebastian Dröge
2022-11-27Update for gst::Array / gst::List API improvementsSebastian Dröge
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-13plugins, examples, tutorials: Use AudioCapsBuilder and VideoCapsBuilderVivia Nikolaidou
2022-10-12Update for pad default functions API changesSebastian Dröge
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-09-05Update for GLib ParamSpec builder API changesSebastian Dröge
2022-08-30Allow "unused_doc_comments" as we use hotdoc and not rustdocThibault Saunier
2022-08-30Generate plugins documentation using hotdocThibault Saunier
2022-08-22plugins: Simplify code using ParamSpecBuilderVivia Nikolaidou
2022-08-10audio, video: Use AudioCapsBuilder::new_interleaved where applicableVivia Nikolaidou
2022-08-09audio: Use gst_audio::AudioCapsBuilder in some pluginsVivia Nikolaidou
2022-07-21Update per glib::SignalBuilder changesBilal Elmoussaoui
2022-06-20audioloudnorm: Drain on segment eventSeungha Yang
2022-03-20Correctly check for the `DISCONT` buffer flag to be setSebastian Dröge
2022-02-28Remove now unnecessary `Send+Sync` impls for element/etc subclassesSebastian Dröge
2022-02-21Update to gst::_log_macro_François Laignel
2022-01-19Update for event/message/query view API changesSebastian Dröge
2022-01-17Replace `Foo::from_instance(foo)` with `foo.imp()`Sebastian Dröge
2022-01-15Re-license LGPL-2.1 plugins to MPL-2Sebastian Dröge
2022-01-14Ignore `clippy::non_send_fields_in_send_ty` lintSebastian Dröge
2021-11-30Fix or silence various new 1.57 clippy warningsSebastian Dröge
2021-11-23audiofx: Add HRTF renderer elementTomasz Andrzejak
2021-11-22Update for `glib::Enum` / `glib::Boxed` / `glib::flags!` macro renamesSebastian Dröge
2021-11-20Update for glib constructor renamesSebastian Dröge
2021-11-06Update for GLib/GStreamer API changesSebastian Dröge
2021-10-23Update for GstObjectImpl API changeSebastian Dröge
2021-10-18Improve usability thanks to opt-opsFrançois Laignel
2021-09-28audioloudnorm: Clamp to the expected limits instead of assertingSebastian Dröge
2021-09-08Clean up clippy warnings and CI configurationSebastian Dröge
2021-08-25ebur128level: Fix mode bitflagsChristian Kohlstedde
2021-07-30Fix various needless-borrow clippy warnings and othersSebastian Dröge
2021-06-05audio: migrate to new ClockTime designFrançois Laignel
2021-06-03use gst::glib where applicableFrançois Laignel
2021-04-25Update for Value trait refactoringSebastian Dröge