aboutsummaryrefslogtreecommitdiff
path: root/sound/timestamp.h
AgeCommit message (Expand)Author
2010-01-11Improve support for negative Timestamps, and add + and - operatorsMax Horn
2010-01-09Fix Timestamp::addMsecs; some cleanupMax Horn
2010-01-07Add Timestamp::totalNumberOfFrames() method, clarify some commentsMax 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-06- Add some functionallity to query the seconds and number of frames stored in...Johannes Schickel
2010-01-06Add more comparision operators to TimestampMax Horn
2010-01-06Change the way Timestamp stores its data.Max Horn
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-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-09Added some more Audio::Timestamp unit testsMax Horn
2009-03-09Added some comments to Audio::TimestampMax Horn
2009-03-04Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ...Max Horn