aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for floatsMattias Andrée2017-05-0724-648/+948
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Bump version to 1.11.1Mattias Andrée2017-05-061-1/+1
| | | | 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>
* List blind-translate and blind-skip-pattern in list of commandsMattias Andrée2017-05-043-1/+13
| | | | 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-0940-337/+277
| | | | 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-095-2/+113
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-next-frame: add -f flag: read multiple framesMattias Andrée2017-04-0916-29/+46
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-translate.1: document memory requirementMattias Andrée2017-04-081-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-translate and fix errorsMattias Andrée2017-04-0816-17/+279
| | | | 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-0828-45/+137
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update TODO: blind-from-sentMattias Andrée2017-04-041-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-03-251-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-repeat: add support for reading from stdinMattias Andrée2017-01-292-19/+86
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-crop: add -s and -SMattias Andrée2017-01-292-12/+44
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-compress.1 and blind-decompress.1Mattias Andrée2017-01-264-0/+50
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot to commit two filesMattias Andrée2017-01-262-1/+13
| | | | 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-252-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todoMattias Andrée2017-01-251-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Makefile: add install, uninstall, and dist1.0Mattias Andrée2017-01-222-3/+76
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add main man pageMattias Andrée2017-01-2238-13/+309
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Man pages: add see also sectionMattias Andrée2017-01-2235-0/+148
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update readmeMattias Andrée2017-01-221-20/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-01-222-42/+37
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-223-1/+134
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-223-0/+84
| | | | 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>
* Add man pagesMattias Andrée2017-01-2230-25/+200
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-224-3/+156
| | | | 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>
* Add man pagesMattias Andrée2017-01-213-1/+78
| | | | 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-215-1/+65
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2017-01-215-0/+198
| | | | 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>