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-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
2022-02-07rav1enc: Don't handle `NeedMoreData` as "soft" errorSebastian Dröge
2022-02-07rav1enc: Simplify codeSebastian Dröge
2022-02-07rav1enc: Set mastering display info, content light level and HDR related colo...Sebastian Dröge
2022-02-07rav1enc: Expose various new settingsSebastian Dröge
2022-02-07rav1enc: Switch from speed preset 5 to 6 as defaultSebastian Dröge
2022-02-04cdg: update image and cdg_rendererGuillaume Desmottes
2022-02-04gtk4: Attach main context receiver from the main context's threadSebastian 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-03rav1enc: Support 8 bit grayscale inputSebastian 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-03rav1enc: Include stream-format and alignment in the capsSebastian Dröge
2022-02-03dav1ddec: Update for fixed dav1d-rs APISebastian Dröge
2022-02-03dav1ddec: Clean up state tracking a bitSebastian Dröge
2022-02-03dav1ddec: Don't consider decoding errors as fatalSebastian Dröge
2022-02-03dav1ddec: Pass element instance to debug logsSebastian Dröge
2022-01-31gtk4: Implement Default for PaintableSinkJulian Sparber
2022-01-31Update to parking_lot 0.12 and hrtf 0.8Sebastian Dröge
2022-01-22Simplify some code around event/query viewsSebastian Dröge
2022-01-19Update for event/message/query view API changesSebastian Dröge