aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-07Start on libblindMattias Andrée1-392/+54
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-09-24nselect_print_format: include LsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-09-24Add -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyzMattias Andrée1-0/+154
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-08-06Update blind-convert to support unconverted output from ffmpeg and partially converted outputMattias Andrée1-117/+69
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-08-05Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée1-14/+167
Some tools are colour space agnostic or even encoding agnostic, by skipping conversion to CIEXYZ when these tools are used, the rendering time can be significantly reduced. The video can also be split horizontally and vertically, and latted merged back, so it is not necessary to convert the entire video if only parts of it actually need it. Because some tools are less agnostic than other tools, partial conversion to CIEXYZ is also added. blind-convert must be updated, and all tools most be test Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-25Fix blind-kernel and blind-temporal-mean,d add blind-{spatial,temporal}-arithm and blind-spatial-mean, and add support for multiple streams in ↵Mattias Andrée1-1/+1
blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-18Add blind-mosaic-corners and fix enset_pixel_formatMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-16Misc code improvementsMattias Andrée1-6/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Some improvements and fixesMattias Andrée1-14/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix ensend_{frames,rows,pixels}Mattias Andrée1-3/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-05Add blind-extract-alphaMattias Andrée1-0/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-disperse, blind-split-rows, and blind-split-colsMattias Andrée1-2/+49
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-31blind-stack: add -sMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-16Fix errors and warnings and make the code cleanerMattias Andrée1-10/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Fix errors from the latest commitsMattias Andrée1-3/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Cleaner codeMattias Andrée1-0/+42
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Cleaner codeMattias Andrée1-43/+64
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-07Add blind-convertMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-07Add support for floatsMattias Andrée1-0/+33
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-02Fixes and improvements to stream.cMattias Andrée1-42/+41
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09Clean upMattias Andrée1-7/+31
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09Clean upMattias Andrée1-5/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-08Add blind-translate and fix errorsMattias Andrée1-4/+8
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ée1-11/+20
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 and improve blind-gauss-blur, and fix new bug in blind-from-imageMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-15Use macros to write the headMattias Andrée1-2/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14Fix errors, blind-{to,from}-{video,image} worksMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-from-textMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12m + Add vu-gauss-blurMattias Andrée1-22/+76
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-rewrite-headMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12cleanupMattias Andrée1-0/+40
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Fix vu-cutMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Reuse codeMattias Andrée1-0/+75
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Clean up codeMattias Andrée1-2/+56
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Refuse infinite writes to regular filesMattias Andrée1-18/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Check that the width and height are non-zero, to avoid division by zero errorMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-09Use CIE XYZ instead of sRGBMattias Andrée1-0/+138
Signed-off-by: Mattias Andrée <maandree@kth.se>