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-11-02Update for `gst::Rank` API changesSebastian 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-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-02-08dav1ddec: Make sure to call `get_picture()` twice in a row when drainingSebastian Dröge
2023-01-23dav1d: Don't treat any kind of bitstream error immediately as fatalSebastian Dröge
2023-01-22dav1d: Get rid of some unnecessary `unwrap()`sSebastian Dröge
2023-01-22dav1d: Remove unnecessary frame dropping loopSebastian Dröge
2023-01-22dav1d: Don't flush the decoder when drainingSebastian Dröge
2023-01-22dav1d: Only drain at most one decoded frame per input frame unless the decode...Sebastian Dröge
2022-12-01dav1ddec: Lower rank to primarySeungha Yang
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-10-04build: Update versions to be 0.9.0-alpha.1Nirbheek Chauhan
2022-10-03dav1d: Update to dav1d 0.9Sebastian Dröge
2022-09-04Update minimum supported Rust version to 1.63Sebastian 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-09video: Use gst_video::VideoCapsBuilder in some pluginsVivia Nikolaidou
2022-06-30Fix/silence a couple new clippy warningsSebastian Dröge
2022-05-11dav1ddec: Write src_query() in match syntax for easier extensibilityArun Raghavan
2022-05-11dav1ddec: Deal with the possibilty of 0/1 fps in latency mathArun Raghavan
2022-05-11dav1ddec: Use sink_pad() convenience accessorArun Raghavan
2022-05-11dav1ddec: Move state to Mutex from ArcArun Raghavan
2022-05-11dav1ddec: Move decoder init from start() to set_format()Arun Raghavan
2022-05-11dav1ddec: Report latency based on frame delayArun Raghavan
2022-05-11dav1ddec: Expose a couple of decoder settings as propertiesArun Raghavan
2022-05-11dav1ddec: Bump dependency for dav1d 1.0.0Arun Raghavan
2022-04-07Update minimum supported GStreamer version to 1.14Sebastian Dröge
2022-03-14Use SPDX license format in Cargo.tomlSebastian Dröge
2022-02-28Remove now unnecessary `Send+Sync` impls for element/etc subclassesSebastian Dröge
2022-02-22Update minimum supported Rust version to 1.57François Laignel
2022-02-21Update to gst::_log_macro_François Laignel
2022-02-14dav1ddec: Use `AtomicRefCell` instead of `Mutex` for the stateSebastian Dröge
2022-02-07dav1ddec: Switch to dav1d 0.7Sebastian Dröge
2022-02-03dav1ddec: Fix compilation after some API changesSebastian Dröge
2022-02-03dav1ddec: Add 8/16 bit grayscale supportSebastian Dröge
2022-02-03dav1ddec: Release input frames that immediately caused a decoding errorSebastian Dröge
2022-02-03dav1ddec: Require correct alignment and stream format when running with GStre...Sebastian Dröge
2022-02-03dav1ddec: Update for fixed dav1d-rs APISebastian Dröge