]> git.sesse.net Git - nageru/commit
Use std::chrono for (almost) all time keeping.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 10 Sep 2016 11:01:04 +0000 (13:01 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 10 Sep 2016 11:03:54 +0000 (13:03 +0200)
commit21bd3592c1a692463abd321047c2c612f91cc2ad
tree8013e0a7bffb52f598a43bb9f20c8f55849fdc9a
parenta67460db8ba2c3c50e75866fa85091fbebdc7386
Use std::chrono for (almost) all time keeping.

It is annoyingly verbose at times, but overall it's much less
fiddly and low-level than timespec and friends, especially when
doing arithmetic.
mainwindow.cpp
mainwindow.h
mixer.cpp
mixer.h
x264_speed_control.cpp
x264_speed_control.h