aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders
AgeCommit message (Expand)Author
2011-06-07AUDIO: Clarify makeAACStream() usageMatthew Hoops
2011-06-03COMMON: Cleanup QuickTime variable and struct namingMatthew Hoops
2011-06-02COMMON: Begin objectifying QuickTimeParser::SampleDesc furtherMatthew Hoops
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-13SWORD25: Fix compilation when libvorbis is not presentmd5
2011-05-13AUDIO: Fix QuickTime stereo audio seekingMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11AUDIO: Fix usage of Timestamp::convertToFramerateMatthew Hoops
2011-05-11Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-24AUDIO: Cleanup MS IMA handlingMatthew Hoops
2011-04-22AUDIO: Fix Tremolo supportdhewg
2011-04-14AUDIO: Name the ADPCM status struct.Alyssa Milburn
2011-04-14AUDIO: Split the QuickTimeAudioDecoder into a new header fileMatthew Hoops
2011-04-14AUDIO: Fix a typoMatthew Hoops
2011-04-13Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-04-13AUDIO: Split the Intel DVI ADPCM into its own classMatthew Hoops
2011-04-13AUDIO: Expose some internal ADPCM data tablesMax Horn
2011-04-13AUDIO: Stop adpcm.h from including common/stream.hMax Horn
2011-04-13TINSEL: Move custom ADPCM decoders to tinsel engineMax Horn
2011-04-13AUDIO: Expose ADPCM decoder internals via a new headerMax Horn
2011-04-12AUDIO: Don't end the AAC stream if we still have buffered samplesMatthew Hoops
2011-04-12AUDIO: Fix QuickTime/MPEG-4 seekingMatthew Hoops
2011-04-10AUDIO: Remove unused variablesMatthew Hoops
2011-04-10ALL: Add/update some commentsMatthew Hoops
2011-04-10AUDIO: Add support for AAC audioMatthew Hoops
2011-04-08COMMON: Parse the MPEG-4 esds atomMatthew Hoops
2011-04-08COMMON: Add a DisposeAfterUse flag to QuickTimeParserMatthew Hoops
2011-04-08AUDIO: Allow for seeking in a QuickTimeAudioStreamMatthew Hoops
2011-04-07AUDIO: Split QuickTime audio into a new classMatthew Hoops
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn