fix clippy warnings
[nihav.git] / nihav-llaudio / src / demuxers / wavpack.rs
2023-07-26 Kostya Shishkovfix clippy warnings
2022-11-04 Kostya Shishkovswitch demuxers to use NAStream::make_ts()
2021-11-20 Kostya Shishkovannotate the sources for test samples
2020-10-07 Kostya Shishkovwavpack: ignore ext_int flag when comparing headers
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-10-03 Kostya Shishkovwavpack: seek to the last frame before skipping frames
2020-09-05 Kostya Shishkovadd nihav-llaudio crate with FLAC, Monkey's Audio,...