aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-set-alpha.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée2017-08-051-14/+16
| | | | | | | | | | | | | | | | | 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 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-3/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for floatsMattias Andrée2017-05-071-22/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-091-7/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errorsMattias Andrée2017-01-151-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to blindMattias Andrée2017-01-131-0/+69
Signed-off-by: Mattias Andrée <maandree@kth.se>