add LinePack decoder
[nihav.git] / nihav-duck / src / codecs / vp5.rs
2021-11-20 Kostya Shishkovannotate the sources for test samples
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovduck: fix or silence clippy warnings
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-02-21 Kostya Shishkovfix import crate for codec tests
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core
2020-02-17 Kostya Shishkovmake all codec crates export just register_all function...
2020-02-11 Kostya Shishkovremove trailing whitespaces
2020-01-27 Kostya Shishkovvp5: switch to MD5 hash test
2020-01-27 Kostya Shishkovvp5: fix chroma MV
2020-01-25 Kostya Shishkovvp5: fix motion compensation part
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-08-03 Kostya Shishkovsemi-working VP5/6 decoder