This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gst-plugins-rs
Watch
1
Star
1
Fork
You've already forked gst-plugins-rs
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced
2024-11-10 20:31:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1316b821c4
gst-plugins-rs
/
.gitignore
8 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
Add .gitignore
2016-12-25 11:16:39 +00:00
target
*~
*.bk
Update gitignore for Cargo.lock and vim files
2018-10-27 18:42:48 +00:00
*.swp
gif: Add initial implementation of a gif encoder - 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)
2020-02-24 15:38:05 +00:00
.vscode
.gitignore: Ignore the meson subproject wrap hash Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1363>
2023-10-18 09:03:07 +00:00
builddir
.meson-subproject-wrap-hash.txt
Reference in a new issue
Copy permalink