Age | Commit message (Expand) | Author |
---|---|---|
2014-08-30 | Chrono: workaround for gcc 4.6 constexpr problems | Max Kellermann |
2014-08-29 | Chrono: add methods FromScale() | Max Kellermann |
2014-08-29 | Chrono: rename ToScale() parameter | Max Kellermann |
2014-08-29 | Chrono: convert SongTime to SignedSongTime implicitly | Max Kellermann |
2014-08-29 | Chrono: add SignedSongTime::FromS(unsigned) | Max Kellermann |
2014-08-29 | Chrono: add methods ToS(), RoundS() | Max Kellermann |
2014-08-29 | Chrono: add method SignedSongTime::Negative() | Max Kellermann |
2014-08-28 | Chrono: override operator+ and operator- | Max Kellermann |
2014-08-28 | Chrono: add class SignedSongTime | Max Kellermann |
2014-08-28 | Chrono: add methods IsZero(), IsPositive() | Max Kellermann |
2014-08-27 | Chrono: add implicit conversion operator from std::chrono::duration | Max Kellermann |
2014-08-27 | Chrono: add method ToDoubleS() | Max Kellermann |
2014-08-27 | Chrono: add template parameter to ToScale() | Max Kellermann |
2014-08-26 | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann |