| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix regression bug: the string "0" is an acceptable integer | Mattias Andrée | 2017-12-04 | 1 | -1/+1 |
| * | Fix typo bug found by Michael McConville | Mattias Andrée | 2017-12-04 | 1 | -1/+1 |
| * | Fix error in arg.h | Mattias Andrée | 2017-10-18 | 1 | -1/+1 |
| * | Fix error in arg.h | Mattias Andrée | 2017-10-18 | 1 | -1/+1 |
| * | nselect_print_format: include Ls | Mattias Andrée | 2017-09-24 | 1 | -1/+1 |
| * | Add -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyz | Mattias Andrée | 2017-09-24 | 7 | -29/+204 |
| * | Fix colour distortion | Mattias Andrée | 2017-09-23 | 4 | -42/+49 |
| * | Fix conversion of Y value | Mattias Andrée | 2017-09-23 | 4 | -37/+37 |
| * | Add blind-peek-head | Mattias Andrée | 2017-08-23 | 1 | -0/+152 |
| * | blind-next-frame: fix exit status on incorrect usage | Mattias Andrée | 2017-08-16 | 2 | -2/+5 |
| * | Fix bugs in blind-from-video | Mattias Andrée | 2017-08-06 | 1 | -8/+17 |
| * | Update blind-convert to support unconverted output from ffmpeg and partially converted output | Mattias Andrée | 2017-08-06 | 14 | -254/+504 |
| * | Add support for skipping conversion to CIEXYZ (not complete) | Mattias Andrée | 2017-08-05 | 67 | -150/+742 |
| * | Add blind-transition, improve blind-dissolve, and fix blind-{cone,spiral}-gradient | Mattias Andrée | 2017-07-27 | 4 | -20/+114 |
| * | blind-gauss-blur: change glow function | Mattias Andrée | 2017-07-26 | 1 | -4/+4 |
| * | Add glow effects | Mattias Andrée | 2017-07-26 | 2 | -4/+40 |
| * | blind{-make,}-kernel: apply identity kernel instead of null kernel to non-selected channels | Mattias Andrée | 2017-07-26 | 2 | -24/+26 |
| * | blind-kernel: add more kernels | Mattias Andrée | 2017-07-26 | 1 | -5/+93 |
| * | blind*-mean: add -d and replace power with power-stream | Mattias Andrée | 2017-07-26 | 3 | -60/+105 |
| * | Add blind-mean | Mattias Andrée | 2017-07-26 | 3 | -2/+173 |
| * | Fix blind-kernel and blind-temporal-mean,d add blind-{spatial,temporal}-arithm and blind-spatial-mean, and add support for multiple streams in blin... | Mattias Andrée | 2017-07-25 | 9 | -104/+448 |
| * | Fix support for using sockets insteads of pipes | Mattias Andrée | 2017-07-23 | 4 | -4/+16 |
| * | Fix some errors, add manual for blind-colour-matrix and add blind-primary-key | Mattias Andrée | 2017-07-23 | 4 | -40/+55 |
| * | Add blind-colour-matrix, and blind-invert-matrix: fix -e and add -axyz | Mattias Andrée | 2017-07-23 | 2 | -8/+160 |
| * | Add blind-apply-kernel | Mattias Andrée | 2017-07-22 | 2 | -0/+161 |
| * | Remove leftover backslash | Mattias Andrée | 2017-07-22 | 1 | -1/+1 |
| * | Fix using blind-from-name without command | Mattias Andrée | 2017-07-22 | 1 | -38/+7 |
| * | blind-split-chan: add -c | Mattias Andrée | 2017-07-21 | 1 | -13/+39 |
| * | Add blind-affine-colour and blind-split-chans | Mattias Andrée | 2017-07-20 | 2 | -0/+183 |
| * | Add blind-mosaic-corners and fix enset_pixel_format | Mattias Andrée | 2017-07-18 | 2 | -1/+117 |
| * | Misc code improvements | Mattias Andrée | 2017-07-16 | 56 | -431/+213 |
| * | Use #include instead of #define | Mattias Andrée | 2017-07-16 | 41 | -1675/+1849 |
| * | Some improvements and fixes | Mattias Andrée | 2017-07-15 | 41 | -366/+295 |
| * | Generate USING_BINARY{32,64} | Mattias Andrée | 2017-07-15 | 4 | -6/+23 |
| * | Fix warnings | Mattias Andrée | 2017-07-15 | 22 | -124/+80 |
| * | Fix blind-{cross,dot,quaternion}-product and blind-vector-projection | Mattias Andrée | 2017-07-14 | 4 | -8/+8 |
| * | Fix ensend_{frames,rows,pixels} | Mattias Andrée | 2017-07-14 | 1 | -3/+6 |
| * | blind-matrix-{rotate,shear}: add -d | Mattias Andrée | 2017-07-14 | 3 | -8/+73 |
| * | Fix blind-invert-matrix and increase percision of blind-to-text | Mattias Andrée | 2017-07-14 | 2 | -7/+9 |
| * | blind-matrix-rotate: fix nonuse of -c | Mattias Andrée | 2017-07-14 | 1 | -3/+3 |
| * | blind-matrix-{rotate,transpose}: fix input check | Mattias Andrée | 2017-07-14 | 2 | -2/+2 |
| * | Improve palette in blind-hexagon-tessellation and blind-rectangle-tessellation | Mattias Andrée | 2017-07-14 | 2 | -24/+24 |
| * | Add blind-invert-matrix | Mattias Andrée | 2017-07-14 | 1 | -0/+132 |
| * | Add blind-multiply-matrices | Mattias Andrée | 2017-07-14 | 1 | -0/+138 |
| * | blind-stack: fix frame count prediction | Mattias Andrée | 2017-07-14 | 1 | -1/+3 |
| * | Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose} | Mattias Andrée | 2017-07-14 | 8 | -0/+564 |
| * | Improve performance of blind-stack | Mattias Andrée | 2017-07-14 | 1 | -4/+5 |
| * | Add blind-mosaic-edges | Mattias Andrée | 2017-07-14 | 1 | -0/+114 |
| * | Add blind-mosaic | Mattias Andrée | 2017-07-13 | 1 | -0/+174 |
| * | Add blind-rectangle-tessellation, blind-triangle-tessellation, and blind-hexagon-tessellation | Mattias Andrée | 2017-07-13 | 3 | -0/+273 |