aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/scale
Commit message (Expand)AuthorAgeFilesLines
* 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