aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add blind-skip-patternMattias Andrée2017-04-095-2/+113
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-next-frame: add -f flag: read multiple framesMattias Andrée2017-04-0916-29/+46
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-translate.1: document memory requirementMattias Andrée2017-04-081-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-translate and fix errorsMattias Andrée2017-04-0816-17/+279
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée2017-04-0828-45/+137
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update TODO: blind-from-sentMattias Andrée2017-04-041-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-03-251-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-repeat: add support for reading from stdinMattias Andrée2017-01-292-19/+86
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-crop: add -s and -SMattias Andrée2017-01-292-12/+44
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-compress.1 and blind-decompress.1Mattias Andrée2017-01-264-0/+50
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot to commit two filesMattias Andrée2017-01-262-1/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-compress and blind-decompressMattias Andrée2017-01-262-0/+133
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-arithm: add absMattias Andrée2017-01-252-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-251-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Makefile: add install, uninstall, and dist1.0Mattias Andrée2017-01-222-3/+76
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add main man pageMattias Andrée2017-01-2238-13/+309
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Man pages: add see also sectionMattias Andrée2017-01-2235-0/+148
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update readmeMattias Andrée2017-01-221-20/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-01-222-42/+37
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-223-1/+134
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-223-0/+84
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -sMattias Andrée2017-01-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-2230-25/+200
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-224-3/+156
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot a bang...Mattias Andrée2017-01-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Don't open files from /dev/fd/, just return the fd.Mattias Andrée2017-01-212-8/+16
| | | | | | | | | | Advantage 1: Less file descriptors opened. Advantage 2: The other end will be alerted when the process closes the file descriptor, and does not have to wait until the process exits. Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-213-1/+78
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-stack: the output video can be longer than the first input videoMattias Andrée2017-01-211-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-colour-ciexyzMattias Andrée2017-01-215-1/+65
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-215-0/+198
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-single-colour: when only Y is specified, adjust X and Z so that the colour is always greyMattias Andrée2017-01-211-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-213-6/+125
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-212-2/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Explaination of why blind-set-luma may look weirdMattias Andrée2017-01-201-1/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-206-1/+129
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-dissolve: fix directionMattias Andrée2017-01-201-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-209-0/+179
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todo: add blind-affine-colourMattias Andrée2017-01-201-6/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-rewrite-headMattias Andrée2017-01-202-6/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-cutMattias Andrée2017-01-202-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-extend: less bracketsMattias Andrée2017-01-202-6/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-cropMattias Andrée2017-01-202-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-guass-blur: check that the SD is positiveMattias Andrée2017-01-201-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-01-201-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot to commit a fileMattias Andrée2017-01-201-8/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-from-text, blind-to-text worksMattias Andrée2017-01-202-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-201-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-time-blurMattias Andrée2017-01-202-0/+80
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blid-arithm: usage: correct order of -x and -yMattias Andrée2017-01-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and improve blind-gauss-blur, and fix new bug in blind-from-imageMattias Andrée2017-01-207-112/+308
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>