aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-gauss-blur.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée2017-08-051-0/+2
| | | | | | | | | | | | | | | | | 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>
* blind-gauss-blur: change glow functionMattias Andrée2017-07-261-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add glow effectsMattias Andrée2017-07-261-1/+32
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Misc code improvementsMattias Andrée2017-07-161-12/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2017-06-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors and warnings and make the code cleanerMattias Andrée2017-05-161-21/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-101-25/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for floatsMattias Andrée2017-05-071-164/+180
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-05-061-7/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add constants D65_XYZ_X and D65_XYZ_ZMattias Andrée2017-05-031-8/+5
| | | | 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>
* Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée2017-04-081-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-01-221-41/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -sMattias Andrée2017-01-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-guass-blur: check that the SD is positiveMattias Andrée2017-01-201-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-01-201-2/+4
| | | | 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-98/+272
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors, blind-{to,from}-{video,image} worksMattias Andrée2017-01-141-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to blindMattias Andrée2017-01-131-0/+189
Signed-off-by: Mattias Andrée <maandree@kth.se>