RealVideo 6 decoder (mostly working)
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 13 Nov 2018 18:35:36 +0000 (19:35 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 11 Dec 2018 11:50:33 +0000 (12:50 +0100)
commit52aad9fed3d4cfb4243fdd54522aa28d40068fad
tree5cd4c5a92746730f32f098906a1e8b71d21a31e9
parent26488721a0cdb26c33f4e35f177c40fb81984346
RealVideo 6 decoder (mostly working)
Cargo.toml
src/codecs/mod.rs
src/codecs/real/mod.rs
src/codecs/real/rv60.rs [new file with mode: 0644]
src/codecs/real/rv60codes.rs [new file with mode: 0644]
src/codecs/real/rv60dsp.rs [new file with mode: 0644]