aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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ée2-0/+0
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-10Add vu-set-saturationMattias Andrée1-0/+150
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09Add vu-reverseMattias Andrée1-0/+70
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09vu-repeat: use posix_fadviseMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09Add vu-arithmMattias Andrée1-0/+157
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09Fix warnings and add config.mkMattias Andrée7-9/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09m + add vu-invert-luma.cMattias Andrée2-1/+145
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09Add vu-set-lumaMattias Andrée1-0/+124
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09vu-set-alpha: used stdin for the colour streamMattias Andrée1-8/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09vu-concat: fix frame count in outputMattias Andrée1-21/+30
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09vu-repeat: fix frame count in outputMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09Add vu-flipMattias Andrée1-0/+81
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09mMattias Andrée2-5/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09Add vu-flopMattias Andrée1-0/+79
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09Use CIE XYZ instead of sRGBMattias Andrée15-357/+924
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Add vu-dissolveMattias Andrée1-0/+97
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Add vu-next-frameMattias Andrée1-0/+68
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Add vu-frame-to-imageMattias Andrée1-0/+67
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Rewrite vu-image-to-frame in C for performance and proper error handlingMattias Andrée3-3/+116
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Add vu-stackMattias Andrée2-0/+196
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Add vu-image-to-frameMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Add vu-repeatMattias Andrée1-0/+59
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Add vu-set-alphaMattias Andrée1-0/+138
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08mMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-08Add vu-single-colourMattias Andrée4-0/+365
Signed-off-by: Mattias Andrée <maandree@kth.se>