Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-02 | findcut: Add flag to print the previous frames time as beginning | Benjamin Franzke | 1 | -4/+10 | |
used when doing an inverse operation. Also directly used in rmcut | |||||
2013-02-02 | findcut: Add range flag | Benjamin Franzke | 1 | -3/+16 | |
So that we get the start time and end time. | |||||
2013-02-02 | Use PRId64 for int64_t in printfs | Benjamin Franzke | 1 | -1/+2 | |
Using %lld is not portable, since it depends on the architecture whether to use %ld or %lld. The inttypes.h header thus defines macros that propose the correct one. | |||||
2013-02-02 | add tool to recognize a cut inside a video | Jan Klemkow | 1 | -0/+88 | |