aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some errors, add manual for blind-colour-matrix and add blind-primary-keyMattias Andrée2017-07-231-2/+4
* Fix warningsMattias Andrée2017-07-151-6/+6
* Fix return value of readallMattias Andrée2017-07-031-1/+1
* Fix errors and warnings and make the code cleanerMattias Andrée2017-05-161-18/+5
* Cleaner codeMattias Andrée2017-05-101-1/+29
* Cleaner codeMattias Andrée2017-05-101-2/+2
* Fix bug in readall, thanks to Jean-Louis FuchsMattias Andrée2017-05-091-1/+1
* Fix enjoin_jobsMattias Andrée2017-05-041-3/+3
* Fix call to exit in enjoin_jobsMattias Andrée2017-05-021-2/+2
* Use stdin rather than stdout if - is opened with O_RDWR because <> defaults to stdinMattias Andrée2017-05-011-3/+3
* Use stdin or stdout (depending on access mode) when opening -Mattias Andrée2017-04-301-0/+5
* Do not reopen /dev/std{in,out,err} when specified explicitlyMattias Andrée2017-04-301-1/+8
* Clean upMattias Andrée2017-04-091-6/+1
* Clean upMattias Andrée2017-04-091-1/+1
* Add blind-translate and fix errorsMattias Andrée2017-04-081-0/+12
* Forgot a bang...Mattias Andrée2017-01-211-1/+1
* Don't open files from /dev/fd/, just return the fd.Mattias Andrée2017-01-211-0/+15
* Fix and improve blind-gauss-blur, and fix new bug in blind-from-imageMattias Andrée2017-01-201-8/+29
* Add definition checks for posix_fadvise flags + blind-concat: add -jMattias Andrée2017-01-141-0/+16
* Fix errors, blind-{to,from}-{video,image} worksMattias Andrée2017-01-141-1/+0
* Fix and improve vu-from-imageMattias Andrée2017-01-121-4/+20
* m + Add vu-gauss-blurMattias Andrée2017-01-121-0/+50
* Fix writeall + vu-split: reuse codeMattias Andrée2017-01-111-1/+1
* Clean up codeMattias Andrée2017-01-111-67/+17
* Rewrite vu-image-to-frame in C for performance and proper error handlingMattias Andrée2017-01-081-1/+0
* Add vu-single-colourMattias Andrée2017-01-081-0/+171