| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-11-28 | Compiler.h: add macro GCC_OLDER_THAN() | Max Kellermann | 1 | -1/+1 |
2014-08-30 | Chrono: workaround for gcc 4.6 constexpr problems | Max Kellermann | 1 | -4/+15 |
2014-08-29 | Chrono: add methods FromScale() | Max Kellermann | 1 | -0/+24 |
2014-08-29 | Chrono: rename ToScale() parameter | Max Kellermann | 1 | -4/+4 |
2014-08-29 | Chrono: convert SongTime to SignedSongTime implicitly | Max Kellermann | 1 | -0/+5 |
2014-08-29 | Chrono: add SignedSongTime::FromS(unsigned) | Max Kellermann | 1 | -0/+4 |
2014-08-29 | Chrono: add methods ToS(), RoundS() | Max Kellermann | 1 | -0/+16 |
2014-08-29 | Chrono: add method SignedSongTime::Negative() | Max Kellermann | 1 | -0/+7 |
2014-08-28 | Chrono: override operator+ and operator- | Max Kellermann | 1 | -14/+23 |
2014-08-28 | Chrono: add class SignedSongTime | Max Kellermann | 1 | -0/+64 |
2014-08-28 | Chrono: add methods IsZero(), IsPositive() | Max Kellermann | 1 | -0/+8 |
2014-08-27 | Chrono: add implicit conversion operator from std::chrono::duration | Max Kellermann | 1 | -0/+8 |
2014-08-27 | Chrono: add method ToDoubleS() | Max Kellermann | 1 | -0/+4 |
2014-08-27 | Chrono: add template parameter to ToScale() | Max Kellermann | 1 | -3/+3 |
2014-08-26 | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 1 | -0/+66 |