| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-10-18 | Fix error in arg.h | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-10-18 | Fix error in arg.h | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-09-24 | nselect_print_format: include Ls | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-09-24 | Add -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyz | Mattias Andrée | 11 | -31/+312 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-09-23 | Fix colour distortion | Mattias Andrée | 5 | -44/+49 | |
| This matrices are not convert to or from the proper YUV colour space both rather the ones used in videos. srgb_to_yuv was created by converting the image [sRGB(100%, 0, 0); sRGB(0, 100%, 0); sRGB(0, 0, 100%)] to YUV with FFmpeg and transposing the matrix. yuv_to_srgb is the inversion of that matrix, the values in the first column should all be 1 but are not due to rounding/truncation error. Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-09-23 | Fix conversion of Y value | Mattias Andrée | 5 | -39/+38 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-09-23 | blind-to-video manpage: transparent videos | Mattias Andrée | 2 | -1/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-09-16 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-09-04 | Update todo | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-08-23 | Add blind-peek-head | Mattias Andrée | 7 | -5/+193 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-08-17 | Update todo | Mattias Andrée | 1 | -0/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-08-16 | blind-next-frame: fix exit status on incorrect usage | Mattias Andrée | 2 | -2/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-08-06 | Fix bugs in blind-from-video | Mattias Andrée | 1 | -8/+17 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-08-06 | Update blind-convert to support unconverted output from ffmpeg and partially converted output | Mattias Andrée | 16 | -298/+515 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-08-05 | Update todo | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-08-05 | Add support for skipping conversion to CIEXYZ (not complete) | Mattias Andrée | 76 | -167/+892 | |
| 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-27 | fix typo and alphabetical order of commands | Mattias Andrée | 3 | -7/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-27 | Add blind-transition, improve blind-dissolve, and fix blind-{cone,spiral}-gradient | Mattias Andrée | 12 | -22/+168 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-26 | blind-gauss-blur: change glow function | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-26 | Add glow effects | Mattias Andrée | 5 | -9/+54 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-26 | blind{-make,}-kernel: apply identity kernel instead of null kernel to non-selected channels | Mattias Andrée | 4 | -40/+42 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-26 | blind-kernel: add more kernels | Mattias Andrée | 2 | -28/+198 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-26 | blind*-mean: add -d and replace power with power-stream | Mattias Andrée | 7 | -103/+169 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-26 | Add blind-mean | Mattias Andrée | 13 | -10/+275 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-25 | 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ée | 22 | -116/+801 | |
| blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-23 | Add ability to choose korn shell implementation | Mattias Andrée | 3 | -3/+13 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-23 | Fix support for using sockets insteads of pipes | Mattias Andrée | 4 | -4/+16 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-23 | blind-primary-key: remove ./ and make more portable | Mattias Andrée | 1 | -6/+6 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-23 | Fix whitespace | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-23 | blind-primary-key: add -k | Mattias Andrée | 2 | -12/+41 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-23 | Fix blind-primary-key | Mattias Andrée | 2 | -11/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-23 | Fix some errors, add manual for blind-colour-matrix and add blind-primary-key | Mattias Andrée | 14 | -43/+350 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-23 | Add blind-colour-matrix, and blind-invert-matrix: fix -e and add -axyz | Mattias Andrée | 9 | -12/+186 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-22 | Add blind-apply-kernel | Mattias Andrée | 8 | -2/+246 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-22 | Remove leftover backslash | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-22 | Fix using blind-from-name without command | Mattias Andrée | 2 | -40/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-21 | blind-split-chan: add -c | Mattias Andrée | 2 | -13/+49 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-20 | Update todo | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-20 | Add blind-affine-colour and blind-split-chans | Mattias Andrée | 12 | -17/+335 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-18 | Add blind-mosaic-corners and fix enset_pixel_format | Mattias Andrée | 12 | -1/+171 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-16 | Misc code improvements | Mattias Andrée | 56 | -431/+213 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-16 | Use #include instead of #define | Mattias Andrée | 42 | -1675/+1850 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-15 | Install the scripts | Mattias Andrée | 1 | -4/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-15 | Add multi-call binary installation | Mattias Andrée | 2 | -1/+46 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-15 | Update todo | Mattias Andrée | 1 | -2/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-15 | Some improvements and fixes | Mattias Andrée | 43 | -371/+297 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-15 | Generate USING_BINARY{32,64} | Mattias Andrée | 7 | -10/+34 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-15 | Fix warnings | Mattias Andrée | 22 | -124/+80 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-14 | Fix blind-{cross,dot,quaternion}-product and blind-vector-projection | Mattias Andrée | 5 | -19/+8 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2017-07-14 | Fix ensend_{frames,rows,pixels} | Mattias Andrée | 2 | -8/+6 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
