Indeo 3 encoder
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 22 Dec 2022 13:03:26 +0000 (14:03 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 6 Feb 2023 16:50:21 +0000 (17:50 +0100)
commit77c25c7b24cc20357dff1bdacf8561e9ec1e57f2
treed42d10b3a934fa4cfcca9e9d2122b55a9f67fe86
parent4d965fde7928ba32b1f0f43cbc7d7a6c76446e46
Indeo 3 encoder
nihav-allstuff/src/lib.rs
nihav-indeo/Cargo.toml
nihav-indeo/src/codecs/indeo3enc/cell.rs [new file with mode: 0644]
nihav-indeo/src/codecs/indeo3enc/mod.rs [new file with mode: 0644]
nihav-indeo/src/codecs/indeo3enc/mv.rs [new file with mode: 0644]
nihav-indeo/src/codecs/indeo3enc/ratectl.rs [new file with mode: 0644]
nihav-indeo/src/codecs/indeo3enc/tree.rs [new file with mode: 0644]
nihav-indeo/src/codecs/mod.rs
nihav-indeo/src/lib.rs