aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-kernel.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-27Add blind-transition, improve blind-dissolve, and fix blind-{cone,spiral}-gradientMattias Andrée12-22/+168
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ée5-9/+54
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ée4-40/+42
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind-kernel: add more kernelsMattias Andrée2-28/+198
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind*-mean: add -d and replace power with power-streamMattias Andrée7-103/+169
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26Add blind-meanMattias Andrée13-10/+275
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ée22-116/+801
blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Add ability to choose korn shell implementationMattias Andrée3-3/+13
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-23blind-primary-key: remove ./ and make more portableMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Fix whitespaceMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23blind-primary-key: add -kMattias Andrée2-12/+41
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Fix blind-primary-keyMattias Andrée2-11/+4
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ée14-43/+350
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ée9-12/+186
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-22Add blind-apply-kernelMattias Andrée8-2/+246
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ée2-40/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-21blind-split-chan: add -cMattias Andrée2-13/+49
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-20Update todoMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-20Add blind-affine-colour and blind-split-chansMattias Andrée12-17/+335
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-18Add blind-mosaic-corners and fix enset_pixel_formatMattias Andrée12-1/+171
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ée42-1675/+1850
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Install the scriptsMattias Andrée1-4/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Add multi-call binary installationMattias Andrée2-1/+46
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Update todoMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Some improvements and fixesMattias Andrée43-371/+297
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Generate USING_BINARY{32,64}Mattias Andrée7-10/+34
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ée5-19/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix ensend_{frames,rows,pixels}Mattias Andrée2-8/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-matrix-{rotate,shear}: add -dMattias Andrée5-10/+90
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix blind-invert-matrix and increase percision of blind-to-textMattias Andrée5-8/+22
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ée6-0/+175
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-multiply-matrices.1: reference -transpose, -flip, -flop, and -rotate-*Mattias Andrée1-1/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-multiply-matricesMattias Andrée13-8/+203
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ée18-0/+935
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ée3-7/+120
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Document blind-mosaic-edges (upcoming)Mattias Andrée8-5/+55
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Add blind-mosaicMattias Andrée10-7/+228
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Document blind-hexagon-tessellation, blind-rectangle-tessellation, and blind-triangle-tessellationMattias Andrée6-1/+131
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Add blind-rectangle-tessellation, blind-triangle-tessellation, and blind-hexagon-tessellationMattias Andrée4-0/+276
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-12Small improvements to the makefileMattias Andrée1-8/+20
Signed-off-by: Mattias Andrée <maandree@kth.se>