aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nselect_print_format: include LsMattias Andrée2017-09-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyzMattias Andrée2017-09-241-0/+154
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update blind-convert to support unconverted output from ffmpeg and partially converted outputMattias Andrée2017-08-061-117/+69
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée2017-08-051-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>
* Fix 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ée2017-07-251-1/+1
| | | | | | blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-mosaic-corners and fix enset_pixel_formatMattias Andrée2017-07-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Misc code improvementsMattias Andrée2017-07-161-6/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some improvements and fixesMattias Andrée2017-07-151-14/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix ensend_{frames,rows,pixels}Mattias Andrée2017-07-141-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-extract-alphaMattias Andrée2017-07-051-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-disperse, blind-split-rows, and blind-split-colsMattias Andrée2017-06-021-2/+49
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-stack: add -sMattias Andrée2017-05-311-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors and warnings and make the code cleanerMattias Andrée2017-05-161-10/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors from the latest commitsMattias Andrée2017-05-101-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-0/+42
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-43/+64
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-convertMattias Andrée2017-05-071-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for floatsMattias Andrée2017-05-071-0/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix error messageMattias Andrée2017-05-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fixes and improvements to stream.cMattias Andrée2017-05-021-42/+41
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-091-7/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-091-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-translate and fix errorsMattias Andrée2017-04-081-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée2017-04-081-11/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot to commit a fileMattias Andrée2017-01-201-8/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and improve blind-gauss-blur, and fix new bug in blind-from-imageMattias Andrée2017-01-201-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use macros to write the headMattias Andrée2017-01-151-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors, blind-{to,from}-{video,image} worksMattias Andrée2017-01-141-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-from-textMattias Andrée2017-01-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add vu-gauss-blurMattias Andrée2017-01-121-22/+76
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-rewrite-headMattias Andrée2017-01-121-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* cleanupMattias Andrée2017-01-121-0/+40
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix vu-cutMattias Andrée2017-01-111-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reuse codeMattias Andrée2017-01-111-0/+75
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up codeMattias Andrée2017-01-111-2/+56
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Refuse infinite writes to regular filesMattias Andrée2017-01-101-18/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Check that the width and height are non-zero, to avoid division by zero errorMattias Andrée2017-01-101-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use CIE XYZ instead of sRGBMattias Andrée2017-01-091-0/+138
Signed-off-by: Mattias Andrée <maandree@kth.se>