Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-04 | QDM2: Removed superfluous parentheses | Filippos Karapetis | |
2011-07-19 | COMMON: Renamed Integer Log2 function from log2 to intLog2. | D G Turner | |
This avoids naming collisions with system libraries on some platforms i.e. DS, DC where the log2 is realised by macro. | |||
2011-07-19 | CODECS: Replaced Integer log2 in QDM2 with Common::Math implementation. | D G Turner | |
2011-07-10 | AUDIO: Fix QDM2 sound in QuickTime files | Matthew Hoops | |
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: engines/groovie/script.cpp | |||
2011-05-11 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: audio/decoders/qdm2.h common/util.cpp engines/groovie/music.cpp engines/groovie/resource.h video/qt_decoder.cpp video/qt_decoder.h | |||
2011-04-13 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: video/qt_decoder.cpp | |||
2011-04-07 | AUDIO: Split QuickTime audio into a new class | Matthew Hoops | |
Standalone QuickTime files can now be played as an AudioStream |