aboutsummaryrefslogtreecommitdiff
path: root/sound/timestamp.cpp
AgeCommit message (Expand)Author
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-09AUDIO: Forbid adding timestamps with differing framerateMax Horn
2010-05-17Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)Matthew Hoops
2010-01-11Improve support for negative Timestamps, and add + and - operatorsMax Horn
2010-01-09Fix Timestamp::addMsecs; some cleanupMax Horn
2010-01-06Add a constructor to Timestamp, which allows for specifying seconds + start f...Johannes Schickel
2010-01-06Rename some Timestamp methods: getNumberOfFrames -> numberOfFrames and getFra...Max Horn
2010-01-06Add more comparision operators to TimestampMax Horn
2010-01-06Change the way Timestamp stores its data.Max Horn
2010-01-05Implement Timestamp::operator== as equality in time.Johannes Schickel
2010-01-04Make some improvements for Audio::Timestamp.Max Horn
2010-01-03- Remove unsafe default constructor of Audio::Timestamp.Johannes Schickel
2009-05-28Added Audio::Timestamp::addMsecs methodMax Horn
2009-03-04Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ...Max Horn