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
bbd3d9ffe0
gst-plugins-rs
/
.gitignore
7 lines
48 B
Text
Raw
Normal View
History
Unescape
Escape
Update gitignore for Cargo.lock and vim files
2018-10-27 18:42:48 +00:00
Cargo.lock
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 builddir
2021-06-03 07:19:31 +00:00
builddir
Reference in a new issue
Copy permalink