]> git.nihav.org Git - nihav.git/commit
Motion Pixels support
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 23 Jul 2025 17:21:07 +0000 (19:21 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 14 Aug 2025 16:51:32 +0000 (18:51 +0200)
commit6029cb61bfeb99c25e1da7bc7b795c3ce8136d03
treee636232d061ffb94e76b4ec4dbd71f568cf43c68
parent7ccbeef9378c052794476d05ed461676d55f5d98
Motion Pixels support

This includes the original DOS format in custom container
as well as MVI1 and MVI2 in AVI.
nihav-misc/Cargo.toml
nihav-misc/src/codecs/mod.rs
nihav-misc/src/codecs/motionpixels.rs [new file with mode: 0644]
nihav-misc/src/codecs/motionpixels/data.rs [new file with mode: 0644]
nihav-misc/src/codecs/motionpixels/render.rs [new file with mode: 0644]
nihav-misc/src/demuxers/mod.rs
nihav-misc/src/demuxers/mvi.rs [new file with mode: 0644]
nihav-registry/src/detect.rs
nihav-registry/src/register.rs