aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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>
2017-01-12Fix and improve vu-from-imageMattias Andrée3-95/+207
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12vu-from-image: fix sRGB to CIE XYZ conversion: deapply transfer functionMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-from-textMattias Andrée2-1/+72
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-to-textMattias Andrée1-0/+51
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12vu-arithm and vu-read-head: fix argc checkMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12m + Add vu-gauss-blurMattias Andrée9-36/+347
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-rewrite-headMattias Andrée2-3/+130
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Free all allocations at end + use calloc instead of memsetMattias Andrée3-4/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12cleanupMattias Andrée3-89/+75
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Fix writeall + vu-split: reuse codeMattias Andrée2-13/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Fix vu-repeatMattias Andrée1-14/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>