aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-0915-357/+924
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-dissolveMattias Andrée2017-01-081-0/+97
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-next-frameMattias Andrée2017-01-081-0/+68
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-frame-to-imageMattias Andrée2017-01-081-0/+67
| | | | 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-083-3/+116
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-stackMattias Andrée2017-01-082-0/+196
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-image-to-frameMattias Andrée2017-01-081-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-repeatMattias Andrée2017-01-081-0/+59
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-set-alphaMattias Andrée2017-01-081-0/+138
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-01-081-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add vu-single-colourMattias Andrée2017-01-084-0/+365
Signed-off-by: Mattias Andrée <maandree@kth.se>