aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-from-video.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document memory requirements, minor style fixes, more use of BUFSIZ, fix warnings, and fix potential buffer overflowMattias Andrée2017-04-081-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use macros to write the headMattias Andrée2017-01-151-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-from-video and blind-split: add -LMattias Andrée2017-01-141-12/+30
| | | | | | | | | 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 errors, blind-{to,from}-{video,image} worksMattias Andrée2017-01-141-53/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to blindMattias Andrée2017-01-131-0/+285
Signed-off-by: Mattias Andrée <maandree@kth.se>