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 (Collapse)Author
2023-10-18.gitignore: Ignore the meson subproject wrap hashNirbheek Chauhan
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1363>
2021-06-03.gitignore builddirFrançois Laignel
2020-02-25gif: Add initial implementation of a gif encoderMarkus Ebner
- Implemented a simple gif encoder based on the rust crate "gif". - Currently supported input pixel formats are RGB and RGBA - The encoder dynamically changes frame delays to approximate the actual input framerate - For the moment, each frame uses its own local colorpalette, leading to good image quality, but big files - Every frame is currently a full frame. No incremental frames for now - The produced GIF is currently compressed (LZW)
2018-10-28Update gitignore for Cargo.lock and vim filesArun Raghavan
2017-08-02Ship Cargo.lock in gitSebastian Dröge
2016-12-25Add .gitignoreSebastian Dröge