Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Chrono: add class SignedSongTime | Max Kellermann | 2014-08-28 | 1 | -0/+64 |
| | |||||
* | Chrono: add methods IsZero(), IsPositive() | Max Kellermann | 2014-08-28 | 1 | -0/+8 |
| | |||||
* | Chrono: add implicit conversion operator from std::chrono::duration | Max Kellermann | 2014-08-27 | 1 | -0/+8 |
| | |||||
* | Chrono: add method ToDoubleS() | Max Kellermann | 2014-08-27 | 1 | -0/+4 |
| | |||||
* | Chrono: add template parameter to ToScale() | Max Kellermann | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 2014-08-26 | 1 | -0/+66 |
For type safety and code readability. |