]> git.nihav.org Git - nihav.git/commit
nihav_commonfmt: switch to ByteIO
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 17 Aug 2025 16:25:33 +0000 (18:25 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 17 Aug 2025 16:25:33 +0000 (18:25 +0200)
commitd3b156d16e3103af4f2f7687ce3e5946ec8146fc
treef5f8db15b3dd50d513a91f7e028f86f53396068f
parent1c0ad7dc08b475092f280bad4b1502afeb6a7748
nihav_commonfmt: switch to ByteIO
18 files changed:
nihav-commonfmt/src/codecs/atrac3.rs
nihav-commonfmt/src/codecs/cinepak.rs
nihav-commonfmt/src/codecs/cinepakenc.rs
nihav-commonfmt/src/codecs/clearvideo.rs
nihav-commonfmt/src/codecs/gif.rs
nihav-commonfmt/src/codecs/gifenc.rs
nihav-commonfmt/src/codecs/jpeg.rs
nihav-commonfmt/src/codecs/pcm.rs
nihav-commonfmt/src/codecs/zmbvenc.rs
nihav-commonfmt/src/demuxers/avi.rs
nihav-commonfmt/src/demuxers/gif.rs
nihav-commonfmt/src/demuxers/mov.rs
nihav-commonfmt/src/demuxers/wav.rs
nihav-commonfmt/src/demuxers/y4m.rs
nihav-commonfmt/src/muxers/avi.rs
nihav-commonfmt/src/muxers/gif.rs
nihav-commonfmt/src/muxers/wav.rs
nihav-commonfmt/src/muxers/y4m.rs