aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-04Fix bad function castMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-04Fix error messageMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-04Fix enjoin_jobsMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-03Minor rewrite of blind-single-colour.cMattias Andrée1-16/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-03Add constants D65_XYZ_X and D65_XYZ_ZMattias Andrée5-27/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-02Fixes and improvements to stream.cMattias Andrée1-42/+41
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-02Fix call to exit in enjoin_jobsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-02Fix support for tiny frames in blind-reverseMattias Andrée1-8/+22
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-01Use stdin rather than stdout if - is opened with O_RDWR because <> defaults to stdinMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-01Fix blind-skip-patternMattias Andrée1-11/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-01blind-to-image: remove left over parametersMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-30Use stdin or stdout (depending on access mode) when opening -Mattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-30Do not reopen /dev/std{in,out,err} when specified explicitlyMattias Andrée1-1/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09Clean upMattias Andrée38-337/+270
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09Clean upMattias Andrée15-57/+48
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09Add blind-skip-patternMattias Andrée1-0/+84
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09blind-next-frame: add -f flag: read multiple framesMattias Andrée14-27/+38
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-08Add blind-translate and fix errorsMattias Andrée4-7/+217
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-08Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée16-45/+48
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-29blind-repeat: add support for reading from stdinMattias Andrée1-17/+73
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-29blind-crop: add -s and -SMattias Andrée1-11/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-26Forgot to commit two filesMattias Andrée1-1/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-26Add blind-compress and blind-decompressMattias Andrée2-0/+133
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-25blind-arithm: add absMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-22blind-gauss-blur: fix -aMattias Andrée1-41/+35
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-22blind-gauss-blur: fix -sMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-21Forgot a bang...Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-21Don't open files from /dev/fd/, just return the fd.Mattias Andrée2-8/+16
Advantage 1: Less file descriptors opened. Advantage 2: The other end will be alerted when the process closes the file descriptor, and does not have to wait until the process exits. Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-21blind-stack: the output video can be longer than the first input videoMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-21Add blind-colour-ciexyzMattias Andrée1-0/+23
Signed-off-by: Mattias Andrée <maandree@kth.se>
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
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20Explaination of why blind-set-luma may look weirdMattias Andrée1-1/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20blind-dissolve: fix directionMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20Fix blind-rewrite-headMattias Andrée1-3/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20Fix blind-cutMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20blind-extend: less bracketsMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20Fix blind-cropMattias Andrée1-6/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20blind-guass-blur: check that the SD is positiveMattias Andrée1-5/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20blind-gauss-blur: fix -aMattias Andrée1-2/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20Forgot to commit a fileMattias Andrée1-8/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20Fix blind-from-text, blind-to-text worksMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20Add blind-time-blurMattias Andrée1-0/+79
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20blid-arithm: usage: correct order of -x and -yMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-20Fix and improve blind-gauss-blur, and fix new bug in blind-from-imageMattias Andrée6-111/+308
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-15Fix errorsMattias Andrée6-31/+165
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-15Fix some minor errorsMattias Andrée4-7/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-15Use macros to write the headMattias Andrée7-13/+20
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-15blind-config: fix -jMattias Andrée1-12/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14blind-reverse: add -i (reverse file in place)Mattias Andrée1-23/+83
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14Fix offset bug in blind-reverse and add exampleMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>