aboutsummaryrefslogtreecommitdiffstats
path: root/TODO (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-24Add -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyzMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-09-23Fix colour distortionMattias Andrée1-2/+0
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-23Fix conversion of Y valueMattias Andrée1-2/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-09-23blind-to-video manpage: transparent videosMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-09-04Update todoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-08-17Update todoMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-08-05Update todoMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-08-05Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée1-9/+2
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ée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26Add glow effectsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind*-mean: add -d and replace power with power-streamMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26Add blind-meanMattias Andrée1-7/+2
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ée1-3/+0
blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Fix blind-primary-keyMattias Andrée1-9/+0
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ée1-1/+9
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ée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-22Add blind-apply-kernelMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-22Fix using blind-from-name without commandMattias Andrée1-2/+0
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ée1-13/+12
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ée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Generate USING_BINARY{32,64}Mattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix blind-{cross,dot,quaternion}-product and blind-vector-projectionMattias Andrée1-11/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix ensend_{frames,rows,pixels}Mattias Andrée1-5/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix blind-invert-matrix and increase percision of blind-to-textMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-07Add blind-chroma-keyMattias Andrée1-3/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03update todoMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Document blind-coordinate-field, blind-*-gradient, and blind-*-wave (sinc still pending), and sinus => sineMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add blind-normMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add blind-{,un}premultiply, blind-{dot,cross,quaternion}-product, and blind-vector-projectionMattias Andrée1-0/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Update todoMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-04Update todoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-03blind-repeat: add -f and fix reading from file bugMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-03There is no reason to add support for pipes in blind-rewrite-headMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Document blind-cat-rows and blind-cat-colsMattias Andrée1-4/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Fix blind-cat-cols and blind-cat-rows cmdline and document blind-disperse, blind-interleave, blind-split-cols, and blind-split-rowsMattias Andrée1-5/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-interleave, blind-cat-rows, and blind-cat-colsMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-disperse, blind-split-rows, and blind-split-colsMattias Andrée1-4/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Update todoMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Add blind-from-named and blind-to-namedMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Add blind-tempral-meanMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Fix errors in blind-kernel and add -w to box blur, and update TODOMattias Andrée1-0/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-kernelMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-to-portable and blind-from-portableMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09Add blind-skip-patternMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09blind-next-frame: add -f flag: read multiple framesMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-08Add blind-translate and fix errorsMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-04Update TODO: blind-from-sentMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-03-25Update todoMattias Andrée1-0/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>