aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-14Fix errors, blind-{to,from}-{video,image} worksMattias Andrée14-114/+144
2017-01-13Rename to blindMattias Andrée30-0/+0
2017-01-13vu-from-video: fix Y'UV encoding + add vu-to-videoMattias Andrée2-6/+152
2017-01-13vu-from-image: style fix + vu-from-video: fix loopMattias Andrée2-3/+3
2017-01-13vu-from-video: add -dMattias Andrée2-14/+66
2017-01-12Add vu-from-videoMattias Andrée7-3/+296
2017-01-12Fix header size limitMattias Andrée3-3/+3
2017-01-12Fix and improve vu-from-imageMattias Andrée3-95/+207
2017-01-12vu-from-image: fix sRGB to CIE XYZ conversion: deapply transfer functionMattias Andrée1-3/+3
2017-01-12Add vu-from-textMattias Andrée2-1/+72
2017-01-12Add vu-to-textMattias Andrée1-0/+51
2017-01-12vu-arithm and vu-read-head: fix argc checkMattias Andrée2-2/+2
2017-01-12m + Add vu-gauss-blurMattias Andrée9-36/+347
2017-01-12Add vu-rewrite-headMattias Andrée2-3/+130
2017-01-12Free all allocations at end + use calloc instead of memsetMattias Andrée3-4/+7
2017-01-12cleanupMattias Andrée3-89/+75
2017-01-11Fix writeall + vu-split: reuse codeMattias Andrée2-13/+7
2017-01-11Fix vu-repeatMattias Andrée1-14/+9
2017-01-11Fix vu-cutMattias Andrée3-9/+11
2017-01-11Reuse codeMattias Andrée2-32/+3
2017-01-11Reuse codeMattias Andrée8-249/+87
2017-01-11Clean up codeMattias Andrée37-1018/+738
2017-01-11vu-crop: add -tMattias Andrée1-12/+36
2017-01-11Add vu-cropMattias Andrée1-0/+96
2017-01-11Add vu-extendMattias Andrée4-4/+148
2017-01-10Refuse infinite writes to regular filesMattias Andrée4-21/+51
2017-01-10Add vu-transposeMattias Andrée1-0/+86
2017-01-10vu-single-colour: print headerMattias Andrée1-9/+20
2017-01-10vu-single-colour: add support for infinity repeatMattias Andrée1-4/+10
2017-01-10Add vu-splitMattias Andrée1-0/+92
2017-01-10m + Add vu-cutMattias Andrée4-3/+95
2017-01-10mMattias Andrée1-1/+1
2017-01-10Check that the width and height are non-zero, to avoid division by zero errorMattias Andrée1-0/+5
2017-01-10vu-repeat: add option to repeat ad infinitumMattias Andrée1-6/+17
2017-01-10vu-from-image: add support for farbfeld and 16-bit RGBA PAMMattias Andrée1-10/+52
2017-01-10vu-to-image: add farbfeld supportMattias Andrée1-10/+29
2017-01-10Rename vu-image-to-frame to vu-from-image and vu-frame-to-image to vu-to-imageMattias Andrée2-0/+0
2017-01-10vu-image-to-frame: add -h: headless frameMattias Andrée1-5/+11
2017-01-10Add vu-set-saturationMattias Andrée1-0/+150
2017-01-09Add vu-reverseMattias Andrée1-0/+70
2017-01-09mMattias Andrée1-1/+1
2017-01-09vu-repeat: use posix_fadviseMattias Andrée1-0/+1
2017-01-09Add vu-arithmMattias Andrée1-0/+157
2017-01-09Fix warnings and add config.mkMattias Andrée7-9/+10
2017-01-09m + add vu-invert-luma.cMattias Andrée2-1/+145
2017-01-09Add vu-set-lumaMattias Andrée1-0/+124
2017-01-09vu-set-alpha: used stdin for the colour streamMattias Andrée1-8/+6
2017-01-09vu-concat: fix frame count in outputMattias Andrée1-21/+30
2017-01-09vu-repeat: fix frame count in outputMattias Andrée1-0/+3
2017-01-09Add vu-flipMattias Andrée1-0/+81