aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/qt_decoder.cpp
AgeCommit message (Expand)Author
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-06-17Fixed a few cppcheck errors.Torbjörn Andersson
2010-06-16Fixed QDM2 to working state.David Turner
2010-05-26Take any 'moov' resource from a resource fork, not just 0x80; minor cleanup.Matthew Hoops
2010-05-26Proper fix for the MSVC warning concerning packing: reordered the members of ...Filippos Karapetis
2010-05-26Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi...Matthew Hoops
2010-05-25Fix a regression with rewinding in QuickTime videos (looping works in Riven a...Matthew Hoops
2010-05-23Add support for loading the QuickTime 'moov' atom from the file's resource fo...Matthew Hoops
2010-05-23Move the QDM2 code to the graphics module, removing the cyclic dependency.Matthew Hoops
2010-05-23Hide the QDM2 implementation and only expose it via a factory method, hopeful...Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops