aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* blind-next-frame: fix exit status on incorrect usageMattias Andrée2017-08-162-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugs in blind-from-videoMattias Andrée2017-08-061-8/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update blind-convert to support unconverted output from ffmpeg and partially converted outputMattias Andrée2017-08-0614-254/+504
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée2017-08-0567-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>
* Add blind-transition, improve blind-dissolve, and fix blind-{cone,spiral}-gradientMattias Andrée2017-07-274-20/+114
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: change glow functionMattias Andrée2017-07-261-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add glow effectsMattias Andrée2017-07-262-4/+40
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind{-make,}-kernel: apply identity kernel instead of null kernel to non-selected channelsMattias Andrée2017-07-262-24/+26
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-kernel: add more kernelsMattias Andrée2017-07-261-5/+93
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind*-mean: add -d and replace power with power-streamMattias Andrée2017-07-263-60/+105
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-meanMattias Andrée2017-07-263-2/+173
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix 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ée2017-07-259-104/+448
| | | | | | blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix support for using sockets insteads of pipesMattias Andrée2017-07-234-4/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix some errors, add manual for blind-colour-matrix and add blind-primary-keyMattias Andrée2017-07-234-40/+55
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-colour-matrix, and blind-invert-matrix: fix -e and add -axyzMattias Andrée2017-07-232-8/+160
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-apply-kernelMattias Andrée2017-07-222-0/+161
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove leftover backslashMattias Andrée2017-07-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix using blind-from-name without commandMattias Andrée2017-07-221-38/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-split-chan: add -cMattias Andrée2017-07-211-13/+39
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-affine-colour and blind-split-chansMattias Andrée2017-07-202-0/+183
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-mosaic-corners and fix enset_pixel_formatMattias Andrée2017-07-182-1/+117
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Misc code improvementsMattias Andrée2017-07-1656-431/+213
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use #include instead of #defineMattias Andrée2017-07-1641-1675/+1849
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some improvements and fixesMattias Andrée2017-07-1541-366/+295
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Generate USING_BINARY{32,64}Mattias Andrée2017-07-154-6/+23
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2017-07-1522-124/+80
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-{cross,dot,quaternion}-product and blind-vector-projectionMattias Andrée2017-07-144-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix ensend_{frames,rows,pixels}Mattias Andrée2017-07-141-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-matrix-{rotate,shear}: add -dMattias Andrée2017-07-143-8/+73
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-invert-matrix and increase percision of blind-to-textMattias Andrée2017-07-142-7/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-matrix-rotate: fix nonuse of -cMattias Andrée2017-07-141-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-matrix-{rotate,transpose}: fix input checkMattias Andrée2017-07-142-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve palette in blind-hexagon-tessellation and blind-rectangle-tessellationMattias Andrée2017-07-142-24/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-invert-matrixMattias Andrée2017-07-141-0/+132
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-multiply-matricesMattias Andrée2017-07-141-0/+138
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-stack: fix frame count predictionMattias Andrée2017-07-141-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose}Mattias Andrée2017-07-148-0/+564
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve performance of blind-stackMattias Andrée2017-07-141-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-mosaic-edgesMattias Andrée2017-07-141-0/+114
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-mosaicMattias Andrée2017-07-131-0/+174
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-rectangle-tessellation, blind-triangle-tessellation, and blind-hexagon-tessellationMattias Andrée2017-07-133-0/+273
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-apply-palette and blind-colour-ciexyz always outputs all three parametersMattias Andrée2017-07-123-4/+118
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-get-coloursMattias Andrée2017-07-121-0/+88
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-repeat-tessellationMattias Andrée2017-07-111-0/+52
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-spiral-gradient: add -tMattias Andrée2017-07-111-3/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-spiral-gradient: add -sMattias Andrée2017-07-111-1/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-spiral-gradient: fix -aMattias Andrée2017-07-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-spiral-gradient: set the value of the singularity to 0Mattias Andrée2017-07-111-6/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-spectrum (not yet documented)Mattias Andrée2017-07-081-0/+166
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-spiral-gradientMattias Andrée2017-07-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>