split remaining decoders and demuxer from core
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 17 Jan 2019 14:14:02 +0000 (15:14 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 17 Jan 2019 15:17:26 +0000 (16:17 +0100)
commit38953fb529efad1b0b609eec77f7839e62ad2719
treeff078f5cf18aed19bf0e3f8fa620695744e5ed3d
parentce64639a7a453c797519d5bdb64b5424bde59262
split remaining decoders and demuxer from core
16 files changed:
nihav-allstuff/Cargo.toml
nihav-allstuff/src/lib.rs
nihav-commonfmt/Cargo.toml [copied from nihav-core/Cargo.toml with 66% similarity]
nihav-commonfmt/src/codecs/aac.rs [moved from nihav-core/src/codecs/aac.rs with 99% similarity]
nihav-commonfmt/src/codecs/atrac3.rs [moved from nihav-core/src/codecs/atrac3.rs with 99% similarity]
nihav-commonfmt/src/codecs/clearvideo.rs [moved from nihav-core/src/codecs/clearvideo.rs with 99% similarity]
nihav-commonfmt/src/codecs/mod.rs [new file with mode: 0644]
nihav-commonfmt/src/codecs/pcm.rs [moved from nihav-core/src/codecs/pcm.rs with 94% similarity]
nihav-commonfmt/src/codecs/sipro.rs [moved from nihav-core/src/codecs/sipro.rs with 99% similarity]
nihav-commonfmt/src/codecs/ts102366.rs [moved from nihav-core/src/codecs/ts102366.rs with 99% similarity]
nihav-commonfmt/src/demuxers/avi.rs [moved from nihav-core/src/demuxers/avi.rs with 98% similarity]
nihav-commonfmt/src/demuxers/mod.rs [new file with mode: 0644]
nihav-commonfmt/src/lib.rs [new file with mode: 0644]
nihav-core/Cargo.toml
nihav-core/src/codecs/mod.rs
nihav-core/src/demuxers/mod.rs