aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyzMattias Andrée2017-09-241-0/+2
| | | | 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-4/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée2017-08-051-3/+23
| | | | | | | | | | | | | | | | | 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>
* Misc code improvementsMattias Andrée2017-07-161-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some improvements and fixesMattias Andrée2017-07-151-3/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-extract-alphaMattias Andrée2017-07-051-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-disperse, blind-split-rows, and blind-split-colsMattias Andrée2017-06-021-8/+26
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-stack: add -sMattias Andrée2017-05-311-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-16/+53
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add padding to struct streamMattias Andrée2017-05-091-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for floatsMattias Andrée2017-05-071-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-091-0/+5
| | | | 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-6/+6
| | | | 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-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix some minor errorsMattias Andrée2017-01-151-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use macros to write the headMattias Andrée2017-01-151-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-from-videoMattias Andrée2017-01-121-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add vu-gauss-blurMattias Andrée2017-01-121-3/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* cleanupMattias Andrée2017-01-121-0/+3
| | | | 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-16/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up codeMattias Andrée2017-01-111-32/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Refuse infinite writes to regular filesMattias Andrée2017-01-101-3/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use CIE XYZ instead of sRGBMattias Andrée2017-01-091-0/+28
Signed-off-by: Mattias Andrée <maandree@kth.se>