aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/scale/palette
Commit message (Expand)AuthorAgeFilesLines
* fix clippy warningsKostya Shishkov2023-07-262-12/+6
* fix some clippy warningsKostya Shishkov2022-09-221-1/+1
* core: replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-292-4/+4
* core/scale: fix corner case in mediancut palettiserKostya Shishkov2021-10-181-1/+1
* core/scale: add options supportKostya Shishkov2021-10-181-1/+23
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-042-1/+2
* nihav_core/scale: fix ELBG palettisation in the same way as the generic versionKostya Shishkov2020-07-081-4/+1
* core: fix or silence clippy warningsKostya Shishkov2020-06-162-5/+6
* core/scale: add conversion into paletted formatKostya Shishkov2020-05-135-0/+1060