aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Fix yearMattias Andrée2017-01-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add example: inplace-flopMattias Andrée2017-01-161-0/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-rotate-*: support arbitrary pathsMattias Andrée2017-01-163-6/+6
| | | | | Only an idiot would use <newline> in paths, but let's support it anyway (for fun).
* Add blind-rotate-90, blind-rotate-180, and blind-rotate-270Mattias Andrée2017-01-165-0/+62
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-161-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errorsMattias Andrée2017-01-157-38/+165
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix some minor errorsMattias Andrée2017-01-155-9/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use macros to write the headMattias Andrée2017-01-157-13/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-config: fix -jMattias Andrée2017-01-151-12/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m readmeMattias Andrée2017-01-151-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-01-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-reverse: add -i (reverse file in place)Mattias Andrée2017-01-141-23/+83
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix offset bug in blind-reverse and add exampleMattias Andrée2017-01-144-3/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-split: fix error checkMattias Andrée2017-01-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-01-141-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-from-video and blind-split: add -LMattias Andrée2017-01-143-35/+74
| | | | | | | | | This, combined with blind-to-video, allows the user to split a video file by frames (rather than time as with ffmpeg) into multiple files without ever storing the video in a raw format. This is feature is important because ever short video can take a 100 GB in raw format.
* Fix blind-split and add exampleMattias Andrée2017-01-144-7/+56
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-141-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-repeat worksMattias Andrée2017-01-141-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add definition checks for posix_fadvise flags + blind-concat: add -jMattias Andrée2017-01-148-13/+166
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-stack and blind-concateMattias Andrée2017-01-142-7/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-transposeMattias Andrée2017-01-142-13/+40
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors, blind-{to,from}-{video,image} worksMattias Andrée2017-01-1414-114/+144
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to blindMattias Andrée2017-01-1332-31/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-from-video: fix Y'UV encoding + add vu-to-videoMattias Andrée2017-01-134-7/+153
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-from-image: style fix + vu-from-video: fix loopMattias Andrée2017-01-132-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-from-video: add -dMattias Andrée2017-01-132-14/+66
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-from-videoMattias Andrée2017-01-129-6/+297
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix header size limitMattias Andrée2017-01-123-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and improve vu-from-imageMattias Andrée2017-01-123-95/+207
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-from-image: fix sRGB to CIE XYZ conversion: deapply transfer functionMattias Andrée2017-01-121-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-from-textMattias Andrée2017-01-124-2/+73
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-to-textMattias Andrée2017-01-123-1/+52
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-arithm and vu-read-head: fix argc checkMattias Andrée2017-01-122-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>