aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-single-colour.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée2017-08-051-0/+3
| | | | | | | | | | | | | | | | | 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 support for using sockets insteads of pipesMattias Andrée2017-07-231-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Misc code improvementsMattias Andrée2017-07-161-8/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use #include instead of #defineMattias Andrée2017-07-161-25/+30
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors and warnings and make the code cleanerMattias Andrée2017-05-161-4/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for floatsMattias Andrée2017-05-071-22/+43
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor rewrite of blind-single-colour.cMattias Andrée2017-05-031-16/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add constants D65_XYZ_X and D65_XYZ_ZMattias Andrée2017-05-031-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-091-1/+1
| | | | 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-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-single-colour: when only Y is specified, adjust X and Z so that the colour is always greyMattias Andrée2017-01-211-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix some minor errorsMattias Andrée2017-01-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to blindMattias Andrée2017-01-131-0/+88
Signed-off-by: Mattias Andrée <maandree@kth.se>