aboutsummaryrefslogtreecommitdiff
path: root/test/audio
AgeCommit message (Collapse)Author
2014-12-20AUDIO: Wrap around in the Timestamp constructorBastien Bouclet
The "making of" video in the Xbox version of Myst III is unusually long. VideoDecoder::FixedRateVideoTrack::getFrameTime would trigger an overflow.
2013-08-05BUILD: fix 'make test' compile errorMax Horn
2011-11-06AUDIO: Simplify RawStream code.Johannes Schickel
This drops the (unused) ability to play based on a list of input blocks. This was formely only used by the NDS specific VOC streaming code, which has been removed in 9fa9f68789ef51e078cb8631e06bead13cae13f2.
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-03-19ALL: s/PI/M_PI/dhewg
Tip of the day: git grep -w PI
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850