aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-03Minor rewrite of blind-single-colour.cMattias Andrée1-16/+6
2017-05-03Add constants D65_XYZ_X and D65_XYZ_ZMattias Andrée5-27/+19
2017-05-02Fixes and improvements to stream.cMattias Andrée1-42/+41
2017-05-02Fix call to exit in enjoin_jobsMattias Andrée1-2/+2
2017-05-02Fix support for tiny frames in blind-reverseMattias Andrée1-8/+22
2017-05-01Use stdin rather than stdout if - is opened with O_RDWR because <> defaults to stdinMattias Andrée1-3/+3
2017-05-01Fix blind-skip-patternMattias Andrée1-11/+13
2017-05-01blind-to-image: remove left over parametersMattias Andrée1-2/+2
2017-04-30Use stdin or stdout (depending on access mode) when opening -Mattias Andrée1-0/+5
2017-04-30Do not reopen /dev/std{in,out,err} when specified explicitlyMattias Andrée1-1/+8
2017-04-09Clean upMattias Andrée38-337/+270
2017-04-09Clean upMattias Andrée15-57/+48
2017-04-09Add blind-skip-patternMattias Andrée1-0/+84
2017-04-09blind-next-frame: add -f flag: read multiple framesMattias Andrée14-27/+38
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