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
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-03rav1enc: Support 8 bit grayscale inputSebastian Dröge
2022-02-03rav1enc: Include stream-format and alignment in the capsSebastian 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
2022-01-15Add SPDX-License-Identifier to all file headersSebastian Dröge
2022-01-14Ignore `clippy::non_send_fields_in_send_ty` lintSebastian Dröge
2021-12-06Update for decide/propose_allocation() API changesSebastian Dröge
2021-11-20Update for glib constructor renamesSebastian Dröge
2021-11-17Update to rav1e 0.5 and async-tungstenite 0.16Sebastian Dröge
2021-11-06Update for GLib/GStreamer API changesSebastian Dröge
2021-10-23Update for GstObjectImpl API changeSebastian Dröge
2021-10-16rav1enc/gifenc: Add VideoMeta to the supported metas in propose_allocation()Sebastian Dröge
2021-06-03use gst::glib where applicableFrançois Laignel
2021-05-01rav1e: Fix compilation after VideoColorRange::Range0255 got renamed to VideoC...Sebastian Dröge
2021-04-25Update for Value trait refactoringSebastian Dröge
2021-04-20fix-getters-calls 0.3.0 passFrançois Laignel
2021-04-20fix-getters-def 0.3.0 passFrançois Laignel
2021-04-13post fix-getters manual updatesFrançois Laignel
2021-04-12fix-getters-{def,calls} passFrançois Laignel
2021-03-09Update for the subclassing glib/gstreamer bindings API changesSebastian Dröge
2021-03-07Update for new #[glib::object_subclass] attribute macroSebastian Dröge
2021-01-31Use gst::PARAM_FLAG_MUTABLE_PLAYING and others consistently everywhereSebastian Dröge
2021-01-25Update for glib/gstreamer bindings API changesSebastian Dröge
2021-01-15rav1enc: Make use of the opaque API to map frames/packets to the video encode...Sebastian Dröge
2021-01-15rav1enc: Update to rav1e 0.4Sebastian Dröge
2020-12-20Update for macro renamesSebastian Dröge
2020-12-18Update everything for glib macro renamingsSebastian Dröge
2020-11-23video: Update to 2018 editionSebastian Dröge
2020-11-19Update for ObjectImpl::get_property() being infallible nowSebastian Dröge
2020-11-15video: Update for subclassing API changesSebastian Dröge
2020-07-26Update for removal of ObjectImpl::get_type_data()Sebastian 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-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan