Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | suppress warning for wrong use of printing flags | Jan Klemkow | 1 | -1/+1 | |
2013-02-01 | cuttime: use diff slope for cut detection | Jan Klemkow | 1 | -1/+1 | |
2013-02-01 | improve output posebilities | Jan Klemkow | 1 | -10/+26 | |
2013-02-01 | add help flag and improve help message | Jan Klemkow | 1 | -2/+4 | |
2013-02-01 | Also put frame_average into util | Benjamin Franzke | 1 | -19/+0 | |
Not yet needed by other tools than cuttime, but its really just a utility function. | |||||
2013-02-01 | Put frame_diff and pswap into util | Benjamin Franzke | 1 | -32/+0 | |
2013-02-01 | rename advtime into cuttime even in usage() | Jan Klemkow | 1 | -1/+1 | |
2013-02-01 | rename advtime into cuttime | Jan Klemkow | 1 | -0/+190 | |