aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Reuse codeMattias Andrée2017-01-112-32/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reuse codeMattias Andrée2017-01-118-249/+87
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up codeMattias Andrée2017-01-1138-1019/+740
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-crop: add -tMattias Andrée2017-01-112-13/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-cropMattias Andrée2017-01-112-0/+97
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-extendMattias Andrée2017-01-116-5/+149
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Refuse infinite writes to regular filesMattias Andrée2017-01-104-21/+51
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-transposeMattias Andrée2017-01-103-1/+87
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-single-colour: print headerMattias Andrée2017-01-101-9/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-single-colour: add support for infinity repeatMattias Andrée2017-01-101-4/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-splitMattias Andrée2017-01-103-1/+93
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add vu-cutMattias Andrée2017-01-106-4/+96
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-01-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Check that the width and height are non-zero, to avoid division by zero errorMattias Andrée2017-01-101-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-repeat: add option to repeat ad infinitumMattias Andrée2017-01-101-6/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-from-image: add support for farbfeld and 16-bit RGBA PAMMattias Andrée2017-01-101-10/+52
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-to-image: add farbfeld supportMattias Andrée2017-01-101-10/+29
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename vu-image-to-frame to vu-from-image and vu-frame-to-image to vu-to-imageMattias Andrée2017-01-103-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-image-to-frame: add -h: headless frameMattias Andrée2017-01-101-5/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-set-saturationMattias Andrée2017-01-102-0/+151
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-reverseMattias Andrée2017-01-092-0/+71
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-01-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-repeat: use posix_fadviseMattias Andrée2017-01-091-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-091-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-arithmMattias Andrée2017-01-094-23/+159
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-091-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-091-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-091-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Makefile: add CONFIGFILEMattias Andrée2017-01-091-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warnings and add config.mkMattias Andrée2017-01-0910-12/+30
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors and add makefileMattias Andrée2017-01-091-0/+34
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add todoMattias Andrée2017-01-091-0/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add vu-invert-luma.cMattias Andrée2017-01-092-1/+145
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-set-lumaMattias Andrée2017-01-091-0/+124
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-set-alpha: used stdin for the colour streamMattias Andrée2017-01-091-8/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-concat: fix frame count in outputMattias Andrée2017-01-091-21/+30
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* vu-repeat: fix frame count in outputMattias Andrée2017-01-091-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-flipMattias Andrée2017-01-091-0/+81
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-01-092-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-flopMattias Andrée2017-01-091-0/+79
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-01-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use CIE XYZ instead of sRGBMattias Andrée2017-01-0916-367/+924
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Readme: add formatMattias Andrée2017-01-081-2/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>