aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée2017-04-081-11/+20
* Forgot to commit a fileMattias Andrée2017-01-201-8/+12
* Fix and improve blind-gauss-blur, and fix new bug in blind-from-imageMattias Andrée2017-01-201-2/+0
* Use macros to write the headMattias Andrée2017-01-151-2/+1
* Fix errors, blind-{to,from}-{video,image} worksMattias Andrée2017-01-141-6/+6
* Add vu-from-textMattias Andrée2017-01-121-1/+1
* m + Add vu-gauss-blurMattias Andrée2017-01-121-22/+76
* Add vu-rewrite-headMattias Andrée2017-01-121-3/+3
* cleanupMattias Andrée2017-01-121-0/+40
* Fix vu-cutMattias Andrée2017-01-111-0/+1
* Reuse codeMattias Andrée2017-01-111-0/+75
* Clean up codeMattias Andrée2017-01-111-2/+56
* Refuse infinite writes to regular filesMattias Andrée2017-01-101-18/+14
* Check that the width and height are non-zero, to avoid division by zero errorMattias Andrée2017-01-101-0/+5
* Use CIE XYZ instead of sRGBMattias Andrée2017-01-091-0/+138