fix clippy warnings for update to rustc 1.46
[nihav.git] / nihav-duck / src / codecs / vp56.rs
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-06-16 Kostya Shishkovduck: fix or silence clippy warnings
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2020-02-02 Kostya Shishkovduck/vp56: select proper format for VP6 alpha
2020-01-26 Kostya Shishkovduck/vp56: fix motion type decoding
2020-01-25 Kostya Shishkovduck/vp56: fix DC prediction
2019-11-11 Kostya Shishkovcheck for missing reference frames in various decoders
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-10-06 Kostya Shishkovmove GenericCache to common place
2019-10-05 Kostya Shishkovvp56: move DCT coeffs base and probabilities to common
2019-08-03 Kostya Shishkovsemi-working VP5/6 decoder