summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Use PRId64 for int64_t in printfsBenjamin Franzke1-1/+2
2013-02-02suppress warning for wrong use of printing flagsJan Klemkow1-1/+1
2013-02-01fix filedescriptor leakJan Klemkow1-1/+1
2013-02-01util: Add sobel operatorBenjamin Franzke1-0/+42
2013-02-01Also put frame_average into utilBenjamin Franzke1-0/+20
2013-02-01Put frame_diff and pswap into utilBenjamin Franzke1-0/+22
2013-01-31util: Add pgm_read functionBenjamin Franzke1-0/+41
2013-01-31Put print_time into util.cBenjamin Franzke1-0/+14
2012-11-15pgm_save: Check whether file could be openedBenjamin Franzke1-2/+6
2012-11-15util: Remove pgm output in frame_mix functionBenjamin Franzke1-8/+1
2012-11-15Add frame mix saving for high diffs.Jan Klemkow1-0/+32
2012-11-14Add util.cBenjamin Franzke1-0/+12