aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-08Add blind-translate and fix errorsMattias Andrée4-7/+217
2017-04-08Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée16-45/+48
2017-01-29blind-repeat: add support for reading from stdinMattias Andrée1-17/+73
2017-01-29blind-crop: add -s and -SMattias Andrée1-11/+33
2017-01-26Forgot to commit two filesMattias Andrée1-1/+11
2017-01-26Add blind-compress and blind-decompressMattias Andrée2-0/+133
2017-01-25blind-arithm: add absMattias Andrée1-1/+2
2017-01-22blind-gauss-blur: fix -aMattias Andrée1-41/+35
2017-01-22blind-gauss-blur: fix -sMattias Andrée1-1/+1
2017-01-21Forgot a bang...Mattias Andrée1-1/+1
2017-01-21Don't open files from /dev/fd/, just return the fd.Mattias Andrée2-8/+16
2017-01-21blind-stack: the output video can be longer than the first input videoMattias Andrée1-1/+5
2017-01-21Add blind-colour-ciexyzMattias Andrée1-0/+23
2017-01-21blind-single-colour: when only Y is specified, adjust X and Z so that the colour is always greyMattias Andrée1-0/+2
2017-01-20Explaination of why blind-set-luma may look weirdMattias Andrée1-1/+33
2017-01-20blind-dissolve: fix directionMattias Andrée1-2/+2
2017-01-20Fix blind-rewrite-headMattias Andrée1-3/+1
2017-01-20Fix blind-cutMattias Andrée1-1/+1
2017-01-20blind-extend: less bracketsMattias Andrée1-5/+5
2017-01-20Fix blind-cropMattias Andrée1-6/+7
2017-01-20blind-guass-blur: check that the SD is positiveMattias Andrée1-5/+7
2017-01-20blind-gauss-blur: fix -aMattias Andrée1-2/+4
2017-01-20Forgot to commit a fileMattias Andrée1-8/+12
2017-01-20Fix blind-from-text, blind-to-text worksMattias Andrée1-2/+2
2017-01-20Add blind-time-blurMattias Andrée1-0/+79
2017-01-20blid-arithm: usage: correct order of -x and -yMattias Andrée1-1/+1
2017-01-20Fix and improve blind-gauss-blur, and fix new bug in blind-from-imageMattias Andrée6-111/+308
2017-01-15Fix errorsMattias Andrée6-31/+165
2017-01-15Fix some minor errorsMattias Andrée4-7/+10
2017-01-15Use macros to write the headMattias Andrée7-13/+20
2017-01-15blind-config: fix -jMattias Andrée1-12/+9
2017-01-14blind-reverse: add -i (reverse file in place)Mattias Andrée1-23/+83
2017-01-14Fix offset bug in blind-reverse and add exampleMattias Andrée1-1/+3
2017-01-14blind-split: fix error checkMattias Andrée1-1/+1
2017-01-14blind-from-video and blind-split: add -LMattias Andrée2-21/+57
2017-01-14Fix blind-split and add exampleMattias Andrée2-7/+12
2017-01-14Add definition checks for posix_fadvise flags + blind-concat: add -jMattias Andrée6-9/+164
2017-01-14Fix blind-stack and blind-concateMattias Andrée2-7/+11
2017-01-14Fix blind-transposeMattias Andrée1-7/+12
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