aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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>
2017-01-14blind-split: fix error checkMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14blind-from-video and blind-split: add -LMattias Andrée2-21/+57
This, combined with blind-to-video, allows the user to split a video file by frames (rather than time as with ffmpeg) into multiple files without ever storing the video in a raw format. This is feature is important because ever short video can take a 100 GB in raw format.
2017-01-14Fix blind-split and add exampleMattias Andrée2-7/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14Add definition checks for posix_fadvise flags + blind-concat: add -jMattias Andrée6-9/+164
Signed-off-by: Mattias Andrée <maandree@kth.se>
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ée1-7/+12
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ée30-0/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-13vu-from-video: fix Y'UV encoding + add vu-to-videoMattias Andrée2-6/+152
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ée7-3/+296
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>