aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix blind-cutMattias Andrée2017-01-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-extend: less bracketsMattias Andrée2017-01-201-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-cropMattias Andrée2017-01-201-6/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-guass-blur: check that the SD is positiveMattias Andrée2017-01-201-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-gauss-blur: fix -aMattias Andrée2017-01-201-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot to commit a fileMattias Andrée2017-01-201-8/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blind-from-text, blind-to-text worksMattias Andrée2017-01-201-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-time-blurMattias Andrée2017-01-201-0/+79
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blid-arithm: usage: correct order of -x and -yMattias Andrée2017-01-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and improve blind-gauss-blur, and fix new bug in blind-from-imageMattias Andrée2017-01-206-111/+308
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errorsMattias Andrée2017-01-156-31/+165
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix some minor errorsMattias Andrée2017-01-154-7/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use macros to write the headMattias Andrée2017-01-157-13/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-config: fix -jMattias Andrée2017-01-151-12/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-reverse: add -i (reverse file in place)Mattias Andrée2017-01-141-23/+83
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix offset bug in blind-reverse and add exampleMattias Andrée2017-01-141-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-split: fix error checkMattias Andrée2017-01-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-from-video and blind-split: add -LMattias Andrée2017-01-142-21/+57
| | | | | | | | | This, combined with blind-to-video, allows the user to split a video file by frames (rather than time as with ffmpeg) into multiple files without ever storing the video in a raw format. This is feature is important because ever short video can take a 100 GB in raw format.
* Fix blind-split and add exampleMattias Andrée2017-01-142-7/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add definition checks for posix_fadvise flags + blind-concat: add -jMattias Andrée2017-01-146-9/+164
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>