aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-crop.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-14Fix blind-stack and blind-concateMattias Andrée2-7/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14Fix blind-transposeMattias Andrée2-13/+40
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14Fix errors, blind-{to,from}-{video,image} worksMattias Andrée14-114/+144
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-13Rename to blindMattias Andrée32-31/+31
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-13vu-from-video: fix Y'UV encoding + add vu-to-videoMattias Andrée4-7/+153
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-13vu-from-image: style fix + vu-from-video: fix loopMattias Andrée2-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-13vu-from-video: add -dMattias Andrée2-14/+66
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-from-videoMattias Andrée9-6/+297
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Fix header size limitMattias Andrée3-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Fix and improve vu-from-imageMattias Andrée3-95/+207
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12vu-from-image: fix sRGB to CIE XYZ conversion: deapply transfer functionMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-from-textMattias Andrée4-2/+73
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-to-textMattias Andrée3-1/+52
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12vu-arithm and vu-read-head: fix argc checkMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12More rationaleMattias Andrée1-5/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12m + Add vu-gauss-blurMattias Andrée12-38/+353
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Makefile: clean: do not list .o files explicitlyMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-rewrite-headMattias Andrée3-3/+131
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Free all allocations at end + use calloc instead of memsetMattias Andrée3-4/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12cleanupMattias Andrée3-89/+75
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Fix writeall + vu-split: reuse codeMattias Andrée2-13/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Fix vu-repeatMattias Andrée1-14/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Fix vu-cutMattias Andrée3-9/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Update todoMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Update todoMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Reuse codeMattias Andrée2-32/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Reuse codeMattias Andrée8-249/+87
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Clean up codeMattias Andrée38-1019/+740
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11vu-crop: add -tMattias Andrée2-13/+36
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Add vu-cropMattias Andrée2-0/+97
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Add vu-extendMattias Andrée6-5/+149
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Update todoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Refuse infinite writes to regular filesMattias Andrée4-21/+51
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Add vu-transposeMattias Andrée3-1/+87
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10vu-single-colour: print headerMattias Andrée1-9/+20
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10vu-single-colour: add support for infinity repeatMattias Andrée1-4/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Add vu-splitMattias Andrée3-1/+93
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10m + Add vu-cutMattias Andrée6-4/+96
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Check that the width and height are non-zero, to avoid division by zero errorMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10vu-repeat: add option to repeat ad infinitumMattias Andrée1-6/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10vu-from-image: add support for farbfeld and 16-bit RGBA PAMMattias Andrée1-10/+52
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10vu-to-image: add farbfeld supportMattias Andrée1-10/+29
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Rename vu-image-to-frame to vu-from-image and vu-frame-to-image to vu-to-imageMattias Andrée3-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10vu-image-to-frame: add -h: headless frameMattias Andrée1-5/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Update todoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Update todoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Update todoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Add vu-set-saturationMattias Andrée2-0/+151
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Update todoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>