aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not reopen /dev/std{in,out,err} when specified explicitlyMattias Andrée2017-04-301-1/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-091-6/+1
| | | | 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>
* Add blind-translate and fix errorsMattias Andrée2017-04-081-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot a bang...Mattias Andrée2017-01-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Don't open files from /dev/fd/, just return the fd.Mattias Andrée2017-01-211-0/+15
| | | | | | | | | | Advantage 1: Less file descriptors opened. Advantage 2: The other end will be alerted when the process closes the file descriptor, and does not have to wait until the process exits. 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-8/+29
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add definition checks for posix_fadvise flags + blind-concat: add -jMattias Andrée2017-01-141-0/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors, blind-{to,from}-{video,image} worksMattias Andrée2017-01-141-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and improve vu-from-imageMattias Andrée2017-01-121-4/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add vu-gauss-blurMattias Andrée2017-01-121-0/+50
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix writeall + vu-split: reuse codeMattias Andrée2017-01-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up codeMattias Andrée2017-01-111-67/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rewrite vu-image-to-frame in C for performance and proper error handlingMattias Andrée2017-01-081-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-single-colourMattias Andrée2017-01-081-0/+171
Signed-off-by: Mattias Andrée <maandree@kth.se>