aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-06Update blind-convert to support unconverted output from ffmpeg and partially converted outputMattias Andrée14-254/+504
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-08-05Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée67-150/+742
Some tools are colour space agnostic or even encoding agnostic, by skipping conversion to CIEXYZ when these tools are used, the rendering time can be significantly reduced. The video can also be split horizontally and vertically, and latted merged back, so it is not necessary to convert the entire video if only parts of it actually need it. Because some tools are less agnostic than other tools, partial conversion to CIEXYZ is also added. blind-convert must be updated, and all tools most be test Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-27Add blind-transition, improve blind-dissolve, and fix blind-{cone,spiral}-gradientMattias Andrée4-20/+114
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind-gauss-blur: change glow functionMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26Add glow effectsMattias Andrée2-4/+40
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind{-make,}-kernel: apply identity kernel instead of null kernel to non-selected channelsMattias Andrée2-24/+26
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind-kernel: add more kernelsMattias Andrée1-5/+93
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind*-mean: add -d and replace power with power-streamMattias Andrée3-60/+105
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26Add blind-meanMattias Andrée3-2/+173
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-25Fix blind-kernel and blind-temporal-mean,d add blind-{spatial,temporal}-arithm and blind-spatial-mean, and add support for multiple streams in ↵Mattias Andrée9-104/+448
blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Fix support for using sockets insteads of pipesMattias Andrée4-4/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Fix some errors, add manual for blind-colour-matrix and add blind-primary-keyMattias Andrée4-40/+55
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Add blind-colour-matrix, and blind-invert-matrix: fix -e and add -axyzMattias Andrée2-8/+160
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-22Add blind-apply-kernelMattias Andrée2-0/+161
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-22Remove leftover backslashMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-22Fix using blind-from-name without commandMattias Andrée1-38/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-21blind-split-chan: add -cMattias Andrée1-13/+39
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-20Add blind-affine-colour and blind-split-chansMattias Andrée2-0/+183
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-18Add blind-mosaic-corners and fix enset_pixel_formatMattias Andrée2-1/+117
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-16Misc code improvementsMattias Andrée56-431/+213
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-16Use #include instead of #defineMattias Andrée41-1675/+1849
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Some improvements and fixesMattias Andrée41-366/+295
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Generate USING_BINARY{32,64}Mattias Andrée4-6/+23
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Fix warningsMattias Andrée22-124/+80
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix blind-{cross,dot,quaternion}-product and blind-vector-projectionMattias Andrée4-8/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix ensend_{frames,rows,pixels}Mattias Andrée1-3/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-matrix-{rotate,shear}: add -dMattias Andrée3-8/+73
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix blind-invert-matrix and increase percision of blind-to-textMattias Andrée2-7/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-matrix-rotate: fix nonuse of -cMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-matrix-{rotate,transpose}: fix input checkMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Improve palette in blind-hexagon-tessellation and blind-rectangle-tessellationMattias Andrée2-24/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-invert-matrixMattias Andrée1-0/+132
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-multiply-matricesMattias Andrée1-0/+138
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-stack: fix frame count predictionMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose}Mattias Andrée8-0/+564
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Improve performance of blind-stackMattias Andrée1-4/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-mosaic-edgesMattias Andrée1-0/+114
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Add blind-mosaicMattias Andrée1-0/+174
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Add blind-rectangle-tessellation, blind-triangle-tessellation, and blind-hexagon-tessellationMattias Andrée3-0/+273
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-12Add blind-apply-palette and blind-colour-ciexyz always outputs all three parametersMattias Andrée3-4/+118
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-12Add blind-get-coloursMattias Andrée1-0/+88
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11Add blind-repeat-tessellationMattias Andrée1-0/+52
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: add -tMattias Andrée1-3/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: add -sMattias Andrée1-1/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: fix -aMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: set the value of the singularity to 0Mattias Andrée1-6/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-08Add blind-spectrum (not yet documented)Mattias Andrée1-0/+166
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-07Fix blind-spiral-gradientMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-07Add blind-chroma-keyMattias Andrée2-1/+94
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-05Add blind-dual-keyMattias Andrée1-0/+81
Signed-off-by: Mattias Andrée <maandree@kth.se>