vp7: split out tables
[nihav.git] / nihav-duck / src / codecs / vp7.rs
2022-03-02 Kostya Shishkovvp7: split out tables
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-14 Kostya Shishkovvp7: split off data for the upcoming VP8 decoder
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-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-02-08 Kostya Shishkovvp7: switch to MD5-based testing
2020-02-08 Kostya Shishkovvp7: reset scan on keyframe
2020-02-07 Kostya Shishkovvp7: inter DC prediction depends on inter frame type
2020-02-06 Kostya Shishkovvp7: fix split block chroma motion compensation
2020-02-06 Kostya Shishkovvp7: fix intra prediction corner cases
2020-02-06 Kostya Shishkovvp7: skip DC transform for empty block
2020-02-06 Kostya Shishkovvp7: fix inter mode DC predictor
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-11 Kostya Shishkovcheck for missing reference frames in various decoders
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-10-30 Kostya ShishkovVP7 decoder