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
path: root/video
AgeCommit message (Expand)Author
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-29jsontovtt: Don't push zero-duration cue dataSeungha Yang
2022-09-27cea608tojson: Clip column number if it exceeds allowed valueSeungha Yang
2022-09-06pngenc: Allow using deprecated compression levelsSebastian Dröge
2022-09-05video/rspng: add missing doc feature gateJordan Petridis
2022-09-05Update for GLib ParamSpec builder API changesSebastian Dröge
2022-09-04Update minimum supported Rust version to 1.63Sebastian Dröge
2022-09-03Fix missing pkgconfig requiresXavier Claessens
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-12Remove unnecessary `unsafe` blocks for `Buffer::as_ptr()`Sebastian Dröge
2022-08-10audio, video: Use AudioCapsBuilder::new_interleaved where applicableVivia Nikolaidou
2022-08-09audio: Use gst_audio::AudioCapsBuilder in some pluginsVivia Nikolaidou
2022-08-09video: Use gst_video::VideoCapsBuilder in some pluginsVivia Nikolaidou
2022-07-11Simplify Formatted value handlingFrançois Laignel
2022-06-30roundedcorners: Ensure alpha_mem is mutable when updating radiusPhilippe Normand
2022-06-30roundedcorners: Logging improvementPhilippe Normand
2022-06-30Fix/silence a couple new clippy warningsSebastian Dröge
2022-06-17transcriberbin: remove print statementMathieu Duponchelle
2022-06-07colordetect: Update to color-thief releaseSebastian 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-05-11tttocea608: expose roll-up timeout propertyMathieu Duponchelle
2022-05-10cea608overlay: handle CLEAR statusMathieu Duponchelle
2022-05-03mccparse/sccparse: Don't log gst::FlowError::Flushing or Eos as error to the ...Sebastian Dröge
2022-04-22closedcaption: Update to uuid 1.0Sebastian Dröge
2022-04-16videofx: Add colordetect video filterPhilippe Normand
2022-04-09transcriberbin: Protect runtime "passthrough=false" changeSeungha Yang
2022-04-07Update minimum supported GStreamer version to 1.14Sebastian Dröge
2022-03-28cea608tott: Don't zero-pad SRT indices but zero-pad hours to at least two digitsSebastian Dröge
2022-03-15[transcriberbin] - make audioqueue leakyRay Tiley
2022-03-14Use SPDX license format in Cargo.tomlSebastian Dröge
2022-03-10transcriberbin: Don't notify signal inside lockSeungha Yang
2022-03-08transcriberbin: Add caption-source propertySeungha Yang
2022-03-08transcriberbin: Fix deadlockSeungha Yang
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-14rav1eenc: Use `AtomicRefCell` instead of `Mutex` for the stateSebastian Dröge
2022-02-08rav1enc: Put container sequence header into the capsSebastian Dröge
2022-02-07dav1ddec: Switch to dav1d 0.7Sebastian Dröge