aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add blind-to-portable and blind-from-portableMattias Andrée2017-05-133-0/+323
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors from the latest commitsMattias Andrée2017-05-103-7/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2017-05-103-4/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-1023-199/+205
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleaner codeMattias Andrée2017-05-1037-331/+273
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-flip is optimalMattias Andrée2017-05-101-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2017-05-092-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add padding to struct streamMattias Andrée2017-05-091-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bug in readall, thanks to Jean-Louis FuchsMattias Andrée2017-05-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve performance of blind-convertMattias Andrée2017-05-081-19/+23
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve performance of blind-flopMattias Andrée2017-05-082-9/+26
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve performance and memory usage of blind-transposeMattias Andrée2017-05-081-15/+30
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve performance of blind-transposeMattias Andrée2017-05-081-13/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-convertMattias Andrée2017-05-073-3/+86
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for floatsMattias Andrée2017-05-0718-647/+879
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-05-061-7/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bad function castMattias Andrée2017-05-041-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix error messageMattias Andrée2017-05-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix enjoin_jobsMattias Andrée2017-05-041-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor rewrite of blind-single-colour.cMattias Andrée2017-05-031-16/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add constants D65_XYZ_X and D65_XYZ_ZMattias Andrée2017-05-035-27/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fixes and improvements to stream.cMattias Andrée2017-05-021-42/+41
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix call to exit in enjoin_jobsMattias Andrée2017-05-021-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix support for tiny frames in blind-reverseMattias Andrée2017-05-021-8/+22
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use stdin rather than stdout if - is opened with O_RDWR because <> defaults to stdinMattias Andrée2017-05-011-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-skip-patternMattias Andrée2017-05-011-11/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-to-image: remove left over parametersMattias Andrée2017-05-011-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use stdin or stdout (depending on access mode) when opening -Mattias Andrée2017-04-301-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* 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-0938-337/+270
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-0915-57/+48
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-skip-patternMattias Andrée2017-04-091-0/+84
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-next-frame: add -f flag: read multiple framesMattias Andrée2017-04-0914-27/+38
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-translate and fix errorsMattias Andrée2017-04-084-7/+217
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée2017-04-0816-45/+48
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-repeat: add support for reading from stdinMattias Andrée2017-01-291-17/+73
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-crop: add -s and -SMattias Andrée2017-01-291-11/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot to commit two filesMattias Andrée2017-01-261-1/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-compress and blind-decompressMattias Andrée2017-01-262-0/+133
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-arithm: add absMattias Andrée2017-01-251-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-01-221-41/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -sMattias Andrée2017-01-221-1/+1
| | | | 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-212-8/+16
| | | | | | | | | | 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>
* blind-stack: the output video can be longer than the first input videoMattias Andrée2017-01-211-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-colour-ciexyzMattias Andrée2017-01-211-0/+23
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-single-colour: when only Y is specified, adjust X and Z so that the colour is always greyMattias Andrée2017-01-211-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Explaination of why blind-set-luma may look weirdMattias Andrée2017-01-201-1/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-dissolve: fix directionMattias Andrée2017-01-201-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-rewrite-headMattias Andrée2017-01-201-3/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>