aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* More rationaleMattias Andrée2017-01-121-5/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add vu-gauss-blurMattias Andrée2017-01-1212-38/+353
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Makefile: clean: do not list .o files explicitlyMattias Andrée2017-01-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-rewrite-headMattias Andrée2017-01-123-3/+131
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Free all allocations at end + use calloc instead of memsetMattias Andrée2017-01-123-4/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* cleanupMattias Andrée2017-01-123-89/+75
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix writeall + vu-split: reuse codeMattias Andrée2017-01-112-13/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix vu-repeatMattias Andrée2017-01-111-14/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix vu-cutMattias Andrée2017-01-113-9/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-111-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-111-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reuse codeMattias Andrée2017-01-112-32/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reuse codeMattias Andrée2017-01-118-249/+87
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up codeMattias Andrée2017-01-1138-1019/+740
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-crop: add -tMattias Andrée2017-01-112-13/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-cropMattias Andrée2017-01-112-0/+97
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-extendMattias Andrée2017-01-116-5/+149
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Refuse infinite writes to regular filesMattias Andrée2017-01-104-21/+51
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-transposeMattias Andrée2017-01-103-1/+87
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-single-colour: print headerMattias Andrée2017-01-101-9/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-single-colour: add support for infinity repeatMattias Andrée2017-01-101-4/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-splitMattias Andrée2017-01-103-1/+93
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add vu-cutMattias Andrée2017-01-106-4/+96
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-01-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Check that the width and height are non-zero, to avoid division by zero errorMattias Andrée2017-01-101-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>