aboutsummaryrefslogtreecommitdiff
path: root/test/sound/timestamp.h
AgeCommit message (Expand)Author
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-25Fix gcc warnings.Johannes Schickel
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-05Add some test for operator== in Timestamp.Johannes Schickel
2010-01-04Make some improvements for Audio::Timestamp.Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-09Fix compiler warnings.Johannes Schickel
2009-03-09Added some more Audio::Timestamp unit testsMax Horn
2009-03-04Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ...Max Horn