aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/qt_decoder.h
AgeCommit message (Expand)Author
2011-01-11VIDEO: Add seeking capability to QuickTimeDecoderMatthew Hoops
2011-01-05VIDEO: Mirror QuickTime's mishandling of its own mdat atomsMatthew Hoops
2010-12-16VIDEO: Extend Codec to support internal palettesMatthew Hoops
2010-12-16VIDEO: Make Codec::decodeImage() return a const Surface pointerMatthew Hoops
2010-12-16VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTimeMatthew Hoops
2010-12-16VIDEO: Make VideoDecoder::getPalette() return a const byte pointerMatthew Hoops
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-12-10VIDEO: Fix QuickTimeDecoder::hasDirtyPalette() by allocating the palette only...Matthew Hoops
2010-12-09VIDEO: Implement multiple video codec support for QuickTimeMatthew Hoops
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-09-06VIDEO: Apply patch #3057924 with some changesMatthew Hoops
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-05-26Proper fix for the MSVC warning concerning packing: reordered the members of ...Filippos Karapetis
2010-05-26Properly fixed MSVC warning C4121 (alignment of a member was sensitive to pac...Filippos Karapetis
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 Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops