aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix offset bug in blind-reverse and add exampleMattias Andrée2017-01-141-1/+3
* blind-split: fix error checkMattias Andrée2017-01-141-1/+1
* blind-from-video and blind-split: add -LMattias Andrée2017-01-142-21/+57
* Fix blind-split and add exampleMattias Andrée2017-01-142-7/+12
* Add definition checks for posix_fadvise flags + blind-concat: add -jMattias Andrée2017-01-146-9/+164
* Fix blind-stack and blind-concateMattias Andrée2017-01-142-7/+11
* Fix blind-transposeMattias Andrée2017-01-141-7/+12
* Fix errors, blind-{to,from}-{video,image} worksMattias Andrée2017-01-1414-114/+144
* Rename to blindMattias Andrée2017-01-1330-0/+0
* vu-from-video: fix Y'UV encoding + add vu-to-videoMattias Andrée2017-01-132-6/+152
* vu-from-image: style fix + vu-from-video: fix loopMattias Andrée2017-01-132-3/+3
* vu-from-video: add -dMattias Andrée2017-01-132-14/+66
* Add vu-from-videoMattias Andrée2017-01-127-3/+296
* Fix header size limitMattias Andrée2017-01-123-3/+3
* Fix and improve vu-from-imageMattias Andrée2017-01-123-95/+207
* vu-from-image: fix sRGB to CIE XYZ conversion: deapply transfer functionMattias Andrée2017-01-121-3/+3
* Add vu-from-textMattias Andrée2017-01-122-1/+72
* Add vu-to-textMattias Andrée2017-01-121-0/+51
* vu-arithm and vu-read-head: fix argc checkMattias Andrée2017-01-122-2/+2
* m + Add vu-gauss-blurMattias Andrée2017-01-129-36/+347
* Add vu-rewrite-headMattias Andrée2017-01-122-3/+130
* Free all allocations at end + use calloc instead of memsetMattias Andrée2017-01-123-4/+7
* cleanupMattias Andrée2017-01-123-89/+75
* Fix writeall + vu-split: reuse codeMattias Andrée2017-01-112-13/+7
* Fix vu-repeatMattias Andrée2017-01-111-14/+9
* Fix vu-cutMattias Andrée2017-01-113-9/+11
* Reuse codeMattias Andrée2017-01-112-32/+3
* Reuse codeMattias Andrée2017-01-118-249/+87
* Clean up codeMattias Andrée2017-01-1137-1018/+738
* vu-crop: add -tMattias Andrée2017-01-111-12/+36
* Add vu-cropMattias Andrée2017-01-111-0/+96
* Add vu-extendMattias Andrée2017-01-114-4/+148
* Refuse infinite writes to regular filesMattias Andrée2017-01-104-21/+51
* Add vu-transposeMattias Andrée2017-01-101-0/+86
* vu-single-colour: print headerMattias Andrée2017-01-101-9/+20
* vu-single-colour: add support for infinity repeatMattias Andrée2017-01-101-4/+10
* Add vu-splitMattias Andrée2017-01-101-0/+92
* m + Add vu-cutMattias Andrée2017-01-104-3/+95
* mMattias Andrée2017-01-101-1/+1
* Check that the width and height are non-zero, to avoid division by zero errorMattias Andrée2017-01-101-0/+5
* vu-repeat: add option to repeat ad infinitumMattias Andrée2017-01-101-6/+17
* vu-from-image: add support for farbfeld and 16-bit RGBA PAMMattias Andrée2017-01-101-10/+52
* vu-to-image: add farbfeld supportMattias Andrée2017-01-101-10/+29
* Rename vu-image-to-frame to vu-from-image and vu-frame-to-image to vu-to-imageMattias Andrée2017-01-102-0/+0
* vu-image-to-frame: add -h: headless frameMattias Andrée2017-01-101-5/+11
* Add vu-set-saturationMattias Andrée2017-01-101-0/+150
* Add vu-reverseMattias Andrée2017-01-091-0/+70
* mMattias Andrée2017-01-091-1/+1
* vu-repeat: use posix_fadviseMattias Andrée2017-01-091-0/+1
* Add vu-arithmMattias Andrée2017-01-091-0/+157