fix clippy warnings for update to rustc 1.46
[nihav.git] / nihav-indeo / src / codecs / ivibr.rs
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-06-16 Kostya Shishkovindeo: fix or silence clippy warnings
2019-12-14 Kostya Shishkovindeo/ivi: restore erroneously deleted chunk
2019-12-13 Kostya Shishkovindeo/ivi: init codebook for transparency plane
2019-12-13 Kostya Shishkovindeo/ivi: fix reference selection
2019-12-11 Kostya Shishkovindeo/ivi: use tiles without references
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-05-15 Kostya Shishkovindeo: fix some clippy warnings
2019-04-29 Kostya Shishkovswitch NAFrame references to Arc
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-03-12 Kostya Shishkovindeo: fix 4x4 blocks decoding
2019-01-22 Kostya Shishkovremove unused imports
2019-01-17 Kostya Shishkovsplit NihAV into subcrates