preliminary work on Intel I.263
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 8 Jun 2017 17:26:55 +0000 (19:26 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 8 Jun 2017 17:26:55 +0000 (19:26 +0200)
commitcf64af13518ee281beec24f32aa0e36317260b82
tree88e3472a88ad1ec37d5ecc0abce5316ed7c95c47
parentdf14fb814c8339951aa457c833cfbb14e8ee1da4
preliminary work on Intel I.263
src/codecs/blockdec.rs [new file with mode: 0644]
src/codecs/blockdsp.rs [new file with mode: 0644]
src/codecs/h263code.rs [new file with mode: 0644]
src/codecs/h263data.rs [new file with mode: 0644]
src/codecs/intel263.rs [new file with mode: 0644]
src/codecs/mod.rs