GIF support
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 10 Sep 2023 16:46:32 +0000 (18:46 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 10 Sep 2023 16:46:32 +0000 (18:46 +0200)
commitfc39649daffd54a1f7277656f470df2751fcf620
tree3f805416000f85dec6b16c21dcc9b71d24b399d7
parent94c520bf3df0c0e0b436d7c9a2e4b0b40550a453
GIF support
nihav-commonfmt/Cargo.toml
nihav-commonfmt/src/codecs/gif.rs [new file with mode: 0644]
nihav-commonfmt/src/codecs/gifenc.rs [new file with mode: 0644]
nihav-commonfmt/src/codecs/mod.rs
nihav-commonfmt/src/demuxers/gif.rs [new file with mode: 0644]
nihav-commonfmt/src/demuxers/mod.rs
nihav-commonfmt/src/muxers/gif.rs [new file with mode: 0644]
nihav-commonfmt/src/muxers/mod.rs
nihav-registry/src/detect.rs
nihav-registry/src/register.rs