index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-core
/
src
/
scale
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
2
-4
/
+4
*
core/scale: fix corner case in mediancut palettiser
Kostya Shishkov
2021-10-18
1
-1
/
+1
*
core/scale: add options support
Kostya Shishkov
2021-10-18
6
-35
/
+173
*
core/scale: support packed YUV formats unpacking
Kostya Shishkov
2021-10-06
1
-6
/
+29
*
core/scale: fix check for checking formats subsampling differences
Kostya Shishkov
2021-10-06
1
-2
/
+11
*
core/scale: use BT.601 YUV by default in conversion
Kostya Shishkov
2021-10-06
2
-7
/
+9
*
core/scale: fix flipping of packed video buffer
Kostya Shishkov
2021-10-05
1
-0
/
+9
*
scale: allow copying 16-bit frames
Kostya Shishkov
2021-05-22
1
-0
/
+33
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
3
-1
/
+3
*
core/scale: fill absent planes during scale process
Kostya Shishkov
2020-10-21
1
-0
/
+34
*
core/scale: process only common components in packing/unpacking
Kostya Shishkov
2020-10-21
1
-2
/
+3
*
core/scale: fix flipping of packed 16- and 32-bit images
Kostya Shishkov
2020-07-10
1
-2
/
+2
*
nihav_core/scale: fix ELBG palettisation in the same way as the generic version
Kostya Shishkov
2020-07-08
1
-4
/
+1
*
core: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
5
-13
/
+11
*
core/scale: make sure that yuv2rgb kernel outputs to planar RGB
Kostya Shishkov
2020-05-29
1
-0
/
+15
*
core/scale: support grayscale format
Kostya Shishkov
2020-05-27
1
-0
/
+80
*
core/scale: add conversion into paletted format
Kostya Shishkov
2020-05-13
8
-1
/
+1094
*
core/scale: document module
Kostya Shishkov
2020-02-18
1
-0
/
+36
*
remove trailing whitespaces
Kostya Shishkov
2020-02-11
1
-1
/
+1
*
core/scale: add output buffer flipping if needed
Kostya Shishkov
2019-12-10
1
-6
/
+78
*
core/scale: copy pictures with different strides too
Kostya Shishkov
2019-11-27
1
-3
/
+32
*
core/scale: optimise nearest-neighbour scaling
Kostya Shishkov
2019-11-23
1
-4
/
+35
*
core/scale: optimise YUV2RGB
Kostya Shishkov
2019-11-23
1
-0
/
+50
*
core/scale: fix unpacking condition
Kostya Shishkov
2019-11-22
1
-1
/
+1
*
core: fix most clippy warnings
Kostya Shishkov
2019-05-14
3
-24
/
+23
*
mark traits as dyn
Kostya Shishkov
2019-05-14
4
-9
/
+9
*
scaler initial work
Kostya Shishkov
2019-04-29
5
-0
/
+1034