summaryrefslogtreecommitdiff
path: root/src/findcut.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-02findcut: Add flag to print the previous frames time as beginningBenjamin Franzke1-4/+10
used when doing an inverse operation. Also directly used in rmcut
2013-02-02findcut: Add range flagBenjamin Franzke1-3/+16
So that we get the start time and end time.
2013-02-02Use PRId64 for int64_t in printfsBenjamin Franzke1-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-02add tool to recognize a cut inside a videoJan Klemkow1-0/+88