]> git.nihav.org Git - nihav.git/history - nihav-codec-support/src/vq/generic_elbg.rs
avimux: do not record palette change chunks in OpenDML index
[nihav.git] / nihav-codec-support / src / vq / generic_elbg.rs
2025-05-28 Kostya Shishkovuse <type>::{MAX,MIN} instead of deprecated std::<type...
2024-11-09 Kostya Shishkovnihav_codec_support: fix or prune some clippy warnings
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-06-16 Kostya Shishkovcodec_support: fix or silence clippy warnings
2020-06-15 Kostya Shishkovcodec_support/vq: make ELBG report the number of meanin...
2020-06-15 Kostya Shishkovcodec_support/vq: use 1% improvement as a threshold...
2020-06-15 Kostya Shishkovcodec_support/vq: calculate full cluster distortion...
2020-06-15 Kostya Shishkovcodec_support/vq: do not move empty group centroid
2020-05-30 Kostya Shishkovcodec_support: add module for generic vector quantisation