aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/scale
Commit message (Expand)AuthorAgeFilesLines
* core/scale: support copying paletted framesKostya Shishkov2023-09-091-0/+24
* fix clippy warningsKostya Shishkov2023-07-264-18/+12
* core/scale: fix typos in scaling loopKostya Shishkov2023-06-161-2/+2
* core/scale: add proper rescalingKostya Shishkov2023-05-253-124/+526
* core/scale: fix off-by-one typoKostya Shishkov2023-05-201-2/+2
* fix some clippy warningsKostya Shishkov2022-09-222-22/+20
* 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-186-35/+173
* core/scale: support packed YUV formats unpackingKostya Shishkov2021-10-061-6/+29
* core/scale: fix check for checking formats subsampling differencesKostya Shishkov2021-10-061-2/+11
* core/scale: use BT.601 YUV by default in conversionKostya Shishkov2021-10-062-7/+9
* core/scale: fix flipping of packed video bufferKostya Shishkov2021-10-051-0/+9
* scale: allow copying 16-bit framesKostya Shishkov2021-05-221-0/+33
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-043-1/+3
* core/scale: fill absent planes during scale processKostya Shishkov2020-10-211-0/+34
* core/scale: process only common components in packing/unpackingKostya Shishkov2020-10-211-2/+3
* core/scale: fix flipping of packed 16- and 32-bit imagesKostya Shishkov2020-07-101-2/+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-165-13/+11
* core/scale: make sure that yuv2rgb kernel outputs to planar RGBKostya Shishkov2020-05-291-0/+15
* core/scale: support grayscale formatKostya Shishkov2020-05-271-0/+80
* core/scale: add conversion into paletted formatKostya Shishkov2020-05-138-1/+1094
* core/scale: document moduleKostya Shishkov2020-02-181-0/+36
* remove trailing whitespacesKostya Shishkov2020-02-111-1/+1
* core/scale: add output buffer flipping if neededKostya Shishkov2019-12-101-6/+78
* core/scale: copy pictures with different strides tooKostya Shishkov2019-11-271-3/+32
* core/scale: optimise nearest-neighbour scalingKostya Shishkov2019-11-231-4/+35
* core/scale: optimise YUV2RGBKostya Shishkov2019-11-231-0/+50
* core/scale: fix unpacking conditionKostya Shishkov2019-11-221-1/+1
* core: fix most clippy warningsKostya Shishkov2019-05-143-24/+23
* mark traits as dynKostya Shishkov2019-05-144-9/+9
* scaler initial workKostya Shishkov2019-04-295-0/+1034