summaryrefslogtreecommitdiff
path: root/src/cuttime.c
AgeCommit message (Collapse)AuthorFilesLines
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-02suppress warning for wrong use of printing flagsJan Klemkow1-1/+1
2013-02-01cuttime: use diff slope for cut detectionJan Klemkow1-1/+1
2013-02-01improve output posebilitiesJan Klemkow1-10/+26
2013-02-01add help flag and improve help messageJan Klemkow1-2/+4
2013-02-01Also put frame_average into utilBenjamin Franzke1-19/+0
Not yet needed by other tools than cuttime, but its really just a utility function.
2013-02-01Put frame_diff and pswap into utilBenjamin Franzke1-32/+0
2013-02-01rename advtime into cuttime even in usage()Jan Klemkow1-1/+1
2013-02-01rename advtime into cuttimeJan Klemkow1-0/+190