replace vec.truncate(0) with vec.clear()
[nihav.git] / nihav-ms / src / codecs / msadpcm.rs
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-08-08 Kostya ShishkovMS ADPCM encoder: fix test after sound conversion fixes
2021-08-08 Kostya Shishkovmake encoder test functions accept encoder-specific...
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovmsadpcmenc: switch to MD5-based test
2020-06-16 Kostya Shishkovms: fix or silence clippy warnings
2020-06-06 Kostya Shishkovmsadpcm: fix test after sample order change
2020-06-06 Kostya Shishkovremove trailing whitespaces
2020-06-05 Kostya Shishkovset stream number in encoders too
2020-06-05 Kostya Shishkovcopy encoding parameters from the reference when negoti...
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-05-31 Kostya Shishkovintroduce option handling for encoders
2020-05-30 Kostya ShishkovMS Video 1 16-bit encoder and MS ADPCM encoder
2020-05-24 Kostya Shishkovadd a crate for common MS formats