core/scale: use BT.601 YUV by default in conversion
[nihav.git] / nihav-core / src / scale / colorcvt.rs
2021-10-06 Kostya Shishkovcore/scale: use BT.601 YUV by default in conversion
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-05-29 Kostya Shishkovcore/scale: make sure that yuv2rgb kernel outputs to...
2020-05-27 Kostya Shishkovcore/scale: support grayscale format
2020-05-13 Kostya Shishkovcore/scale: add conversion into paletted format
2019-11-23 Kostya Shishkovcore/scale: optimise YUV2RGB
2019-05-14 Kostya Shishkovcore: fix most clippy warnings
2019-05-14 Kostya Shishkovmark traits as dyn
2019-04-29 Kostya Shishkovscaler initial work