add LinePack decoder
[nihav.git] / nihav-duck / src / codecs / vp6.rs
2023-07-26 Kostya Shishkovfix clippy warnings
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-11-02 Kostya ShishkovFlash support
2021-09-29 Kostya ShishkovVP6 encoder
2021-09-29 Kostya Shishkovvp6: add test for VP6A
2021-09-22 Kostya Shishkovvp6: mark simple profile as multistream
2021-09-22 Kostya Shishkovvp6: split data into separate module
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-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-03-24 Kostya Shishkovmake edge_emu() accept block alignment
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 ShishkovMake BitReader rely on passed slice size without the...
2020-02-02 Kostya Shishkovvp6: switch to MD5-based tests
2020-02-02 Kostya Shishkovduck/vp56: select proper format for VP6 alpha
2020-02-02 Kostya Shishkovvp6: set correct interlaced state in inter frame headers
2020-02-02 Kostya Shishkovvp6: fix motion compensation bugs
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